summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Kastner <jkastner@redhat.com>2015-05-17 17:47:04 +0200
committerJiri Kastner <jkastner@redhat.com>2015-05-17 17:47:04 +0200
commit9182dd5ed6a14ff8e1c6e3b06cf6037c3d4b622a (patch)
tree4d69623cf29a89dd4be9df6de2f44083a16477d5
parent481d2440038ddfbb25f3a4ba439d7354fbd0eea3 (diff)
downloadpython-inet_diag-9182dd5ed6a14ff8e1c6e3b06cf6037c3d4b622a.tar.gz
release 0.2
Signed-off-by: Jiri Kastner <jkastner@redhat.com>
-rwxr-xr-xpsk.py2
-rwxr-xr-xpss.py2
-rw-r--r--python-inet_diag.spec5
-rw-r--r--setup.py2
4 files changed, 7 insertions, 4 deletions
diff --git a/psk.py b/psk.py
index 8d4aa99..539977c 100755
--- a/psk.py
+++ b/psk.py
@@ -15,7 +15,7 @@
import getopt, inet_diag, os, re, procfs, pwd, sys
-version="0.1"
+version="0.2"
state_width = 10
addr_width = 15
diff --git a/pss.py b/pss.py
index d724def..2e5a88a 100755
--- a/pss.py
+++ b/pss.py
@@ -15,7 +15,7 @@
import getopt, inet_diag, os, procfs, re, socket, sys
-version="0.1"
+version="0.2"
def not_implemented(o):
print "%s not implemented yet" % o
diff --git a/python-inet_diag.spec b/python-inet_diag.spec
index c7ad753..47ab579 100644
--- a/python-inet_diag.spec
+++ b/python-inet_diag.spec
@@ -3,7 +3,7 @@
Summary: Ethernet settings python bindings
Name: python-inet_diag
-Version: 0.1
+Version: 0.2
Release: 1%{?dist}
URL: https://rt.wiki.kernel.org/index.php/Tuna
Source: https://www.kernel.org/pub/software/libs/python/%{name}/%{name}-%{version}.tar.bz2
@@ -43,5 +43,8 @@ rm -rf %{buildroot}
%endif
%changelog
+* Sun May 17 2015 * Jiri Kastner <jkastner@redhat.com> - 0.2-1
+- update to 0.2
+
* Wed May 13 2009 * Arnaldo Carvalho de Melo <acme@redhat.com> - 0.1-1
- Initial package
diff --git a/setup.py b/setup.py
index 9643901..08abc4c 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ inet_diag = Extension('inet_diag',
# don't reformat this line, Makefile parses it
setup(name='inet_diag',
- version='0.1',
+ version='0.2',
description='Python module to interface with inet_diag',
author='Arnaldo Carvalho de Melo',
author_email='acme@redhat.com',