aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Kastner <jkastner@redhat.com>2017-11-21 10:12:14 +0100
committerJiri Kastner <jkastner@redhat.com>2017-11-21 10:12:14 +0100
commit46469f425f9844f355f6496785ee1ce993b58747 (patch)
treed87452ffd00e1a8b254c745161be99ffb6af490e
parent058f374c7335268c9f06558c1da2f64699b5531a (diff)
downloadpython-schedutils-master.tar.gz
new release - 0.6HEADv0.6master
Signed-off-by: Jiri Kastner <jkastner@redhat.com>
-rw-r--r--rpm/SPECS/python-schedutils.spec5
-rw-r--r--setup.py2
2 files changed, 5 insertions, 2 deletions
diff --git a/rpm/SPECS/python-schedutils.spec b/rpm/SPECS/python-schedutils.spec
index 9d7f361..a040a46 100644
--- a/rpm/SPECS/python-schedutils.spec
+++ b/rpm/SPECS/python-schedutils.spec
@@ -6,7 +6,7 @@
Summary: Linux scheduler python bindings
Name: python-schedutils
-Version: 0.5.1
+Version: 0.6
Release: 1%{?dist}
License: GPLv2
URL: https://rt.wiki.kernel.org/index.php/Tuna
@@ -89,6 +89,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Nov 20 2017 Jiri Kastner <jkastner@redhat.com> - 0.6-1
+- added python 3 support
+
* Thu Dec 22 2016 Jiri Kastner <jkastner@redhat.com> - 0.5-1
- added basic support for SCHED_DEADLINE
- fixed URL and Source in specfile
diff --git a/setup.py b/setup.py
index f94af10..cdc90bc 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ schedutils = Extension('schedutils',
# don't reformat this line, Makefile parses it
setup(name='schedutils',
- version='0.4',
+ version='0.6',
description='Python module to interface with the Linux scheduler',
author='Arnaldo Carvalho de Melo',
author_email='acme@redhat.com',