summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Kastner <jkastner@redhat.com>2018-08-09 16:09:46 +0200
committerJiri Kastner <jkastner@redhat.com>2018-08-09 16:09:46 +0200
commit3ddd82d3bf244f1027c08796558cd12a2b4e2236 (patch)
tree8e25e17829ff5f827b275232471b6263bce343ec
parent6eaaa8c829820e699dd9b96766b2ac3a51cc49f8 (diff)
downloadpython-linux-procfs-3ddd82d3bf244f1027c08796558cd12a2b4e2236.tar.gz
release 0.6HEADv0.6master
new functionality, new version :) Signed-off-by: Jiri Kastner <jkastner@redhat.com>
-rw-r--r--rpm/SPECS/python-linux-procfs.spec11
-rwxr-xr-xsetup.py2
2 files changed, 8 insertions, 5 deletions
diff --git a/rpm/SPECS/python-linux-procfs.spec b/rpm/SPECS/python-linux-procfs.spec
index f63d6cb..0228c79 100644
--- a/rpm/SPECS/python-linux-procfs.spec
+++ b/rpm/SPECS/python-linux-procfs.spec
@@ -5,7 +5,7 @@
%endif
Name: python-linux-procfs
-Version: 0.5.1
+Version: 0.6
Release: 1%{?dist}
License: GPLv2
Summary: Linux /proc abstraction classes
@@ -66,12 +66,12 @@ rm -rf %{buildroot}
%files -n python2-linux-procfs
%defattr(0755,root,root,0755)
%{python2_sitelib}/procfs/
-%defattr(0644,root,root,0755)
-%{python2_sitelib}/python_linux_procfs*.egg-info
-%license COPYING
%if 0%{?without_python3}
%{_bindir}/pflags
%endif
+%defattr(0644,root,root,0755)
+%{python2_sitelib}/python_linux_procfs*.egg-info
+%license COPYING
%if 0%{?with_python3}
%files -n python3-linux-procfs
@@ -84,6 +84,9 @@ rm -rf %{buildroot}
%endif
%changelog
+* Thu Aug 9 2018 Jiri Kastner <jkastner@redhat.com> - 0.6-1
+- moved cannot)set*affinity calls from tuna
+
* Tue Nov 21 2017 Jiri Kastner <jkastner@redhat.com> - 0.5.1-1
- missed snippet in specfile for python2 only
- added scripts to setup.py, pflags renamed and added to setup.py
diff --git a/setup.py b/setup.py
index fefdd0d..036a1fa 100755
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ if isfile("MANIFEST"):
PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages')
setup(name="python-linux-procfs",
- version = "0.5.1",
+ version = "0.6",
description = "Linux /proc abstraction classes",
author = "Arnaldo Carvalho de Melo",
author_email = "acme@redhat.com",