File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 33
44Summary: Ethernet settings python bindings
55Name: python-ethtool
6- Version: 0.11
6+ Version: 0.12
77Release: 1%{?dist }
8- URL: https://fedorahosted.org/ python-ethtool/
9- Source: https://fedorahosted.org/releases/p/y/python-ethtool /python-ethtool- %{version }.tar.bz2
8+ URL: https://github.com/fedora- python/python -ethtool
9+ Source: https://github.com/fedora-python /python-ethtool/archive/v %{version }.tar.gz
1010License: GPLv2
1111Group: System Environment/Libraries
1212BuildRequires: python-devel libnl3-devel asciidoc
@@ -49,6 +49,10 @@ rm -rf %{buildroot}
4949%endif
5050
5151%changelog
52+ * Tue Mar 21 2017 Charalampos Stratakis <cstratak@redhat.com> - 0.12-1
53+ - Release 0.12
54+ - First attempt at python3 support
55+
5256* Thu May 8 2014 David Sommerseth <davids@redhat.com> - 0.11-1
5357- Improved error handling several places
5458- Ensure that we get a valid libnl NETLINK connection when connecting
Original file line number Diff line number Diff line change 99 import subprocess as commands
1010import sys
1111
12- version = '0.11 '
12+ version = '0.12 '
1313
1414def pkgconfig (pkg ):
1515 def _str2list (pkgstr , onlystr ):
You can’t perform that action at this time.
0 commit comments