Skip to content

Commit 912193c

Browse files
committed
Release version 0.12
First attempt at python3 support Project now is hosted on github Signed-off-by: Charalampos Stratakis <cstratak@redhat.com>
1 parent 65e6026 commit 912193c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

rpm/SPECS/python-ethtool.spec

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
Summary: Ethernet settings python bindings
55
Name: python-ethtool
6-
Version: 0.11
6+
Version: 0.12
77
Release: 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
1010
License: GPLv2
1111
Group: System Environment/Libraries
1212
BuildRequires: 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import subprocess as commands
1010
import sys
1111

12-
version = '0.11'
12+
version = '0.12'
1313

1414
def pkgconfig(pkg):
1515
def _str2list(pkgstr, onlystr):

0 commit comments

Comments
 (0)