diff --git a/psutil-4.4.2.tar.gz b/psutil-4.4.2.tar.gz deleted file mode 100644 index 60beed6..0000000 --- a/psutil-4.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c37e6428f7fe3aeea607f9249986d9bb933bb98133c7919837fd9aac4996b07 -size 1832052 diff --git a/psutil-5.0.0.zip b/psutil-5.0.0.zip new file mode 100644 index 0000000..4b29b83 --- /dev/null +++ b/psutil-5.0.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5411e22c63168220f4b8cc42fd05ea96f5b5e65e08b93b675ca50653aea482f8 +size 374074 diff --git a/python-psutil.changes b/python-psutil.changes index 770fda3..4a2cbdc 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Nov 8 21:15:33 UTC 2016 - toddrme2178@gmail.com + +- update to version 5.0.0: + * Enhncements + + 799: new Process.oneshot() context manager making Process + methods around +2x faster in general and from +2x to +6x faster + on Windows. + + 943: better error message in case of version conflict on import. + * Bug fixes + + 932: [NetBSD] net_connections() and Process.connections() may + fail without raising an exception. + + 933: [Windows] memory leak in cpu_stats() and + WindowsService.description(). + ------------------------------------------------------------------- Sat Nov 5 16:22:59 UTC 2016 - michael@stroeder.com diff --git a/python-psutil.spec b/python-psutil.spec index ecd01d3..528f9f1 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -17,15 +17,16 @@ Name: python-psutil -Version: 4.4.2 +Version: 5.0.0 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause Group: Development/Languages/Python Url: https://pypi.python.org/pypi/psutil/ -Source: https://pypi.io/packages/source/p/psutil/psutil-%{version}.tar.gz +Source: https://pypi.io/packages/source/p/psutil/psutil-%{version}.zip BuildRequires: python-devel BuildRequires: python-setuptools +BuildRequires: unzip Requires: net-tools Requires: procps BuildRoot: %{_tmppath}/%{name}-%{version}-build