summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2013-06-07 15:58:21 +0400
committerArnaldo Carvalho de Melo <acme@redhat.com>2013-06-07 15:58:21 +0400
commit2b085948d08effadc2397e0e1436e643258b036e (patch)
treea5517362443f99cfae0e67e16c39def341db859c
parent5121e0a7193a00bf28b523b448985313f0bf5c6c (diff)
downloadpython-linux-procfs-2b085948d08effadc2397e0e1436e643258b036e.tar.gz
New release: 0.4.6v0.4.6
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--rpm/SPECS/python-linux-procfs.spec6
-rwxr-xr-xsetup.py2
2 files changed, 6 insertions, 2 deletions
diff --git a/rpm/SPECS/python-linux-procfs.spec b/rpm/SPECS/python-linux-procfs.spec
index 613cb71..fc24f2d 100644
--- a/rpm/SPECS/python-linux-procfs.spec
+++ b/rpm/SPECS/python-linux-procfs.spec
@@ -2,7 +2,7 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: python-linux-procfs
-Version: 0.4.5
+Version: 0.4.6
Release: 1%{?dist}
License: GPLv2
Summary: Linux /proc abstraction classes
@@ -39,6 +39,10 @@ rm -rf %{buildroot}
%doc COPYING
%changelog
+* Wed Jun 5 2013 Jiri Kastner <jkastner@redhat.com> - 0.4.6-1
+- support for parsing cgroups
+- support for parsing environ variables
+
* Mon May 10 2010 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.4.5-1
- Fix https://bugzilla.redhat.com/show_bug.cgi?id=577365
diff --git a/setup.py b/setup.py
index 05878ad..f1ec1c7 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.4.5",
+ version = "0.4.6",
description = "Linux /proc abstraction classes",
author = "Arnaldo Carvalho de Melo",
author_email = "acme@redhat.com",