Skip to content

Commit

Permalink
Release version 0.12
Browse files Browse the repository at this point in the history
First attempt at python3 support

Project now is hosted on github

Signed-off-by: Charalampos Stratakis <[email protected]>
  • Loading branch information
stratakis committed Mar 21, 2017
1 parent 65e6026 commit 912193c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions rpm/SPECS/python-ethtool.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

Summary: Ethernet settings python bindings
Name: python-ethtool
Version: 0.11
Version: 0.12
Release: 1%{?dist}
URL: https://fedorahosted.org/python-ethtool/
Source: https://fedorahosted.org/releases/p/y/python-ethtool/python-ethtool-%{version}.tar.bz2
URL: https://github.com/fedora-python/python-ethtool
Source: https://github.com/fedora-python/python-ethtool/archive/v%{version}.tar.gz
License: GPLv2
Group: System Environment/Libraries
BuildRequires: python-devel libnl3-devel asciidoc
Expand Down Expand Up @@ -49,6 +49,10 @@ rm -rf %{buildroot}
%endif

%changelog
* Tue Mar 21 2017 Charalampos Stratakis <[email protected]> - 0.12-1
- Release 0.12
- First attempt at python3 support

* Thu May 8 2014 David Sommerseth <[email protected]> - 0.11-1
- Improved error handling several places
- Ensure that we get a valid libnl NETLINK connection when connecting
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import subprocess as commands
import sys

version = '0.11'
version = '0.12'

def pkgconfig(pkg):
def _str2list(pkgstr, onlystr):
Expand Down

0 comments on commit 912193c

Please sign in to comment.