diff --git a/psutil-3.2.2.tar.gz b/psutil-3.2.2.tar.gz deleted file mode 100644 index 194152f..0000000 --- a/psutil-3.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9d848e5bd475ffe7fa3ab1c20d249807e648568af64bb0058412296ec990a0c -size 253502 diff --git a/psutil-3.3.0.tar.gz b/psutil-3.3.0.tar.gz new file mode 100644 index 0000000..85292d4 --- /dev/null +++ b/psutil-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421b6591d16b509aaa8d8c15821d66bb94cb4a8dc4385cad5c51b85d4a096d85 +size 261983 diff --git a/python-psutil.changes b/python-psutil.changes index fa5c8ed..ab1542b 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Nov 27 10:57:57 UTC 2015 - michael@stroeder.com + +- update to version 3.3.0 + +**Enhancements** +- #558: [Linux] exposed psutil.PROCFS_PATH constant to change the default + location of /proc filesystem. +- #615: [OpenBSD] added OpenBSD support. (contributed by Landry Breuil) + +**Bug fixes** +- #692: [UNIX] Process.name() is no longer cached as it may change. + ------------------------------------------------------------------- Mon Oct 26 21:09:10 UTC 2015 - michael@stroeder.com diff --git a/python-psutil.spec b/python-psutil.spec index 1c6e37a..7db5799 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -17,7 +17,7 @@ Name: python-psutil -Version: 3.2.2 +Version: 3.3.0 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause