diff --git a/psutil-5.6.5.tar.gz b/psutil-5.6.5.tar.gz deleted file mode 100644 index 608d472..0000000 --- a/psutil-5.6.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d051532ac944f1be0179e0506f6889833cf96e466262523e57a871de65a15147 -size 447489 diff --git a/psutil-5.6.7.tar.gz b/psutil-5.6.7.tar.gz new file mode 100644 index 0000000..af317fe --- /dev/null +++ b/psutil-5.6.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffad8eb2ac614518bbe3c0b8eb9dffdb3a8d2e3a7d5da51c5b974fb723a5c5aa +size 448321 diff --git a/python-psutil.changes b/python-psutil.changes index bf1ce66..339b91d 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Nov 28 17:10:26 UTC 2019 - Arun Persaud + +- update to version 5.6.7: + * Bug fixes + + 1630: [Windows] can't compile source distribution due to C + syntax error. + +- changes from version 5.6.6: + * Bug fixes + + 1179: [Linux] Process cmdline() now takes into account + misbehaving processes renaming the command line and using + inappropriate chars to separate args. + + 1616: use of Py_DECREF instead of Py_CLEAR will result in double + free and segfault (CVE). (patch by Riccardo Schirone) + + 1619: [OpenBSD] compilation fails due to C syntax error. (patch + by Nathan Houghton) + ------------------------------------------------------------------- Sat Nov 9 14:42:18 UTC 2019 - Arun Persaud diff --git a/python-psutil.spec b/python-psutil.spec index 70e576c..66b5f43 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -1,7 +1,7 @@ # # spec file for package python-psutil # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %bcond_with test %endif Name: python-psutil -Version: 5.6.5 +Version: 5.6.7 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause