commit python-psutil for openSUSE:Factory

2020-11-05 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2020-11-05 21:53:59

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new.11331 (New)


Package is "python-psutil"

Thu Nov  5 21:53:59 2020 rev:57 rq:845690 version:5.7.2

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2020-10-29 09:45:23.928003838 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new.11331/python-psutil.changes   
2020-11-05 21:54:54.712185265 +0100
@@ -1,0 +2,5 @@
+Tue Nov  3 10:15:29 UTC 2020 - Benjamin Greiner 
+
+- Fix shebang replacement for multiple python flavors
+
+---



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.6BciTy/_old  2020-11-05 21:54:55.304183934 +0100
+++ /var/tmp/diff_new_pack.6BciTy/_new  2020-11-05 21:54:55.304183934 +0100
@@ -71,7 +71,7 @@
 
 %{python_expand mkdir -p %{buildroot}%{_docdir}/%{$python_prefix}-psutil
 cp -r scripts %{buildroot}%{_docdir}/%{$python_prefix}-psutil/
-find %{buildroot}%{_docdir}/%{$python_prefix}-psutil/scripts/ -type f -name 
"*.py" -exec sed -i "s|#!%{_bindir}/env python|#!%__$python|" {} \;
+find %{buildroot}%{_docdir}/%{$python_prefix}-psutil/scripts/ -type f -name 
"*.py" -exec sed -i "s|#!%{_bindir}/env python.*|#!%{__$python}|" {} \;
 %fdupes %{buildroot}%{_docdir}/%{$python_prefix}-psutil/
 %fdupes %{buildroot}%{$python_sitearch}
 }




commit python-psutil for openSUSE:Factory

2020-10-29 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2020-10-29 09:45:15

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new.3463 (New)


Package is "python-psutil"

Thu Oct 29 09:45:15 2020 rev:56 rq:835008 version:5.7.2

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2020-08-25 12:40:54.521438686 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new.3463/python-psutil.changes
2020-10-29 09:45:23.928003838 +0100
@@ -1,0 +2,17 @@
+Wed Sep 16 21:09:55 UTC 2020 - Dirk Mueller 
+
+- update to 5.7.2:
+  * parallel tests on UNIX (make test-parallel). They're twice as fast!
+  * 1741: "make build/install" is now run in parallel and it's about 15% 
faster on UNIX.
+  * 1747: Process.wait() on POSIX returns an enum, showing the negative signal 
which was used to terminate the process
+  * 1747: Process.wait() return value is cached so that the exit code can be 
retrieved on then next call.
+  * 1747: Process provides more info about the process on str() and repr() 
(status and exit code):
+  * 1757: memory leak tests are now stable.
+  * 1768: [Windows] added support for Windows Nano Server. (contributed by 
Julien Lebot)
+  * 1726: [Linux] cpu_freq() parsing should use spaces instead of tabs on 
ia64. (patch by Michał Górny)
+  * 1760: [Linux] Process.rlimit() does not handle long long type properly.
+  * 1766: [macOS] NoSuchProcess may be raised instead of ZombieProcess.
+  * 1781: fix signature of callback function for getloadavg(). (patch by Ammar 
Askar)
+  - remove skip-flaky-i586.patch (obsolete)
+
+---

Old:

  psutil-5.7.0.tar.gz
  skip-flaky-i586.patch

New:

  psutil-5.7.2.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.8mXwro/_old  2020-10-29 09:45:25.360005191 +0100
+++ /var/tmp/diff_new_pack.8mXwro/_new  2020-10-29 09:45:25.364005194 +0100
@@ -24,13 +24,12 @@
 %endif
 %bcond_without python2
 Name:   python-psutil
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
 URL:https://github.com/giampaolo/psutil
 Source: 
https://files.pythonhosted.org/packages/source/p/psutil/psutil-%{version}.tar.gz
-Patch0: skip-flaky-i586.patch
 Patch1: skip-obs.patch
 # PATCH-FIX-UPSTREAM skip_failing_tests.patch gh#giampaolo/psutil#1635 
mc...@suse.com
 # skip tests failing because of incomplete emulation of the environment in osc 
build

++ psutil-5.7.0.tar.gz -> psutil-5.7.2.tar.gz ++
 12483 lines of diff (skipped)

++ skip-obs.patch ++
--- /var/tmp/diff_new_pack.8mXwro/_old  2020-10-29 09:45:25.520005342 +0100
+++ /var/tmp/diff_new_pack.8mXwro/_new  2020-10-29 09:45:25.524005345 +0100
@@ -1,8 +1,8 @@
-Index: psutil-5.7.0/psutil/tests/__init__.py
+Index: psutil-5.7.2/psutil/tests/__init__.py
 ===
 psutil-5.7.0.orig/psutil/tests/__init__.py
-+++ psutil-5.7.0/psutil/tests/__init__.py
-@@ -174,7 +174,7 @@ HAS_SENSORS_BATTERY = hasattr(psutil, "s
+--- psutil-5.7.2.orig/psutil/tests/__init__.py
 psutil-5.7.2/psutil/tests/__init__.py
+@@ -185,7 +185,7 @@ HAS_SENSORS_BATTERY = hasattr(psutil, "s
  try:
  HAS_BATTERY = HAS_SENSORS_BATTERY and bool(psutil.sensors_battery())
  except Exception:
@@ -11,11 +11,11 @@
  HAS_SENSORS_FANS = hasattr(psutil, "sensors_fans")
  HAS_SENSORS_TEMPERATURES = hasattr(psutil, "sensors_temperatures")
  HAS_THREADS = hasattr(psutil.Process, "threads")
-Index: psutil-5.7.0/psutil/tests/test_misc.py
+Index: psutil-5.7.2/psutil/tests/test_misc.py
 ===
 psutil-5.7.0.orig/psutil/tests/test_misc.py
-+++ psutil-5.7.0/psutil/tests/test_misc.py
-@@ -684,7 +684,7 @@ class TestScripts(unittest.TestCase):
+--- psutil-5.7.2.orig/psutil/tests/test_misc.py
 psutil-5.7.2/psutil/tests/test_misc.py
+@@ -664,7 +664,7 @@ class TestScripts(PsutilTestCase):
  src = f.read()
  ast.parse(src)
  
@@ -24,7 +24,7 @@
  # make sure all example scripts have a test method defined
  meths = dir(self)
  for name in os.listdir(SCRIPTS_DIR):
-@@ -702,7 +702,7 @@ class TestScripts(unittest.TestCase):
+@@ -682,7 +682,7 @@ class TestScripts(PsutilTestCase):
  if not stat.S_IXUSR & os.stat(path)[stat.ST_MODE]:
  self.fail('%r is not executable' % path)
  
@@ -33,7 +33,7 @@
  self.assert_stdout('disk_usage.py')
  
  def 

commit python-psutil for openSUSE:Factory

2020-08-25 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2020-08-25 12:40:44

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new.3399 (New)


Package is "python-psutil"

Tue Aug 25 12:40:44 2020 rev:55 rq:828549 version:5.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2020-03-27 00:23:27.396200856 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new.3399/python-psutil.changes
2020-08-25 12:40:54.521438686 +0200
@@ -1,0 +2,7 @@
+Fri Aug 21 15:27:11 UTC 2020 - Matej Cepl 
+
+- Add skip_failing_tests.patch to skip tests failing because of
+  incomplete emulation of the environment in osc build
+  environment (gh#giampaolo/psutil#1635).
+
+---

New:

  skip_failing_tests.patch



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.Gil4dF/_old  2020-08-25 12:40:55.321438836 +0200
+++ /var/tmp/diff_new_pack.Gil4dF/_new  2020-08-25 12:40:55.325438838 +0200
@@ -32,6 +32,9 @@
 Source: 
https://files.pythonhosted.org/packages/source/p/psutil/psutil-%{version}.tar.gz
 Patch0: skip-flaky-i586.patch
 Patch1: skip-obs.patch
+# PATCH-FIX-UPSTREAM skip_failing_tests.patch gh#giampaolo/psutil#1635 
mc...@suse.com
+# skip tests failing because of incomplete emulation of the environment in osc 
build
+Patch2: skip_failing_tests.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes

++ skip_failing_tests.patch ++
--- a/psutil/tests/test_linux.py
+++ b/psutil/tests/test_linux.py
@@ -1500,6 +1500,8 @@ class TestSensorsBattery(unittest.TestCa
 self.assertIsNone(psutil.sensors_battery().power_plugged)
 assert m.called
 
+
@unittest.skipUnless(os.path.exists('/sys/class/power_supply/BAT0/energy_now'),
+ 'Missing /sys/class/power_supply/BAT0/energy_now 
file.')
 def test_emulate_no_base_files(self):
 # Emulate a case where base metrics files are not present,
 # in which case we're supposed to get None.
@@ -1511,6 +1513,8 @@ class TestSensorsBattery(unittest.TestCa
 IOError(errno.ENOENT, "")):
 self.assertIsNone(psutil.sensors_battery())
 
+
@unittest.skipUnless(os.path.exists('/sys/class/power_supply/BAT0/energy_full'),
+ 'Missing /sys/class/power_supply/BAT0/energy_full 
file.')
 def test_emulate_energy_full_0(self):
 # Emulate a case where energy_full files returns 0.
 with mock_open_content(
@@ -1518,6 +1522,8 @@ class TestSensorsBattery(unittest.TestCa
 self.assertEqual(psutil.sensors_battery().percent, 0)
 assert m.called
 
+
@unittest.skipUnless(os.path.exists('/sys/class/power_supply/BAT0/energy_full'),
+ 'Missing /sys/class/power_supply/BAT0/energy_full 
file.')
 def test_emulate_energy_full_not_avail(self):
 # Emulate a case where energy_full file does not exist.
 # Expected fallback on /capacity.



commit python-psutil for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2020-03-27 00:23:24

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new.3160 (New)


Package is "python-psutil"

Fri Mar 27 00:23:24 2020 rev:54 rq:784805 version:5.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2020-01-31 23:55:09.179585099 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new.3160/python-psutil.changes
2020-03-27 00:23:27.396200856 +0100
@@ -1,0 +2,10 @@
+Sat Mar 14 07:25:43 UTC 2020 - Tomáš Chvátal 
+
+- Update to 5.7.0:
+  * Various fixes to build with updated kernel/etc.
+- Remove merged patch pr_1665.patch and pr_1364.patch
+- Update patch skip-obs.patch
+- Remove skip-test-missing-warnings.patch as it can be fixed by
+  properly calling the tests
+
+---

Old:

  pr_1364.patch
  pr_1665.patch
  psutil-5.6.7.tar.gz
  skip-test-missing-warnings.patch

New:

  psutil-5.7.0.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.2WXMlw/_old  2020-03-27 00:23:28.836201586 +0100
+++ /var/tmp/diff_new_pack.2WXMlw/_new  2020-03-27 00:23:28.840201587 +0100
@@ -22,18 +22,16 @@
 %else
 %bcond_with test
 %endif
+%bcond_without python2
 Name:   python-psutil
-Version:5.6.7
+Version:5.7.0
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
 URL:https://github.com/giampaolo/psutil
 Source: 
https://files.pythonhosted.org/packages/source/p/psutil/psutil-%{version}.tar.gz
-Patch0: pr_1364.patch
-Patch1: skip-test-missing-warnings.patch
-Patch2: skip-flaky-i586.patch
-Patch3: skip-obs.patch
-Patch4: pr_1665.patch
+Patch0: skip-flaky-i586.patch
+Patch1: skip-obs.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -43,9 +41,11 @@
 %if %{with test}
 BuildRequires:  net-tools
 BuildRequires:  procps
+%if %{with python2}
 BuildRequires:  python-ipaddress
 BuildRequires:  python-mock
 %endif
+%endif
 %ifpython2
 Requires:   python-ipaddress
 %endif
@@ -56,11 +56,7 @@
 
 %prep
 %setup -q -n psutil-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%autopatch -p1
 
 # Remove shebangs
 sed -i "1s/#!.*//" 
psutil/{__init__.py,_compat.py,_psbsd.py,_pslinux.py,_psosx.py,_psposix.py,_pssunos.py,_pswindows.py}
@@ -74,7 +70,6 @@
 %{python_expand mkdir -p %{buildroot}%{_docdir}/%{$python_prefix}-psutil
 cp -r scripts %{buildroot}%{_docdir}/%{$python_prefix}-psutil/
 find %{buildroot}%{_docdir}/%{$python_prefix}-psutil/scripts/ -type f -name 
"*.py" -exec sed -i "s|#!%{_bindir}/env python|#!%__$python|" {} \;
-rm -r %{buildroot}%{$python_sitearch}/psutil/tests/
 %fdupes %{buildroot}%{_docdir}/%{$python_prefix}-psutil/
 %fdupes %{buildroot}%{$python_sitearch}
 }
@@ -86,12 +81,7 @@
 export TRAVIS=1
 
 # Note test_fetch_all is a bit flaky, occasionally failing
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
-cp -r scripts %{buildroot}%{$python_sitearch}/
-cp -r psutil/tests %{buildroot}%{$python_sitearch}/psutil
-$python -W default %{buildroot}%{$python_sitearch}/psutil/tests/__main__.py
-rm -r %{buildroot}%{$python_sitearch}/scripts 
%{buildroot}%{$python_sitearch}/psutil/tests
-}
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -Wa 
psutil/tests/runner.py
 %endif
 
 %files %{python_files}

++ psutil-5.6.7.tar.gz -> psutil-5.7.0.tar.gz ++
 16266 lines of diff (skipped)

++ skip-obs.patch ++
--- /var/tmp/diff_new_pack.2WXMlw/_old  2020-03-27 00:23:28.988201662 +0100
+++ /var/tmp/diff_new_pack.2WXMlw/_new  2020-03-27 00:23:28.988201662 +0100
@@ -1,8 +1,8 @@
-Index: psutil-5.6.3/psutil/tests/__init__.py
+Index: psutil-5.7.0/psutil/tests/__init__.py
 ===
 psutil-5.6.3.orig/psutil/tests/__init__.py
-+++ psutil-5.6.3/psutil/tests/__init__.py
-@@ -171,7 +171,7 @@ HAS_SENSORS_BATTERY = hasattr(psutil, "s
+--- psutil-5.7.0.orig/psutil/tests/__init__.py
 psutil-5.7.0/psutil/tests/__init__.py
+@@ -174,7 +174,7 @@ HAS_SENSORS_BATTERY = hasattr(psutil, "s
  try:
  HAS_BATTERY = HAS_SENSORS_BATTERY and bool(psutil.sensors_battery())
  except Exception:
@@ -11,11 +11,11 @@
  HAS_SENSORS_FANS = hasattr(psutil, "sensors_fans")
  HAS_SENSORS_TEMPERATURES = hasattr(psutil, "sensors_temperatures")
  HAS_THREADS = hasattr(psutil.Process, "threads")
-Index: psutil-5.6.3/psutil/tests/test_misc.py
+Index: 

commit python-psutil for openSUSE:Factory

2020-01-31 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2020-01-31 23:54:41

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new.26092 (New)


Package is "python-psutil"

Fri Jan 31 23:54:41 2020 rev:53 rq:768438 version:5.6.7

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2019-12-07 15:21:44.203742525 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new.26092/python-psutil.changes   
2020-01-31 23:55:09.179585099 +0100
@@ -1,0 +2,6 @@
+Wed Jan 29 16:58:27 UTC 2020 - Dominique Leuenberger 
+
+- Add pr_1665.patch: Future-proof disk_io_counters on Linux. Fixes
+  tests with Linux 5.5.
+
+---

New:

  pr_1665.patch



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.dDI0YL/_old  2020-01-31 23:55:10.271585665 +0100
+++ /var/tmp/diff_new_pack.dDI0YL/_new  2020-01-31 23:55:10.271585665 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-psutil
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,6 +33,7 @@
 Patch1: skip-test-missing-warnings.patch
 Patch2: skip-flaky-i586.patch
 Patch3: skip-obs.patch
+Patch4: pr_1665.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -59,6 +60,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 # Remove shebangs
 sed -i "1s/#!.*//" 
psutil/{__init__.py,_compat.py,_psbsd.py,_pslinux.py,_psosx.py,_psposix.py,_pssunos.py,_pswindows.py}

++ pr_1665.patch ++
>From df417c78f9b91fa19e3dd04645d584f572dac4de Mon Sep 17 00:00:00 2001
From: Mike Hommey 
Date: Fri, 17 Jan 2020 10:27:04 +0900
Subject: [PATCH 1/2] Future-proof disk_ui_counters on Linux.

Kernel 5.5 added 2 more fields to /proc/diskstats, requiring another
change after the one for 4.18, which recently added 4 fields.

At this point in time, the meaning of the existing fields is unlikely to
change, and psutil is not using any of the newer ones. By considering
18 fields and more to have the current layout, psutil will continue to
work as newer kernels add more fields.
---
 psutil/_pslinux.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/psutil/_pslinux.py b/psutil/_pslinux.py
index c681439d4..673475116 100644
--- a/psutil/_pslinux.py
+++ b/psutil/_pslinux.py
@@ -1066,6 +1066,7 @@ def read_procfs():
 # "31   hda1 8 8 8 8"
 # 4.18+ has 4 fields added:
 # "30   hda 8 8 8 8 8 8 8 8 8 8 8 0 0 0 0"
+# 5.5 has 2 more fields.
 # See:
 # https://www.kernel.org/doc/Documentation/iostats.txt
 # https://www.kernel.org/doc/Documentation/ABI/testing/procfs-diskstats
@@ -1080,7 +1081,7 @@ def read_procfs():
 reads = int(fields[2])
 (reads_merged, rbytes, rtime, writes, writes_merged,
 wbytes, wtime, _, busy_time, _) = map(int, fields[4:14])
-elif flen == 14 or flen == 18:
+elif flen == 14 or flen >= 18
 # Linux 2.6+, line referring to a disk
 name = fields[2]
 (reads, reads_merged, rbytes, rtime, writes, writes_merged,

>From ae5532a70b653435adbf8c7e86c3baa0bd3f90dc Mon Sep 17 00:00:00 2001
From: Giampaolo Rodola 
Date: Fri, 17 Jan 2020 12:32:05 +0100
Subject: [PATCH 2/2] fix typo

---
 psutil/_pslinux.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/psutil/_pslinux.py b/psutil/_pslinux.py
index 673475116..d8f8ed5c8 100644
--- a/psutil/_pslinux.py
+++ b/psutil/_pslinux.py
@@ -1081,7 +1081,7 @@ def read_procfs():
 reads = int(fields[2])
 (reads_merged, rbytes, rtime, writes, writes_merged,
 wbytes, wtime, _, busy_time, _) = map(int, fields[4:14])
-elif flen == 14 or flen >= 18
+elif flen == 14 or flen >= 18:
 # Linux 2.6+, line referring to a disk
 name = fields[2]
 (reads, reads_merged, rbytes, rtime, writes, writes_merged,




commit python-psutil for openSUSE:Factory

2019-12-07 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2019-12-07 15:17:56

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new.4691 (New)


Package is "python-psutil"

Sat Dec  7 15:17:56 2019 rev:52 rq:751674 version:5.6.7

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2019-11-22 10:21:45.565331529 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new.4691/python-psutil.changes
2019-12-07 15:21:44.203742525 +0100
@@ -1,0 +2,18 @@
+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)
+
+---

Old:

  psutil-5.6.5.tar.gz

New:

  psutil-5.6.7.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.xpp7tU/_old  2019-12-07 15:21:45.919742287 +0100
+++ /var/tmp/diff_new_pack.xpp7tU/_new  2019-12-07 15:21:45.923742287 +0100
@@ -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

++ psutil-5.6.5.tar.gz -> psutil-5.6.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-5.6.5/CREDITS new/psutil-5.6.7/CREDITS
--- old/psutil-5.6.5/CREDITS2019-11-04 08:57:31.0 +0100
+++ new/psutil-5.6.7/CREDITS2019-11-13 14:58:32.0 +0100
@@ -638,3 +638,12 @@
 N: Bernát Gábor
 W: https://github.com/gaborbernat
 I: 1565
+
+N: Nathan Houghton
+W: https://github.com/n1000
+I: 1619
+
+N: Riccardo Schirone
+W: https://github.com/ret2libc
+C: Milano, Italy
+I: 1616
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-5.6.5/HISTORY.rst new/psutil-5.6.7/HISTORY.rst
--- old/psutil-5.6.5/HISTORY.rst2019-11-06 09:51:03.0 +0100
+++ new/psutil-5.6.7/HISTORY.rst2019-11-26 06:58:43.0 +0100
@@ -1,5 +1,29 @@
 *Bug tracker at https://github.com/giampaolo/psutil/issues*
 
+
+5.6.7
+=
+
+2019-11-26
+
+**Bug fixes**
+
+- 1630_: [Windows] can't compile source distribution due to C syntax error.
+
+5.6.6
+=
+
+2019-11-25
+
+**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)
+
 5.6.5
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-5.6.5/PKG-INFO new/psutil-5.6.7/PKG-INFO
--- old/psutil-5.6.5/PKG-INFO   2019-11-06 11:07:24.973878400 +0100
+++ new/psutil-5.6.7/PKG-INFO   2019-11-26 08:25:39.071056100 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: psutil
-Version: 5.6.5
+Version: 5.6.7
 Summary: Cross-platform lib for process and system monitoring in Python.
 Home-page: https://github.com/giampaolo/psutil
 Author: Giampaolo Rodola
@@ -127,8 +127,6 @@
By subscribing you will help me (`Giampaolo Rodola`_) support 
psutil
future development. Alternatively consider making a small 
`donation`_.
 
-.. _Tidelift Subscription: 
https://tidelift.com/subscription/pkg/pypi-psutil?utm_source=pypi-psutil_medium=referral_campaign=readme
-
 Security
 
 
@@ -523,6 +521,8 @@
 .. _`Giampaolo Rodola`: http://grodola.blogspot.com/p/about.html
 .. _`donation`: 
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick_button_id=A9ZS7PKKRM3S8
 .. _Tidelift security 

commit python-psutil for openSUSE:Factory

2019-11-22 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2019-11-22 10:21:43

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new.26869 (New)


Package is "python-psutil"

Fri Nov 22 10:21:43 2019 rev:51 rq:747243 version:5.6.5

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2019-09-23 12:06:01.077919164 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new.26869/python-psutil.changes   
2019-11-22 10:21:45.565331529 +0100
@@ -1,0 +2,36 @@
+Sat Nov  9 14:42:18 UTC 2019 - Arun Persaud 
+
+- update to version 5.6.5:
+  * Bug fixes
++ 1615: remove pyproject.toml as it was causing installation
+  issues.
+
+- changes from version 5.6.4:
+  * Enhancements
++ 1527: [Linux] added Process.cpu_times().iowait counter, which is
+  the time spent waiting for blocking I/O to complete.
++ 1565: add PEP 517/8 build backend and requirements specification
+  for better pip integration. (patch by Bernát Gábor)
+  * Bug fixes
++ 875: [Windows] Process' cmdline(), environ() or cwd() may
+  occasionally fail with ERROR_PARTIAL_COPY which now gets
+  translated to AccessDenied.
++ 1126: [Linux] cpu_affinity() segfaults on CentOS 5 /
+  manylinux. cpu_affinity() support for CentOS 5 was removed.
++ 1528: [AIX] compilation error on AIX 7.2 due to 32 vs 64 bit
+  differences. (patch by Arnon Yaari)
++ 1535: 'type' and 'family' fields returned by net_connections()
+  are not always turned into enums.
++ 1536: [NetBSD] process cmdline() erroneously raise ZombieProcess
+  error if cmdline has non encodable chars.
++ 1546: usage percent may be rounded to 0 on Python 2.
++ 1552: [Windows] getloadavg() math for calculating 5 and 15 mins
+  values is incorrect.
++ 1568: [Linux] use CC compiler env var if defined.
++ 1570: [Windows] NtWow64* syscalls fail to raise the proper error
+  code
++ 1585: [OSX] calling close() (in C) on possible negative
+  integers. (patch by Athos Ribeiro)
++ 1606: [SunOS] compilation fails on SunOS 5.10. (patch by vser1)
+
+---

Old:

  psutil-5.6.3.tar.gz

New:

  psutil-5.6.5.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.TP9Hsx/_old  2019-11-22 10:21:47.037331300 +0100
+++ /var/tmp/diff_new_pack.TP9Hsx/_new  2019-11-22 10:21:47.041331299 +0100
@@ -23,11 +23,10 @@
 %bcond_with test
 %endif
 Name:   python-psutil
-Version:5.6.3
+Version:5.6.5
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
-Group:  Development/Languages/Python
 URL:https://github.com/giampaolo/psutil
 Source: 
https://files.pythonhosted.org/packages/source/p/psutil/psutil-%{version}.tar.gz
 Patch0: pr_1364.patch

++ psutil-5.6.3.tar.gz -> psutil-5.6.5.tar.gz ++
 4976 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2019-09-23 12:05:53

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new.7948 (New)


Package is "python-psutil"

Mon Sep 23 12:05:53 2019 rev:50 rq:729891 version:5.6.3

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2019-03-29 20:36:28.702580726 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new.7948/python-psutil.changes
2019-09-23 12:06:01.077919164 +0200
@@ -1,0 +2,30 @@
+Tue Sep 10 13:08:41 UTC 2019 - Tomáš Chvátal 
+
+- Add patch to skip more tests that won't work in OBS:
+  * skip-obs.patch
+
+---
+Tue Jul 23 11:01:40 UTC 2019 - Tomáš Chvátal 
+
+- Update to 5.6.3:
+  * 1494: [AIX] added support for Process.environ(). (patch by Arnon Yaari)
+  * 1276: [AIX] can't get whole cmdline(). (patch by Arnon Yaari)
+  * 1501_: [Windows] Process cmdline() and exe() raise unhandled "WinError 
1168 element not found" exceptions for "Registry" and "Memory Compression" 
psuedo processes on Windows 10.
+  * 1526_: [NetBSD] process cmdline() could raise MemoryError. (patch by Kamil 
Rytarowski)
+
+---
+Sat May 25 13:16:59 UTC 2019 - Tomáš Chvátal 
+
+- Update to 5.6.2:
+  * 1404: [Linux] cpu_count(logical=False) uses a second method (read from 
/sys/devices/system/cpu/cpu[0-9]/topology/core_id) in order to determine the 
number of physical CPUs in case /proc/cpuinfo does not provide this info.
+  * 1458: provide coloured test output. Also show failures on 
KeyboardInterrupt.
+  * 1464: various docfixes (always point to python3 doc, fix links, etc.).
+  * 1478: add make command to re-run tests failed on last run.
+  * 1456: [Linux] cpu_freq() returns None instead of 0.0 when min/max not 
available (patch by Alex Manuskin)
+  * 1462: [Linux] (tests) make tests invariant to LANG setting (patch by 
Benjamin Drung)
+  * 1463: cpu_distribution.py script was broken.
+  * 1470: [Linux] disk_partitions(): fix corner case when /etc/mtab doesn't 
exist. (patch by Cedric Lamoriniere)
+  * 1472: [Linux] cpu_freq() does not return all CPUs on Rasbperry-pi 3.
+  * 1493: [Linux] cpu_freq(): handle the case where 
/sys/devices/system/cpu/cpufreq/ exists but is empty.
+
+---

Old:

  psutil-5.6.1.tar.gz

New:

  psutil-5.6.3.tar.gz
  skip-obs.patch



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.4Z1Vza/_old  2019-09-23 12:06:04.397918616 +0200
+++ /var/tmp/diff_new_pack.4Z1Vza/_new  2019-09-23 12:06:04.397918616 +0200
@@ -16,14 +16,14 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %ifarch x86_64 %{ix86}
 %bcond_without  test
 %else
 %bcond_with test
 %endif
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psutil
-Version:5.6.1
+Version:5.6.3
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
@@ -33,6 +33,7 @@
 Patch0: pr_1364.patch
 Patch1: skip-test-missing-warnings.patch
 Patch2: skip-flaky-i586.patch
+Patch3: skip-obs.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -58,6 +59,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 # Remove shebangs
 sed -i "1s/#!.*//" 
psutil/{__init__.py,_compat.py,_psbsd.py,_pslinux.py,_psosx.py,_psposix.py,_pssunos.py,_pswindows.py}
@@ -71,7 +73,6 @@
 %{python_expand mkdir -p %{buildroot}%{_docdir}/%{$python_prefix}-psutil
 cp -r scripts %{buildroot}%{_docdir}/%{$python_prefix}-psutil/
 find %{buildroot}%{_docdir}/%{$python_prefix}-psutil/scripts/ -type f -name 
"*.py" -exec sed -i "s|#!%{_bindir}/env python|#!%__$python|" {} \;
-find %{buildroot}%{$python_sitearch}/psutil/tests/ -type f -name "*.py" -exec 
sed -i "s|#!%{_bindir}/env python|#!%__$python|" {} \;
 rm -r %{buildroot}%{$python_sitearch}/psutil/tests/
 %fdupes %{buildroot}%{_docdir}/%{$python_prefix}-psutil/
 %fdupes %{buildroot}%{$python_sitearch}

++ psutil-5.6.1.tar.gz -> psutil-5.6.3.tar.gz ++
 6590 lines of diff (skipped)

++ skip-obs.patch ++
Index: psutil-5.6.3/psutil/tests/__init__.py
===
--- psutil-5.6.3.orig/psutil/tests/__init__.py
+++ psutil-5.6.3/psutil/tests/__init__.py
@@ -171,7 +171,7 @@ HAS_SENSORS_BATTERY = hasattr(psutil, "s
 try:
 HAS_BATTERY = HAS_SENSORS_BATTERY and 

commit python-psutil for openSUSE:Factory

2019-03-29 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2019-03-29 20:36:27

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new.25356 (New)


Package is "python-psutil"

Fri Mar 29 20:36:27 2019 rev:49 rq:687163 version:5.6.1

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2019-03-12 09:46:01.155626513 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new.25356/python-psutil.changes   
2019-03-29 20:36:28.702580726 +0100
@@ -1,0 +2,15 @@
+Mon Mar 18 02:29:21 UTC 2019 - John Vandenberg 
+
+- Active test suite, using skip-test-missing-warnings.patch to
+  explicitly skip 2 tests regarding warnings, skip-flaky-i586.patch
+  to skip a flaky i586 test, and setting TRAVIS to skip tests which
+  upstream doesnt run in their CI
+- Add upstream pr_1364.patch to fix reading /sys/blocks on Linux 4.18+
+- Remove tests from installed package
+- Use URL https://github.com/giampaolo/psutil
+- Use LANG=en_US.UTF-8 in %check to avoid failure in test_pmap
+- update to version 5.6.1
+  * No changes effecting Linux
+  * Many checks added to tests to skip tests for missing features
+
+---

Old:

  psutil-5.6.0.tar.gz

New:

  pr_1364.patch
  psutil-5.6.1.tar.gz
  skip-flaky-i586.patch
  skip-test-missing-warnings.patch



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.iNPsY3/_old  2019-03-29 20:36:29.654582099 +0100
+++ /var/tmp/diff_new_pack.iNPsY3/_new  2019-03-29 20:36:29.658582105 +0100
@@ -16,27 +16,35 @@
 #
 
 
+%ifarch x86_64 %{ix86}
+%bcond_without  test
+%else
+%bcond_with test
+%endif
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psutil
-Version:5.6.0
+Version:5.6.1
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-URL:https://pypi.python.org/pypi/psutil/
+URL:https://github.com/giampaolo/psutil
 Source: 
https://files.pythonhosted.org/packages/source/p/psutil/psutil-%{version}.tar.gz
+Patch0: pr_1364.patch
+Patch1: skip-test-missing-warnings.patch
+Patch2: skip-flaky-i586.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   net-tools
 Requires:   procps
-# SECTION test requirements
+%if %{with test}
 BuildRequires:  net-tools
 BuildRequires:  procps
 BuildRequires:  python-ipaddress
 BuildRequires:  python-mock
-# /SECTION
+%endif
 %ifpython2
 Requires:   python-ipaddress
 %endif
@@ -47,6 +55,10 @@
 
 %prep
 %setup -q -n psutil-%{version}
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+
 # Remove shebangs
 sed -i "1s/#!.*//" 
psutil/{__init__.py,_compat.py,_psbsd.py,_pslinux.py,_psosx.py,_psposix.py,_pssunos.py,_pswindows.py}
 
@@ -60,14 +72,26 @@
 cp -r scripts %{buildroot}%{_docdir}/%{$python_prefix}-psutil/
 find %{buildroot}%{_docdir}/%{$python_prefix}-psutil/scripts/ -type f -name 
"*.py" -exec sed -i "s|#!%{_bindir}/env python|#!%__$python|" {} \;
 find %{buildroot}%{$python_sitearch}/psutil/tests/ -type f -name "*.py" -exec 
sed -i "s|#!%{_bindir}/env python|#!%__$python|" {} \;
-chmod a+x %{buildroot}%{$python_sitearch}/psutil/tests/*.py
-chmod a-x %{buildroot}%{$python_sitearch}/psutil/tests/__init__.py
-$python -m compileall -d %{$python_sitearch} 
%{buildroot}%{$python_sitearch}/psutil/tests/
-$python -O -m compileall -d %{$python_sitearch} 
%{buildroot}%{$python_sitearch}/psutil/tests/
+rm -r %{buildroot}%{$python_sitearch}/psutil/tests/
 %fdupes %{buildroot}%{_docdir}/%{$python_prefix}-psutil/
 %fdupes %{buildroot}%{$python_sitearch}
 }
 
+%if %{with test}
+%check
+export LANG=en_US.UTF-8
+export PSUTIL_TESTING=1
+export TRAVIS=1
+
+# Note test_fetch_all is a bit flaky, occasionally failing
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
+cp -r scripts %{buildroot}%{$python_sitearch}/
+cp -r psutil/tests %{buildroot}%{$python_sitearch}/psutil
+$python -W default %{buildroot}%{$python_sitearch}/psutil/tests/__main__.py
+rm -r %{buildroot}%{$python_sitearch}/scripts 
%{buildroot}%{$python_sitearch}/psutil/tests
+}
+%endif
+
 %files %{python_files}
 %license LICENSE
 %doc CREDITS HISTORY.rst README.rst

++ pr_1364.patch ++
>From 6688d5fca0f5d19ff7741b2d1585882c4663541b Mon Sep 17 00:00:00 2001
From: Jelle van der Waa 
Date: Sun, 18 Nov 2018 19:55:08 +0100
Subject: [PATCH] [Linux] read_sysfs() fails on Linux 4.18+

Linux kernel 4.18+ added 4 fields to 

commit python-psutil for openSUSE:Factory

2019-03-12 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2019-03-12 09:45:58

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new.28833 (New)


Package is "python-psutil"

Tue Mar 12 09:45:58 2019 rev:48 rq:683033 version:5.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2019-02-24 20:45:55.311901019 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new.28833/python-psutil.changes   
2019-03-12 09:46:01.155626513 +0100
@@ -1,0 +2,49 @@
+Sat Mar  9 15:45:36 UTC 2019 - Arun Persaud 
+
+- update to version 5.6.0:
+  * Enhancements
++ 1379: [Windows] Process suspend() and resume() now use
+  NtSuspendProcess and NtResumeProcess instead of
+  stopping/resuming all threads of a process. This is faster and
+  more reliable (aka this is what ProcessHacker does).
++ 1420: [Windows] in case of exception disk_usage() now also shows
+  the path name.
++ 1422: [Windows] Windows APIs requiring to be dynamically loaded
+  from DLL libraries are now loaded only once on startup (instead
+  of on per function call) significantly speeding up different
+  functions and methods.
++ 1426: [Windows] PAGESIZE and number of processors is now
+  calculated on startup.
++ 1428: in case of error, the traceback message now shows the
+  underlying C function called which failed.
++ 1433: new Process.parents() method. (idea by Ghislain Le Meur)
++ 1437: pids() are returned in sorted order.
++ 1442: python3 is now the default interpreter used by Makefile.
+  * Bug fixes
++ 1353: process_iter() is now thread safe (it rarely raised
+  TypeError).
++ 1394: [Windows] Process name() and exe() may erroneously return
+  "Registry". QueryFullProcessImageNameW is now used instead of
+  GetProcessImageFileNameW in order to prevent that.
++ 1411: [BSD] lack of Py_DECREF could cause segmentation fault on
+  process instantiation.
++ 1419: [Windows] Process.environ() raises NotImplementedError
+  when querying a 64-bit process in 32-bit-WoW mode. Now it raises
+  AccessDenied.
++ 1427: [OSX] Process cmdline() and environ() may erroneously
+  raise OSError on failed malloc().
++ 1429: [Windows] SE DEBUG was not properly set for current
+  process. It is now, and it should result in less AccessDenied
+  exceptions for low-pid processes.
++ 1432: [Windows] Process.memory_info_ex()'s USS memory is
+  miscalculated because we're not using the actual system
+  PAGESIZE.
++ 1439: [NetBSD] Process.connections() may return incomplete
+  results if using oneshot().
++ 1447: original exception wasn't turned into NSP/AD exceptions
+  when using Process.oneshot() ctx manager.
+  * Incompatible API changes
++ 1291: [OSX] Process.memory_maps() was removed because inherently
+  broken (segfault) for years.
+
+---

Old:

  psutil-5.5.1.tar.gz

New:

  psutil-5.6.0.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.Itjc80/_old  2019-03-12 09:46:01.959626353 +0100
+++ /var/tmp/diff_new_pack.Itjc80/_new  2019-03-12 09:46:01.967626352 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psutil
-Version:5.5.1
+Version:5.6.0
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-5.5.1.tar.gz -> psutil-5.6.0.tar.gz ++
 9463 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2019-02-24 Thread root


bintqJ3pmpOge.bin
Description: Binary data


commit python-psutil for openSUSE:Factory

2019-02-01 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2019-02-01 11:43:07

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new.28833 (New)


Package is "python-psutil"

Fri Feb  1 11:43:07 2019 rev:46 rq:668832 version:5.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2018-11-09 07:50:44.947964393 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new.28833/python-psutil.changes   
2019-02-01 11:43:09.576693361 +0100
@@ -1,0 +2,30 @@
+Sat Jan 26 17:39:46 UTC 2019 - Arun Persaud 
+
+- specfile:
+  * update copyright year
+
+- update to version 5.5.0:
+  * Enhancements
++ 1350: [FreeBSD] added support for sensors_temperatures(). (patch
+  by Alex Manuskin)
++ 1352: [FreeBSD] added support for CPU frequency. (patch by Alex
+  Manuskin)
+  * Bug fixes
++ : Process.oneshot() is now thread safe.
++ 1354: [Linux] disk_io_counters() fails on Linux kernel 4.18+.
++ 1357: [Linux] Process' memory_maps() and io_counters() method
+  are no longer exposed if not supported by the kernel.
++ 1368: [Windows] fix psutil.Process().ionice(...)
+  mismatch. (patch by EccoTheFlintstone)
++ 1370: [Windows] improper usage of CloseHandle() may lead to
+  override the original error code when raising an exception.
++ 1373: incorrect handling of cache in Process.oneshot() context
+  causes Process instances to return incorrect results.
++ 1376: [Windows] OpenProcess() now uses
+  PROCESS_QUERY_LIMITED_INFORMATION access rights wherever
+  possible, resulting in less AccessDenied exceptions being thrown
+  for system processes.
++ 1376: [Windows] check if variable is NULL before free()ing
+  it. (patch by EccoTheFlintstone)
+
+---

Old:

  psutil-5.4.8.tar.gz

New:

  psutil-5.5.0.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.5wsfcl/_old  2019-02-01 11:43:10.052692872 +0100
+++ /var/tmp/diff_new_pack.5wsfcl/_new  2019-02-01 11:43:10.056692868 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-psutil
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psutil
-Version:5.4.8
+Version:5.5.0
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-5.4.8.tar.gz -> psutil-5.5.0.tar.gz ++
 1710 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2018-11-08 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2018-11-09 07:50:37

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Fri Nov  9 07:50:37 2018 rev:45 rq:646017 version:5.4.8

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2018-08-27 12:55:06.628537953 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2018-11-09 07:50:44.947964393 +0100
@@ -1,0 +2,30 @@
+Thu Nov  1 22:42:43 UTC 2018 - Arun Persaud 
+
+- update to version 5.4.8:
+  * Enhancements
++ 1197: [Linux] cpu_freq() is now implemented by parsing
+  /proc/cpuinfo in case /sys/devices/system/cpu/* filesystem is
+  not available.
++ 1310: [Linux] psutil.sensors_temperatures() now parses
+  /sys/class/thermal in case /sys/class/hwmon fs is not available
+  (e.g. Raspberry Pi). (patch by Alex Manuskin)
++ 1320: [Posix] better compilation support when using g++ instead
+  of gcc. (patch by Jaime Fullaondo)
+  * Bug fixes
++ 715: do not print exception on import time in case cpu_times()
+  fails.
++ 1004: [Linux] Process.io_counters() may raise ValueError.
++ 1277: [OSX] available and used memory (psutil.virtual_memory())
+  metrics are not accurate.
++ 1294: [Windows] psutil.Process().connections() may sometimes
+  fail with intermittent 0xC001. (patch by Sylvain Duchesne)
++ 1307: [Linux] disk_partitions() does not honour PROCFS_PATH.
++ 1320: [AIX] system CPU times (psutil.cpu_times()) were being
+  reported with ticks unit as opposed to seconds. (patch by Jaime
+  Fullaondo)
++ 1332: [OSX] psutil debug messages are erroneously printed all
+  the time. (patch by Ilya Yanok)
++ 1346: [SunOS] net_connections() returns an empty list. (patch by
+  Oleksii Shevchuk)
+
+---

Old:

  psutil-5.4.7.tar.gz

New:

  psutil-5.4.8.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.y2r4B7/_old  2018-11-09 07:50:46.191962957 +0100
+++ /var/tmp/diff_new_pack.y2r4B7/_new  2018-11-09 07:50:46.195962953 +0100
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psutil
-Version:5.4.7
+Version:5.4.8
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-5.4.7.tar.gz -> psutil-5.4.8.tar.gz ++
 1738 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2018-08-27 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2018-08-27 12:54:53

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Mon Aug 27 12:54:53 2018 rev:44 rq:630325 version:5.4.7

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2018-06-18 13:48:46.428597196 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2018-08-27 12:55:06.628537953 +0200
@@ -1,0 +2,29 @@
+Sat Aug 18 17:02:59 UTC 2018 - a...@gmx.de
+
+- update to version 5.4.7:
+  * Enhancements
++ 1286: [macOS] psutil.OSX constant is now deprecated in favor of
+  new psutil.MACOS.
++ 1309: [Linux] added psutil.STATUS_PARKED constant for
+  Process.status().
++ 1321: [Linux] add disk_io_counters() dual implementation relying
+  on /sys/block filesystem in case /proc/diskstats is not
+  available. (patch by Lawrence Ye)
+  * Bug fixes
++ 1209: [macOS] Process.memory_maps() may fail with EINVAL due to
+  poor task_for_pid() syscall. AccessDenied is now raised instead.
++ 1278: [macOS] Process.threads() incorrectly return microseconds
+  instead of seconds. (patch by Nikhil Marathe)
++ 1279: [Linux, macOS, BSD] net_if_stats() may return ENODEV.
++ 1294: [Windows] psutil.Process().connections() may sometime fail
+  with MemoryError. (patch by sylvainduchesne)
++ 1305: [Linux] disk_io_stats() may report inflated r/w bytes
+  values.
++ 1309: [Linux] Process.status() is unable to recognize "idle" and
+  "parked" statuses (returns '?').
++ 1313: [Linux] disk_io_counters() can report inflated IO counters
+  due to erroneously counting base disk device and its
+  partition(s) twice.
++ 1323: [Linux] sensors_temperatures() may fail with ValueError.
+
+---
@@ -78,0 +108,5 @@
+Thu Dec 21 14:40:27 UTC 2017 - mihai.di...@suse.com
+
+- build python3 subpackage (FATE#324435, bsc#1073879)
+
+---
@@ -866,0 +901,5 @@
+
+---
+Wed Sep  3 01:41:38 CEST 2014 - r...@suse.de
+
+- sanitize release line in specfile

Old:

  psutil-5.4.6.tar.gz

New:

  psutil-5.4.7.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.rnuNzH/_old  2018-08-27 12:55:07.520538930 +0200
+++ /var/tmp/diff_new_pack.rnuNzH/_new  2018-08-27 12:55:07.524538935 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psutil
-Version:5.4.6
+Version:5.4.7
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
@@ -29,14 +29,14 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   net-tools
+Requires:   procps
 # SECTION test requirements
-BuildRequires:  python-ipaddress
-BuildRequires:  python-mock
 BuildRequires:  net-tools
 BuildRequires:  procps
+BuildRequires:  python-ipaddress
+BuildRequires:  python-mock
 # /SECTION
-Requires:   net-tools
-Requires:   procps
 %ifpython2
 Requires:   python-ipaddress
 %endif

++ psutil-5.4.6.tar.gz -> psutil-5.4.7.tar.gz ++
 2862 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2018-06-18 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2018-06-18 13:48:42

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Mon Jun 18 13:48:42 2018 rev:43 rq:616701 version:5.4.6

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2018-04-22 14:29:51.566204343 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2018-06-18 13:48:46.428597196 +0200
@@ -1,0 +2,11 @@
+Wed Jun 13 18:12:32 UTC 2018 - toddrme2...@gmail.com
+
+- Update to 5.4.6
+  * 1258_: [Windows] Process.username() may cause a segfault (Python 
interpreter
+crash).  (patch by Jean-Luc Migot)
+  * 1273_: net_if_addr() namedtuple's name has been renamed from "snic" to
+"snicaddr".
+  * 1274_: [Linux] there was a small chance Process.children() may swallow
+AccessDenied exceptions.
+
+---

Old:

  psutil-5.4.5.tar.gz

New:

  psutil-5.4.6.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.Dn2A0z/_old  2018-06-18 13:48:47.012575611 +0200
+++ /var/tmp/diff_new_pack.Dn2A0z/_new  2018-06-18 13:48:47.016575463 +0200
@@ -17,9 +17,8 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_with test
 Name:   python-psutil
-Version:5.4.5
+Version:5.4.6
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
@@ -30,8 +29,17 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+# SECTION test requirements
+BuildRequires:  python-ipaddress
+BuildRequires:  python-mock
+BuildRequires:  net-tools
+BuildRequires:  procps
+# /SECTION
 Requires:   net-tools
 Requires:   procps
+%ifpython2
+Requires:   python-ipaddress
+%endif
 %python_subpackages
 
 %description
@@ -60,12 +68,6 @@
 %fdupes %{buildroot}%{$python_sitearch}
 }
 
-%if %{with test}
-%check
-make %{?_smp_mflags} test
-make %{?_smp_mflags} memtest
-%endif
-
 %files %{python_files}
 %license LICENSE
 %doc CREDITS HISTORY.rst README.rst

++ psutil-5.4.5.tar.gz -> psutil-5.4.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-5.4.5/CREDITS new/psutil-5.4.6/CREDITS
--- old/psutil-5.4.5/CREDITS2018-04-12 10:37:17.0 +0200
+++ new/psutil-5.4.6/CREDITS2018-06-07 17:16:03.0 +0200
@@ -535,3 +535,7 @@
 N: Denis Krienbühl
 W: https://github.com/href
 I: 1260
+
+N: Jean-Luc Migot
+W: https://github.com/jmigot-tehtris
+I: 1258, 1289
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-5.4.5/HISTORY.rst new/psutil-5.4.6/HISTORY.rst
--- old/psutil-5.4.5/HISTORY.rst2018-04-13 19:31:19.0 +0200
+++ new/psutil-5.4.6/HISTORY.rst2018-06-07 17:37:56.0 +0200
@@ -1,5 +1,19 @@
 *Bug tracker at https://github.com/giampaolo/psutil/issues*
 
+5.4.6
+=
+
+2018-06-07
+
+**Bug fixes**
+
+- 1258_: [Windows] Process.username() may cause a segfault (Python interpreter
+  crash).  (patch by Jean-Luc Migot)
+- 1273_: net_if_addr() namedtuple's name has been renamed from "snic" to
+  "snicaddr".
+- 1274_: [Linux] there was a small chance Process.children() may swallow
+  AccessDenied exceptions.
+
 5.4.5
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-5.4.5/INSTALL.rst new/psutil-5.4.6/INSTALL.rst
--- old/psutil-5.4.5/INSTALL.rst2018-04-12 10:37:17.0 +0200
+++ new/psutil-5.4.6/INSTALL.rst2018-05-08 17:56:36.0 +0200
@@ -76,15 +76,15 @@
 
 The easiest way to install psutil on Windows is to just use the pre-compiled
 exe/wheel installers hosted on
-`PYPI `__ via pip:
+`PYPI `__ via pip:
 
 .. code-block:: bat
 
 C:\Python27\python.exe -m pip install psutil
 
 If you want to compile psutil from sources you'll need **Visual Studio**
-(Mingw32 is no longer supported), which really is a mess. 
-The VS versions are the onle listed below. 
+(Mingw32 is no longer supported), which really is a mess.
+The VS versions are the onle listed below.
 This  `blog post 
`__
 provides numerous info on how to properly set up VS (good luck with that).
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-5.4.5/MANIFEST.in new/psutil-5.4.6/MANIFEST.in

commit python-psutil for openSUSE:Factory

2018-04-22 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2018-04-22 14:29:46

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Sun Apr 22 14:29:46 2018 rev:42 rq:596551 version:5.4.5

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2018-01-07 17:21:01.486255362 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2018-04-22 14:29:51.566204343 +0200
@@ -1,0 +2,54 @@
+Sat Apr 14 17:18:54 UTC 2018 - a...@gmx.de
+
+- update to version 5.4.5:
+  * Bug fixes
++ 1268: setup.py's extra_require parameter requires latest
+  setuptools version, breaking quite a lot of installations.
+
+- changes from version 5.4.4:
+  * Enhancements
++ 1239: [Linux] expose kernel "slab" memory for
+  psutil.virtual_memory(). (patch by Maxime Mouial)
+  * Bug fixes
++ 694: [SunOS] cmdline() could be truncated at the 15th character
+  when reading it from /proc. An extra effort is made by reading
+  it from process address space first. (patch by Georg Sauthoff)
++ 771: [Windows] cpu_count() (both logical and physical) return a
+  wrong (smaller) number on systems using process groups (> 64
+  cores).
++ 771: [Windows] cpu_times(percpu=True) return fewer CPUs on
+  systems using process groups (> 64 cores).
++ 771: [Windows] cpu_stats() and cpu_freq() may return incorrect
+  results on systems using process groups (> 64 cores).
++ 1193: [SunOS] Return uid/gid from /proc/pid/psinfo if there
+  aren't enough permissions for /proc/pid/cred. (patch by Georg
+  Sauthoff)
++ 1194: [SunOS] Return nice value from psinfo as getpriority()
+  doesn't support real-time processes. (patch by Georg Sauthoff)
++ 1194: [SunOS] Fix double free in psutil_proc_cpu_num(). (patch
+  by Georg Sauthoff)
++ 1194: [SunOS] Fix undefined behavior related to strict-aliasing
+  rules and warnings. (patch by Georg Sauthoff)
++ 1210: [Linux] cpu_percent() steal time may remain stuck at 100%
+  due to Linux erroneously reporting a decreased steal time
+  between calls. (patch by Arnon Yaari)
++ 1216: fix compatibility with python 2.6 on Windows (patch by Dan
+  Vinakovsky)
++ 1222: [Linux] Process.memory_full_info() was erroneously summing
+  "Swap:" and "SwapPss:". Same for "Pss:" and "SwapPss". Not
+  anymore.
++ 1224: [Windows] Process.wait() may erroneously raise
+  TimeoutExpired.
++ 1238: [Linux] sensors_battery() may return None in case battery
+  is not listed as "BAT0" under /sys/class/power_supply.
++ 1240: [Windows] cpu_times() float loses accuracy in a long
+  running system. (patch by stswandering)
++ 1245: [Linux] sensors_temperatures() may fail with IOError "no
+  such file".
++ 1255: [FreeBSD] swap_memory() stats were erroneously represented
+  in KB. (patch by Denis Krienbühl)
+  * Backward compatibility
++ 771: [Windows] cpu_count(logical=False) on Windows XP and Vista
+  is no longer supported and returns None.
+
+---

Old:

  psutil-5.4.3.tar.gz

New:

  psutil-5.4.5.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.4mjNdc/_old  2018-04-22 14:29:52.802159608 +0200
+++ /var/tmp/diff_new_pack.4mjNdc/_new  2018-04-22 14:29:52.802159608 +0200
@@ -16,16 +16,15 @@
 #
 
 
-%bcond_with test
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_with test
 Name:   python-psutil
-Version:5.4.3
+Version:5.4.5
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:https://pypi.python.org/pypi/psutil/
+URL:https://pypi.python.org/pypi/psutil/
 Source: 
https://files.pythonhosted.org/packages/source/p/psutil/psutil-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
@@ -33,7 +32,6 @@
 BuildRequires:  python-rpm-macros
 Requires:   net-tools
 Requires:   procps
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %python_subpackages
 
 %description
@@ -52,8 +50,8 @@
 
 %{python_expand mkdir -p %{buildroot}%{_docdir}/%{$python_prefix}-psutil
 cp -r scripts %{buildroot}%{_docdir}/%{$python_prefix}-psutil/
-find %{buildroot}%{_docdir}/%{$python_prefix}-psutil/scripts/ -type f -name 
"*.py" -exec sed -i "s|#!/usr/bin/env python|#!%__$python|" {} \;
-find %{buildroot}%{$python_sitearch}/psutil/tests/ 

commit python-psutil for openSUSE:Factory

2018-01-07 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2018-01-07 17:21:00

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Sun Jan  7 17:21:00 2018 rev:41 rq:561485 version:5.4.3

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2017-12-10 18:17:05.248216426 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2018-01-07 17:21:01.486255362 +0100
@@ -1,0 +2,12 @@
+Wed Jan  3 22:40:21 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 5.4.3:
+  * Enhancements
++ 775: disk_partitions() on Windows return mount points.
+  * Bug fixes
++ 1193: pids() may return False on OSX.
+
+---

Old:

  psutil-5.4.2.tar.gz

New:

  psutil-5.4.3.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.j6p2Vu/_old  2018-01-07 17:21:02.826192555 +0100
+++ /var/tmp/diff_new_pack.j6p2Vu/_new  2018-01-07 17:21:02.826192555 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-psutil
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psutil
-Version:5.4.2
+Version:5.4.3
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-5.4.2.tar.gz -> psutil-5.4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-5.4.2/CREDITS new/psutil-5.4.3/CREDITS
--- old/psutil-5.4.2/CREDITS2017-11-24 14:07:10.0 +0100
+++ new/psutil-5.4.3/CREDITS2017-12-30 10:22:01.0 +0100
@@ -414,8 +414,8 @@
 I: 823
 
 N: Jake Omann
-E: https://github.com/jhomann
-I: 816
+E: https://github.com/jomann09
+I: 816, 775
 
 N: Jeremy Humble
 W: https://github.com/jhumble
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-5.4.2/HISTORY.rst new/psutil-5.4.3/HISTORY.rst
--- old/psutil-5.4.2/HISTORY.rst2017-12-07 12:57:23.0 +0100
+++ new/psutil-5.4.3/HISTORY.rst2018-01-01 21:21:36.0 +0100
@@ -1,5 +1,18 @@
 *Bug tracker at https://github.com/giampaolo/psutil/issues*
 
+5.4.3
+=
+
+*2018-01-01*
+
+**Enhancements**
+
+- 775_: disk_partitions() on Windows return mount points.
+
+**Bug fixes**
+
+- 1193_: pids() may return False on OSX.
+
 5.4.2
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-5.4.2/Makefile new/psutil-5.4.3/Makefile
--- old/psutil-5.4.2/Makefile   2017-12-07 13:02:25.0 +0100
+++ new/psutil-5.4.3/Makefile   2018-01-01 21:32:25.0 +0100
@@ -217,6 +217,10 @@
 pre-release:  ## Check if we're ready to produce a new release.
rm -rf dist
${MAKE} install
+   ${MAKE} generate-manifest
+   git diff MANIFEST.in > /dev/null  # ...otherwise 'git diff-index HEAD' 
will complain
+   ${MAKE} win-download-wheels
+   ${MAKE} sdist
$(PYTHON) -c \
"from psutil import __version__ as ver; \
doc = open('docs/index.rst').read(); \
@@ -224,11 +228,7 @@
assert ver in doc, '%r not in docs/index.rst' % ver; \
assert ver in history, '%r not in HISTORY.rst' % ver; \
assert '' not in history, ' in HISTORY.rst';"
-   ${MAKE} generate-manifest
-   git diff MANIFEST.in > /dev/null  # ...otherwise 'git diff-index HEAD' 
will complain
-   $(PYTHON) -c "import subprocess, sys; out = 
subprocess.check_output('git diff-index HEAD --', shell=True).strip(); 
sys.exit('there are uncommitted changes:\n%s' % out) if out else sys.exit(0);"
-   ${MAKE} win-download-wheels
-   ${MAKE} sdist
+   $(PYTHON) -c "import subprocess, sys; out = 
subprocess.check_output('git diff --quiet && git diff --cached --quiet', 
shell=True).strip(); sys.exit('there are uncommitted changes:\n%s' % out) if 
out else 0 ;"
 
 release:  ## Create a release (down/uploads tar.gz, wheels, git tag release).
${MAKE} pre-release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-5.4.2/PKG-INFO new/psutil-5.4.3/PKG-INFO
--- old/psutil-5.4.2/PKG-INFO   2017-12-07 

commit python-psutil for openSUSE:Factory

2017-12-10 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2017-12-10 18:16:55

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Sun Dec 10 18:16:55 2017 rev:40 rq:31 version:5.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2017-11-12 18:01:17.671117709 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2017-12-10 18:17:05.248216426 +0100
@@ -1,0 +2,25 @@
+Thu Dec  7 16:47:30 UTC 2017 - a...@gmx.de
+
+- update to version 5.4.2:
+  * Enhancements
++ 1173: introduced PSUTIL_DEBUG environment variable which can be
+  set in order to print useful debug messages on stderr (useful in
+  case of nasty errors).
++ 1177: added support for sensors_battery() on OSX. (patch by
+  Arnon Yaari)
++ 1183: Process.children() is 2x faster on UNIX and 2.4x faster on
+  Linux.
++ 1188: deprecated method Process.memory_info_ex() now warns by
+  using FutureWarning instead of DeprecationWarning.
+  * Bug fixes
++ 1152: [Windows] disk_io_counters() may return an empty dict.
++ 1169: [Linux] users() "hostname" returns username
+  instead. (patch by janderbrain)
++ 1172: [Windows] make test does not work.
++ 1179: [Linux] Process.cmdline() is now able to splits cmdline
+  args for misbehaving processes which overwrite /proc/pid/cmdline
+  and use spaces instead of null bytes as args separator.
++ 1181: [OSX] Process.memory_maps() may raise ENOENT.
++ 1187: [OSX] pids() does not return PID 0 on recent OSX versions.
+
+---

Old:

  psutil-5.4.1.tar.gz

New:

  psutil-5.4.2.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.652bHK/_old  2017-12-10 18:17:06.044178513 +0100
+++ /var/tmp/diff_new_pack.652bHK/_new  2017-12-10 18:17:06.044178513 +0100
@@ -20,7 +20,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psutil
-Version:5.4.1
+Version:5.4.2
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-5.4.1.tar.gz -> psutil-5.4.2.tar.gz ++
 3232 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2017-11-12 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2017-11-12 18:01:09

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Sun Nov 12 18:01:09 2017 rev:39 rq:540778 version:5.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2017-10-26 18:38:56.423191952 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2017-11-12 18:01:17.671117709 +0100
@@ -1,0 +2,18 @@
+Fri Nov 10 22:54:03 UTC 2017 - a...@gmx.de
+
+- update to version 5.4.1:
+  * Enhancements
++ 1164: [AIX] add support for Process.num_ctx_switches(). (patch
+  by Arnon Yaari)
++ 1053: abandon Python 3.3 support (psutil still works but it's no
+  longer tested).
+  * Bug fixes
++ 1150: [Windows] when a process is terminate()d now the exit code
+  is set to SIGTERM instead of 0. (patch by Akos Kiss)
++ 1151: python -m psutil.tests fail
++ 1154: [AIX] psutil won't compile on AIX 6.1.0. (patch by Arnon
+  Yaari)
++ 1167: [Windows] net_io_counter() packets count now include also
+  non-unicast packets. (patch by Matthew Long)
+
+---

Old:

  psutil-5.4.0.tar.gz

New:

  psutil-5.4.1.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.sYv7Jg/_old  2017-11-12 18:01:18.431090027 +0100
+++ /var/tmp/diff_new_pack.sYv7Jg/_new  2017-11-12 18:01:18.431090027 +0100
@@ -20,7 +20,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psutil
-Version:5.4.0
+Version:5.4.1
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-5.4.0.tar.gz -> psutil-5.4.1.tar.gz ++
 2313 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2017-10-26 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2017-10-26 18:38:39

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Thu Oct 26 18:38:39 2017 rev:38 rq:535809 version:5.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2017-10-02 16:44:07.383306786 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2017-10-26 18:38:56.423191952 +0200
@@ -1,0 +2,21 @@
+Sun Oct 22 17:07:53 UTC 2017 - a...@gmx.de
+
+- update to version 5.4.0:
+  * Enhancements
++ 1123: [AIX] added support for AIX platform. (patch by Arnon
+  Yaari)
+  * Bug fixes
++ 1009: [Linux] sensors_temperatures() may crash with IOError.
++ 1012: [Windows] disk_io_counters()'s read_time and write_time
+  were expressed in tens of micro seconds instead of milliseconds.
++ 1127: [OSX] invalid reference counting in Process.open_files()
+  may lead to segfault. (patch by Jakub Bacic)
++ 1129: [Linux] sensors_fans() may crash with IOError. (patch by
+  Sebastian Saip)
++ 1131: [SunOS] fix compilation warnings. (patch by Arnon Yaari)
++ 1133: [Windows] can't compile on newer versions of Visual Studio
+  2017 15.4. (patch by Max Bélanger)
++ 1138: [Linux] can't compile on CentOS 5.0 and RedHat 5.0. (patch
+  by Prodesire)
+
+---

Old:

  psutil-5.3.1.tar.gz

New:

  psutil-5.4.0.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.OVHbgx/_old  2017-10-26 18:38:56.935168067 +0200
+++ /var/tmp/diff_new_pack.OVHbgx/_new  2017-10-26 18:38:56.935168067 +0200
@@ -20,7 +20,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psutil
-Version:5.3.1
+Version:5.4.0
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
@@ -62,8 +62,6 @@
 %fdupes %{buildroot}%{$python_sitearch}
 }
 
-
-
 %if %{with test}
 %check
 make test

++ psutil-5.3.1.tar.gz -> psutil-5.4.0.tar.gz ++
 3615 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2017-10-02 16:44:03

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Mon Oct  2 16:44:03 2017 rev:37 rq:528619 version:5.3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2017-09-12 19:37:34.345415508 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2017-10-02 16:44:07.383306786 +0200
@@ -1,0 +2,16 @@
+Mon Sep 25 09:17:26 UTC 2017 - mich...@stroeder.com
+
+- update to version 5.3.1
+
+**Enhancements**
+- 1124_: documentation moved to http://psutil.readthedocs.io
+
+**Big fixes**
+- 1105_: [FreeBSD] psutil does not compile on FreeBSD 12.
+- 1125_: [BSD] net_connections() raises TypeError.
+
+**Compatibility notes**
+- 1120_: .exe files for Windows are no longer uploaded on PYPI as per PEP-527;
+  only wheels are provided.
+
+---

Old:

  psutil-5.3.0.tar.gz

New:

  psutil-5.3.1.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.A884Sq/_old  2017-10-02 16:44:08.039214567 +0200
+++ /var/tmp/diff_new_pack.A884Sq/_new  2017-10-02 16:44:08.043214005 +0200
@@ -20,7 +20,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psutil
-Version:5.3.0
+Version:5.3.1
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-5.3.0.tar.gz -> psutil-5.3.1.tar.gz ++
 2099 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2017-09-12 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2017-09-12 19:37:31

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Tue Sep 12 19:37:31 2017 rev:36 rq:522428 version:5.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2017-07-30 11:21:45.888933601 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2017-09-12 19:37:34.345415508 +0200
@@ -1,0 +2,104 @@
+Fri Sep  8 19:17:33 UTC 2017 - mich...@stroeder.com
+
+- update to version 5.3.0
+
+**Enhancements**
+- 802_: disk_io_counters() and net_io_counters() numbers no longer wrap
+  (restart from 0). Introduced a new "nowrap" argument.
+- 928_: psutil.net_connections() and psutil.Process.connections() "laddr" and
+  "raddr" are now named tuples.
+- 1015_: swap_memory() now relies on /proc/meminfo instead of sysinfo() syscall
+  so that it can be used in conjunction with PROCFS_PATH in order to retrieve
+  memory info about Linux containers such as Docker and Heroku.
+- 1022_: psutil.users() provides a new "pid" field.
+- 1025_: process_iter() accepts two new parameters in order to invoke
+  Process.as_dict(): "attrs" and "ad_value". With this you can iterate over all
+  processes in one shot without needing to catch NoSuchProcess and do list/dict
+  comprehensions.
+- 1040_: implemented full unicode support.
+- 1051_: disk_usage() on Python 3 is now able to accept bytes.
+- 1058_: test suite now enables all warnings by default.
+- 1060_: source distribution is dynamically generated so that it only includes
+  relevant files.
+- 1079_: [FreeBSD] net_connections()'s fd number is now being set for real
+  (instead of -1).  (patch by Gleb Smirnoff)
+- 1091_: [SunOS] implemented Process.environ().  (patch by Oleksii Shevchuk)
+
+**Bug fixes**
+- 989_: [Windows] boot_time() may return a negative value.
+- 1007_: [Windows] boot_time() can have a 1 sec fluctuation between calls; the
+  value of the first call is now cached so that boot_time() always returns the
+  same value if fluctuation is <= 1 second.
+- 1013_: [FreeBSD] psutil.net_connections() may return incorrect PID.  (patch
+  by Gleb Smirnoff)
+- 1014_: [Linux] Process class can mask legitimate ENOENT exceptions as
+  NoSuchProcess.
+- 1016_: disk_io_counters() raises RuntimeError on a system with no disks.
+- 1017_: net_io_counters() raises RuntimeError on a system with no network
+  cards installed.
+- 1021_: [Linux] open_files() may erroneously raise NoSuchProcess instead of
+  skipping a file which gets deleted while open files are retrieved.
+- 1029_: [OSX, FreeBSD] Process.connections('unix') on Python 3 doesn't
+  properly handle unicode paths and may raise UnicodeDecodeError.
+- 1033_: [OSX, FreeBSD] memory leak for net_connections() and
+  Process.connections() when retrieving UNIX sockets (kind='unix').
+- 1040_: fixed many unicode related issues such as UnicodeDecodeError on
+  Python 3 + UNIX and invalid encoded data on Windows.
+- 1042_: [FreeBSD] psutil won't compile on FreeBSD 12.
+- 1044_: [OSX] different Process methods incorrectly raise AccessDenied for
+  zombie processes.
+- 1046_: [Windows] disk_partitions() on Windows overrides user's SetErrorMode.
+- 1047_: [Windows] Process username(): memory leak in case exception is thrown.
+- 1048_: [Windows] users()'s host field report an invalid IP address.
+- 1050_: [Windows] Process.memory_maps memory() leaks memory.
+- 1055_: cpu_count() is no longer cached; this is useful on systems such as
+  Linux where CPUs can be disabled at runtime. This also reflects on
+  Process.cpu_percent() which no longer uses the cache.
+- 1058_: fixed Python warnings.
+- 1062_: disk_io_counters() and net_io_counters() raise TypeError if no disks
+  or NICs are installed on the system.
+- 1063_: [NetBSD] net_connections() may list incorrect sockets.
+- 1064_: [NetBSD] swap_memory() may segfault in case of error.
+- 1065_: [OpenBSD] Process.cmdline() may raise SystemError.
+- 1067_: [NetBSD] Process.cmdline() leaks memory if process has terminated.
+- 1069_: [FreeBSD] Process.cpu_num() may return 255 for certain kernel
+  processes.
+- 1071_: [Linux] cpu_freq() may raise IOError on old RedHat distros.
+- 1074_: [FreeBSD] sensors_battery() raises OSError in case of no battery.
+- 1075_: [Windows] net_if_addrs(): inet_ntop() return value is not checked.
+- 1077_: [SunOS] net_if_addrs() shows garbage addresses on SunOS 5.10.
+  (patch by Oleksii Shevchuk)
+- 1077_: [SunOS] net_connections() does not work on SunOS 5.10. (patch by
+  Oleksii Shevchuk)
+- 1079_: [FreeBSD] net_connections() didn't list locally connected sockets.
+  (patch by Gleb Smirnoff)
+- 1085_: cpu_count() return value is now 

commit python-psutil for openSUSE:Factory

2017-07-30 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2017-07-30 11:21:42

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Sun Jul 30 11:21:42 2017 rev:35 rq:510263 version:5.2.2

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2017-05-20 10:09:55.947511650 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2017-07-30 11:21:45.888933601 +0200
@@ -1,0 +2,5 @@
+Tue Jul 11 14:24:34 UTC 2017 - toddrme2...@gmail.com
+
+- Fix various rpmlint warnings and errors
+
+---



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.SDF5PQ/_old  2017-07-30 11:21:47.604691696 +0200
+++ /var/tmp/diff_new_pack.SDF5PQ/_new  2017-07-30 11:21:47.608691132 +0200
@@ -16,6 +16,8 @@
 #
 
 
+%bcond_with test
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psutil
 Version:5.2.2
@@ -27,6 +29,7 @@
 Source: 
https://files.pythonhosted.org/packages/source/p/psutil/psutil-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   net-tools
 Requires:   procps
@@ -47,14 +50,30 @@
 %install
 %python_install
 
-# not working due to lack of root priveleges
-# %check
-# make test
-# make memtest
+%{python_expand mkdir -p %{buildroot}%{_docdir}/%{$python_prefix}-psutil
+cp -r scripts %{buildroot}%{_docdir}/%{$python_prefix}-psutil/
+find %{buildroot}%{_docdir}/%{$python_prefix}-psutil/scripts/ -type f -name 
"*.py" -exec sed -i "s|#!/usr/bin/env python|#!%__$python|" {} \;
+find %{buildroot}%{$python_sitearch}/psutil/tests/ -type f -name "*.py" -exec 
sed -i "s|#!/usr/bin/env python|#!%__$python|" {} \;
+chmod a+x %{buildroot}%{$python_sitearch}/psutil/tests/*.py
+chmod a-x %{buildroot}%{$python_sitearch}/psutil/tests/__init__.py
+$python -m compileall -d %{$python_sitearch} 
%{buildroot}%{$python_sitearch}/psutil/tests/
+$python -O -m compileall -d %{$python_sitearch} 
%{buildroot}%{$python_sitearch}/psutil/tests/
+%fdupes %{buildroot}%{_docdir}/%{$python_prefix}-psutil/
+%fdupes %{buildroot}%{$python_sitearch}
+}
+
+
+
+%if %{with test}
+%check
+make test
+make memtest
+%endif
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc CREDITS scripts HISTORY.rst LICENSE README.rst
+%doc CREDITS HISTORY.rst LICENSE README.rst
+%{_docdir}/%{python_prefix}-psutil/scripts/
 %{python_sitearch}/psutil/
 %{python_sitearch}/psutil/_psutil_*.so
 %{python_sitearch}/psutil-%{version}-py*.egg-info




commit python-psutil for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2017-05-20 10:09:43

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Sat May 20 10:09:43 2017 rev:34 rq:494951 version:5.2.2

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2017-03-24 02:22:31.816630124 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2017-05-20 10:09:55.947511650 +0200
@@ -1,0 +2,21 @@
+Sat Apr 29 16:13:29 UTC 2017 - mich...@stroeder.com
+
+- update to version 5.2.2
+
+**Bug fixes**
+- 1000_: fixed some setup.py warnings.
+- 1002_: [SunOS] remove C macro which will not be available on new Solaris
+  versions. (patch by Danek Duvall)
+- 1004_: [Linux] Process.io_counters() may raise ValueError.
+- 1006_: [Linux] cpu_freq() may return None on some Linux versions does not
+  support the function; now the function is not declared instead.
+- 1009_: [Linux] sensors_temperatures() may raise OSError.
+- 1010_: [Linux] virtual_memory() may raise ValueError on Ubuntu 14.04.
+- 981_: [Linux] cpu_freq() may return an empty list.
+- 993_: [Windows] Process.memory_maps() on Python 3 may raise
+  UnicodeDecodeError.
+- 996_: [Linux] sensors_temperatures() may not show all temperatures.
+- 997_: [FreeBSD] virtual_memory() may fail due to missing sysctl parameter on
+  FreeBSD 12.
+
+---

Old:

  psutil-5.2.0.tar.gz

New:

  psutil-5.2.2.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.985eEO/_old  2017-05-20 10:09:57.075352291 +0200
+++ /var/tmp/diff_new_pack.985eEO/_new  2017-05-20 10:09:57.079351726 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psutil
-Version:5.2.0
+Version:5.2.2
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-5.2.0.tar.gz -> psutil-5.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-5.2.0/CREDITS new/psutil-5.2.2/CREDITS
--- old/psutil-5.2.0/CREDITS2017-03-04 06:57:29.0 +0100
+++ new/psutil-5.2.2/CREDITS2017-03-28 21:06:08.0 +0200
@@ -437,3 +437,7 @@
 N: Baruch Siach
 W: https://github.com/baruchsiach
 I: 872
+
+N: Danek Duvall
+W: https://github.com/dhduvall
+I: 1002
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-5.2.0/HISTORY.rst new/psutil-5.2.2/HISTORY.rst
--- old/psutil-5.2.0/HISTORY.rst2017-03-05 05:43:38.0 +0100
+++ new/psutil-5.2.2/HISTORY.rst2017-04-10 19:17:18.0 +0200
@@ -1,5 +1,35 @@
 *Bug tracker at https://github.com/giampaolo/psutil/issues*
 
+*2017-04-10*
+
+5.2.2
+=
+
+**Bug fixes**
+
+- 1000_: fixed some setup.py warnings.
+- 1002_: [SunOS] remove C macro which will not be available on new Solaris
+  versions. (patch by Danek Duvall)
+- 1004_: [Linux] Process.io_counters() may raise ValueError.
+- 1006_: [Linux] cpu_freq() may return None on some Linux versions does not
+  support the function; now the function is not declared instead.
+- 1009_: [Linux] sensors_temperatures() may raise OSError.
+- 1010_: [Linux] virtual_memory() may raise ValueError on Ubuntu 14.04.
+
+*2017-03-24*
+
+5.2.1
+=
+
+**Bug fixes**
+
+- 981_: [Linux] cpu_freq() may return an empty list.
+- 993_: [Windows] Process.memory_maps() on Python 3 may raise
+  UnicodeDecodeError.
+- 996_: [Linux] sensors_temperatures() may not show all temperatures.
+- 997_: [FreeBSD] virtual_memory() may fail due to missing sysctl parameter on
+  FreeBSD 12.
+
 *2017-03-05*
 
 5.2.0
@@ -2680,3 +2710,303 @@
 .. _1198: https://github.com/giampaolo/psutil/issues/1198
 .. _1199: https://github.com/giampaolo/psutil/issues/1199
 .. _1200: https://github.com/giampaolo/psutil/issues/1200
+.. _1201: https://github.com/giampaolo/psutil/issues/1201
+.. _1202: https://github.com/giampaolo/psutil/issues/1202
+.. _1203: https://github.com/giampaolo/psutil/issues/1203
+.. _1204: https://github.com/giampaolo/psutil/issues/1204
+.. _1205: https://github.com/giampaolo/psutil/issues/1205
+.. _1206: https://github.com/giampaolo/psutil/issues/1206
+.. _1207: https://github.com/giampaolo/psutil/issues/1207
+.. _1208: https://github.com/giampaolo/psutil/issues/1208
+.. _1209: https://github.com/giampaolo/psutil/issues/1209
+.. _1210: https://github.com/giampaolo/psutil/issues/1210
+.. _1211: https://github.com/giampaolo/psutil/issues/1211
+.. _1212: 

commit python-psutil for openSUSE:Factory

2017-03-23 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2017-03-24 02:22:31

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Fri Mar 24 02:22:31 2017 rev:33 rq:481785 version:5.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2016-11-20 18:18:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2017-03-24 02:22:31.816630124 +0100
@@ -1,0 +2,104 @@
+Thu Mar 16 14:56:27 UTC 2017 - jmate...@suse.com
+
+- update for singlespec
+
+---
+Wed Mar 15 13:52:27 UTC 2017 - mich...@stroeder.com
+
+- update to version 5.2.0
+
+**Enhancements**
+
+- 971_: [Linux] Add psutil.sensors_fans() function.  (patch by Nicolas Hennion)
+- 976_: [Windows] Process.io_counters() has 2 new fields: *other_count* and
+  *other_bytes*.
+- 976_: [Linux] Process.io_counters() has 2 new fields: *read_chars* and
+  *write_chars*.
+
+**Bug fixes**
+
+- 872_: [Linux] can now compile on Linux by using MUSL C library.
+- 985_: [Windows] Fix a crash in `Process.open_files` when the worker thread 
for `NtQueryObject` times out.
+- 986_: [Linux] Process.cwd() may raise NoSuchProcess instead of ZombieProcess.
+
+---
+Wed Feb  8 14:40:55 UTC 2017 - mich...@stroeder.com
+
+- update to version 5.1.3
+
+5.1.3
+=
+
+**Bug fixes**
+- 971_: [Linux] sensors_temperatures() didn't work on CentOS 7.
+- 973_: cpu_percent() may raise ZeroDivisionError.
+
+5.1.2
+=
+
+*2017-02-03*
+
+**Bug fixes**
+- 966_: [Linux] sensors_battery().power_plugged may erroneously return None on
+  Python 3.
+- 968_: [Linux] disk_io_counters() raises TypeError on python 3.
+- 970_: [Linux] sensors_battery()'s name and label fields on Python 3 are bytes
+  instead of str.
+
+5.1.1
+=
+
+*2017-02-03*
+
+**Enhancements**
+- 966_: [Linux] sensors_battery().percent is a float and is more precise.
+
+**Bug fixes**
+- 964_: [Windows] Process.username() and psutil.users() may return badly
+  decoding character on Python 3.
+- 965_: [Linux] disk_io_counters() may miscalculate sector size and report the
+  wrong number of bytes read and written.
+- 966_: [Linux] sensors_battery() may fail with "no such file error".
+- 966_: [Linux] sensors_battery().power_plugged may lie.
+
+5.1.0
+=
+
+**Enhancements**
+- 357_: added psutil.Process.cpu_num() (what CPU a process is on).
+- 371_: added psutil.sensors_temperatures() (Linux only).
+- 941_: added psutil.cpu_freq() (CPU frequency).
+- 955_: added psutil.sensors_battery() (Linux, Windows, only).
+- 956_: cpu_affinity([]) can now be used as an alias to set affinity against
+  all eligible CPUs.
+
+**Bug fixes**
+- 687_: [Linux] pid_exists() no longer returns True if passed a process thread
+  ID.
+- 948_: cannot install psutil with PYTHONOPTIMIZE=2.
+- 950_: [Windows] Process.cpu_percent() was calculated incorrectly and showed
+  higher number than real usage.
+- 951_: [Windows] the uploaded wheels for Python 3.6 64 bit didn't work.
+- 959_: psutil exception objects could not be pickled.
+- 960_: Popen.wait() did not return the correct negative exit status if process
+  is ``kill()``ed by a signal.
+- 961_: [Windows] WindowsService.description() may fail with
+  ERROR_MUI_FILE_NOT_FOUND.
+
+5.0.1
+=
+
+**Enhancements**
+- 939_: tar.gz distribution went from 1.8M to 258K.
+- 811_: [Windows] provide a more meaningful error message if trying to use
+  psutil on unsupported Windows XP.
+
+**Bug fixes**
+- 609_: [SunOS] psutil does not compile on Solaris 10.
+- 936_: [Windows] fix compilation error on VS 2013 (patch by Max Bélanger).
+- 940_: [Linux] cpu_percent() and cpu_times_percent() was calculated
+  incorrectly as "iowait", "guest" and "guest_nice" times were not properly
+  taken into account.
+- 944_: [OpenBSD] psutil.pids() was omitting PID 0.
+
+---

Old:

  psutil-5.0.0.zip

New:

  psutil-5.2.0.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.XRhUXQ/_old  2017-03-24 02:22:32.388549200 +0100
+++ /var/tmp/diff_new_pack.XRhUXQ/_new  2017-03-24 02:22:32.392548634 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-psutil
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,22 @@
 #
 
 

commit python-psutil for openSUSE:Factory

2016-11-20 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2016-11-20 18:18:40

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2016-09-27 13:45:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2016-11-20 18:18:41.0 +0100
@@ -1,0 +2,42 @@
+Tue Nov  8 21:15:33 UTC 2016 - toddrme2...@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 - mich...@stroeder.com
+
+- Update to version 4.4.2:
+  * 931: psutil no longer compiles on Solaris.
+
+---
+Tue Oct 25 18:13:08 UTC 2016 - mich...@stroeder.com
+
+- Update to version 4.4.1:
+  * 927: Popen.__del__() may cause maximum recursion depth error.
+- Update to version 4.4.0:
+  Enhancements
+  * 887: [Linux] virtual_memory()'s 'available' and 'used' 
+values are more precise and match "free" cmdline utility. 
+"available" also takes into account LCX containers 
+preventing "available" to overflow "total".
+  * 891: procinfo.py script has been updated and provides a 
+lot more info.
+  Bug fixes
+  * 825: [Linux] cpu_affinity; fix possible double close and 
+use of unopened socket.
+  * 885: ValueError is raised if a negative integer is passed 
+to cpu_percent() functions.
+  * 892: [Linux] Process.cpu_affinity([-1]) raise SystemError 
+with no error set; now ValueError is raised.
+
+---

Old:

  psutil-4.3.1.tar.gz

New:

  psutil-5.0.0.zip



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.ZNa6yW/_old  2016-11-20 18:18:42.0 +0100
+++ /var/tmp/diff_new_pack.ZNa6yW/_new  2016-11-20 18:18:42.0 +0100
@@ -17,15 +17,16 @@
 
 
 Name:   python-psutil
-Version:4.3.1
+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




commit python-psutil for openSUSE:Factory

2016-09-27 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2016-09-27 13:45:06

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2016-07-14 09:46:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2016-09-27 13:45:07.0 +0200
@@ -1,0 +2,18 @@
+Sat Sep 24 12:36:35 UTC 2016 - mich...@stroeder.com
+
+- update to version 4.3.1:
+  * #881: "make install" now works also when using a virtual env.
+  * #854: Process.as_dict() raises ValueError if passed an erroneous attrs 
name.
+  * #857: [SunOS] Process cpu_times(), cpu_percent(), threads() amd 
+memory_maps() may raise RuntimeError if attempting to query a 64bit 
+process with a 32bit python. "Null" values are returned as a fallback.
+  * #858: Process.as_dict() should not return memory_info_ex() because it's 
+deprecated.
+  * #863: [Windows] memory_map truncates addresses above 32 bits
+  * #866: [Windows] win_service_iter() and services in general are not able 
+to handle unicode service names / descriptions.
+  * #869: [Windows] Process.wait() may raise TimeoutExpired with wrong 
+timeout unit (ms instead of sec).
+  * #870: [Windows] Handle leak inside psutil_get_process_data.
+
+---

Old:

  psutil-4.3.0.tar.gz

New:

  psutil-4.3.1.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.HHVlhm/_old  2016-09-27 13:45:09.0 +0200
+++ /var/tmp/diff_new_pack.HHVlhm/_new  2016-09-27 13:45:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-psutil
-Version:4.3.0
+Version:4.3.1
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-4.3.0.tar.gz -> psutil-4.3.1.tar.gz ++
 1941 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2016-07-14 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2016-07-14 09:46:21

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2016-05-31 12:25:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2016-07-14 09:46:24.0 +0200
@@ -1,0 +2,22 @@
+Fri Jul  8 08:51:43 UTC 2016 - dmuel...@suse.com
+
+- fix source url
+
+---
+Mon Jun 20 07:39:11 UTC 2016 - mich...@stroeder.com
+
+- update to version 4.3.0:
+  * #819: [Linux] different speedup improvements:
+Process.ppid() is 20% faster
+Process.status() is 28% faster
+Process.name() is 25% faster
+Process.num_threads is 20% faster on Python 3
+  * #810: [Windows] Windows wheels are incompatible with pip 7.1.2.
+  * #812: [NetBSD] fix compilation on NetBSD-5.x.
+  * #823: [NetBSD] virtual_memory() raises TypeError on Python 3.
+  * #829: [UNIX] psutil.disk_usage() percent field takes root reserved space
+into account.
+  * #816: [Windows] fixed net_io_counter() values wrapping after 4.3GB in
+Windows Vista (NT 6.0) and above using 64bit values from newer win APIs.
+
+---

Old:

  psutil-4.2.0.tar.gz

New:

  psutil-4.3.0.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.pb3kzt/_old  2016-07-14 09:46:25.0 +0200
+++ /var/tmp/diff_new_pack.pb3kzt/_new  2016-07-14 09:46:25.0 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   python-psutil
-Version:4.2.0
+Version:4.3.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.python.org/packages/a6/bf/5ce23dc9f50de662af3b4bf54812438c298634224924c4e18b7c3b57a2aa/psutil-%{version}.tar.gz
-BuildRequires:  net-tools
-BuildRequires:  procps
+Source: 
https://pypi.io/packages/source/p/psutil/psutil-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:   net-tools

++ psutil-4.2.0.tar.gz -> psutil-4.3.0.tar.gz ++
 4457 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2016-05-31 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2016-05-31 12:25:16

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2016-03-18 21:41:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2016-05-31 12:25:17.0 +0200
@@ -1,0 +2,23 @@
+Mon May 30 07:28:01 UTC 2016 - tbecht...@suse.com
+
+- Update Source url
+
+---
+Sat May 28 11:34:45 UTC 2016 - mich...@stroeder.com
+
+- update to version 4.2.0:
+  * Enhancements
++ #795: [Windows] new APIs to deal with Windows services:
+   win_service_iter() and win_service_get().
++ #800: [Linux] psutil.virtual_memory() returns a new "shared"
+   memory field.
++ #819: [Linux] speedup /proc parsing: - Process.ppid() is 20%
+   faster - Process.status() is 28% faster - Process.name() is 25%
+   faster - Process.num_threads is 20% faster on Python 3
+  * Bug fixes
++ #797: [Linux] net_if_stats() may raise OSError for certain NIC
+   cards.
++ #813: Process.as_dict() should ignore extraneous attribute names
+   which gets attached to the Process instance.
+
+---

Old:

  psutil-4.1.0.tar.gz

New:

  psutil-4.2.0.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.L9jEYF/_old  2016-05-31 12:25:18.0 +0200
+++ /var/tmp/diff_new_pack.L9jEYF/_new  2016-05-31 12:25:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-psutil
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,17 @@
 
 
 Name:   python-psutil
-Version:4.1.0
+Version:4.2.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.python.org/packages/source/p/psutil/psutil-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+Source: 
https://pypi.python.org/packages/a6/bf/5ce23dc9f50de662af3b4bf54812438c298634224924c4e18b7c3b57a2aa/psutil-%{version}.tar.gz
 BuildRequires:  net-tools
 BuildRequires:  procps
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 Requires:   net-tools
 Requires:   procps
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ psutil-4.1.0.tar.gz -> psutil-4.2.0.tar.gz ++
 2397 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2016-03-18 21:41:31

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2016-03-02 14:21:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2016-03-18 21:41:32.0 +0100
@@ -1,0 +2,26 @@
+Sun Mar 13 15:05:56 UTC 2016 - mich...@stroeder.com
+
+- removed TODO from %doc, not in upstream tar-ball anymore
+- update to version 4.1.0:
+  * Enhancements
++ #777: [Linux] Process.open_files() on Linux return 3 new fields:
+   position, mode and flags.
++ #779: Process.cpu_times() returns two new fields,
+   'children_user' and 'children_system' (always set to 0 on OSX
+   and Windows).
++ #789: [Windows] psutil.cpu_times() return two new fields:
+   "interrupt" and "dpc". Same for psutil.cpu_times_percent().
++ #792: new psutil.cpu_stats() function returning number of CPU
+   ctx switches interrupts, soft interrupts and syscalls.
+  * Bug fixes
++ #774: [FreeBSD] net_io_counters() dropout is no longer set to 0
+   if the kernel provides it.
++ #776: [Linux] Process.cpu_affinity() may erroneously raise
+   NoSuchProcess. (patch by wxwright)
++ #780: [OSX] psutil does not compile with some gcc versions.
++ #786: net_if_addrs() may report incomplete MAC addresses.
++ #788: [NetBSD] virtual_memory()'s buffers and shared values were
+   set to 0.
++ #790: [OSX] psutil won't compile on OSX 10.4.
+
+---

Old:

  psutil-4.0.0.tar.gz

New:

  psutil-4.1.0.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.xJZAM9/_old  2016-03-18 21:41:33.0 +0100
+++ /var/tmp/diff_new_pack.xJZAM9/_new  2016-03-18 21:41:33.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-psutil
-Version:4.0.0
+Version:4.1.0
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
@@ -56,7 +56,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CREDITS scripts HISTORY.rst LICENSE README.rst TODO
+%doc CREDITS scripts HISTORY.rst LICENSE README.rst
 %{python_sitearch}/psutil/
 %{python_sitearch}/psutil/_psutil_*.so
 %{python_sitearch}/psutil-%{version}-py*.egg-info

++ psutil-4.0.0.tar.gz -> psutil-4.1.0.tar.gz ++
 3917 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2016-03-02 14:21:18

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2016-01-26 10:14:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2016-03-02 14:21:19.0 +0100
@@ -1,0 +2,41 @@
+Wed Feb 17 19:18:13 UTC 2016 - mich...@stroeder.com
+
+- update to version 4.0.0
+
+**Enhancements**
+
+- #523: [Linux, FreeBSD] disk_io_counters() return a new "busy_time" field.
+- #660: [Windows] make.bat is smarter in finding alternative VS install
+  locations.  (patch by mpderbec)
+- #732: Process.environ().  (patch by Frank Benkstein)
+- #753: [Linux, OSX, Windows] Process USS and PSS (Linux) "real" memory stats.
+  (patch by Eric Rahm)
+- #755: Process.memory_percent() "memtype" parameter.
+- #758: tests now live in psutil namespace.
+- #760: expose OS constants (psutil.LINUX, psutil.OSX, etc.)
+- #756: [Linux] disk_io_counters() return 2 new fields: read_merged_count and
+  write_merged_count.
+- #762: new scripts/procsmem.py script.
+
+**Bug fixes**
+
+- #704: [Solaris] psutil does not compile on Solaris sparc.
+- #734: on Python 3 invalid UTF-8 data is not correctly handled for process
+  name(), cwd(), exe(), cmdline() and open_files() methods resulting in
+  UnicodeDecodeError exceptions. 'surrogateescape' error handler is now
+  used as a workaround for replacing the corrupted data.
+- #737: [Windows] when the bitness of psutil and the target process was
+  different cmdline() and cwd() could return a wrong result or incorrectly
+  report an AccessDenied error.
+- #741: [OpenBSD] psutil does not compile on mips64.
+- #751: [Linux] fixed call to Py_DECREF on possible Null object.
+- #754: [Linux] cmdline() can be wrong in case of zombie process.
+- #759: [Linux] Process.memory_maps() may return paths ending with " (deleted)"
+- #761: [Windows] psutil.boot_time() wraps to 0 after 49 days.
+- #764: [NetBSD] fix compilation on NetBSD-6.x.
+- #766: [Linux] net_connections() can't handle malformed /proc/net/unix file.
+- #767: [Linux] disk_io_counters() may raise ValueError on 2.6 kernels and it's
+  broken on 2.4 kernels.
+- #770: [NetBSD] disk_io_counters() metrics didn't update.
+
+---

Old:

  psutil-3.4.2.tar.gz

New:

  psutil-4.0.0.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.1n1UAy/_old  2016-03-02 14:21:20.0 +0100
+++ /var/tmp/diff_new_pack.1n1UAy/_new  2016-03-02 14:21:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-psutil
-Version:3.4.2
+Version:4.0.0
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
@@ -56,7 +56,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CREDITS examples HISTORY.rst LICENSE README.rst TODO
+%doc CREDITS scripts HISTORY.rst LICENSE README.rst TODO
 %{python_sitearch}/psutil/
 %{python_sitearch}/psutil/_psutil_*.so
 %{python_sitearch}/psutil-%{version}-py*.egg-info

++ psutil-3.4.2.tar.gz -> psutil-4.0.0.tar.gz ++
 20051 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2016-01-26 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2016-01-26 10:14:48

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2015-12-01 09:19:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2016-01-26 10:14:49.0 +0100
@@ -1,0 +2,28 @@
+Thu Jan 21 09:01:36 UTC 2016 - mich...@stroeder.com
+
+- update to version 3.4.2 (fixes for non-Linux platforms)
+
+---
+Fri Jan 15 19:39:31 UTC 2016 - mich...@stroeder.com
+
+- update to version 3.4.1
+
+**Enhancements**
+
+- #557: [NetBSD] added NetBSD support.  (contributed by Ryo Onodera and
+  Thomas Klausner)
+- #708: [Linux] psutil.net_connections() and Process.connections() on Python 2
+  can be up to 3x faster in case of many connections.
+  Also psutil.Process.memory_maps() is slightly faster.
+- #718: process_iter() is now thread safe.
+
+**Bug fixes**
+
+- #714: [OpenBSD] virtual_memory().cached value was always set to 0.
+- #715: don't crash at import time if cpu_times() fail for some reason.
+- #717: [Linux] Process.open_files fails if deleted files still visible.
+- #722: [Linux] swap_memory() no longer crashes if sin/sout can't be determined
+  due to missing /proc/vmstat.
+- #724: [FreeBSD] virtual_memory().total is slightly incorrect.
+
+---

Old:

  psutil-3.3.0.tar.gz

New:

  psutil-3.4.2.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.z6flGi/_old  2016-01-26 10:14:49.0 +0100
+++ /var/tmp/diff_new_pack.z6flGi/_new  2016-01-26 10:14:49.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-psutil
-Version:3.3.0
+Version:3.4.2
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-3.3.0.tar.gz -> psutil-3.4.2.tar.gz ++
 5426 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2015-12-01 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2015-12-01 09:19:42

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2015-10-28 17:30:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2015-12-01 09:19:44.0 +0100
@@ -1,0 +2,13 @@
+Fri Nov 27 10:57:57 UTC 2015 - mich...@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.
+
+---

Old:

  psutil-3.2.2.tar.gz

New:

  psutil-3.3.0.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.QwQlcd/_old  2015-12-01 09:19:45.0 +0100
+++ /var/tmp/diff_new_pack.QwQlcd/_new  2015-12-01 09:19:45.0 +0100
@@ -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

++ psutil-3.2.2.tar.gz -> psutil-3.3.0.tar.gz ++
 8002 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2015-10-28 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2015-10-28 17:30:41

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2015-10-01 09:29:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2015-10-28 17:30:47.0 +0100
@@ -1,0 +2,11 @@
+Mon Oct 26 21:09:10 UTC 2015 - mich...@stroeder.com
+
+- update to version 3.2.2
+
+**Bug fixes**
+
+- #623: [Linux] process or system connections raises ValueError if IPv6 is not
+  supported by the system.
+- #678: [Linux] can't install psutil due to bug in setup.py.
+
+---

Old:

  psutil-3.2.1.tar.gz

New:

  psutil-3.2.2.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.ytBS4W/_old  2015-10-28 17:30:48.0 +0100
+++ /var/tmp/diff_new_pack.ytBS4W/_new  2015-10-28 17:30:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-psutil
-Version:3.2.1
+Version:3.2.2
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-3.2.1.tar.gz -> psutil-3.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-3.2.1/.git-pre-commit 
new/psutil-3.2.2/.git-pre-commit
--- old/psutil-3.2.1/.git-pre-commit2015-08-07 14:05:06.0 +0200
+++ new/psutil-3.2.2/.git-pre-commit2015-09-06 18:15:02.0 +0200
@@ -38,7 +38,7 @@
 # flake8
 failed = False
 for path in files:
-ret = subprocess.call("flake8 %s" % path, shell=True)
+ret = subprocess.call("python -m flake8 %s" % path, shell=True)
 if ret != 0:
 failed = True
 if failed:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-3.2.1/.travis.yml new/psutil-3.2.2/.travis.yml
--- old/psutil-3.2.1/.travis.yml2015-08-03 23:38:14.0 +0200
+++ new/psutil-3.2.2/.travis.yml2015-09-22 13:34:14.0 +0200
@@ -4,7 +4,6 @@
 include:
 - python: 2.6
 - python: 2.7
-- python: 3.2
 - python: 3.3
 - python: 3.4
 - language: generic
@@ -15,9 +14,6 @@
   env: PYVER=py27
 - language: generic
   os: osx
-  env: PYVER=py32
-- language: generic
-  os: osx
   env: PYVER=py33
 - language: generic
   os: osx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-3.2.1/CREDITS new/psutil-3.2.2/CREDITS
--- old/psutil-3.2.1/CREDITS2015-08-30 18:06:42.0 +0200
+++ new/psutil-3.2.2/CREDITS2015-10-04 18:32:38.0 +0200
@@ -325,3 +325,15 @@
 N: maozguttman
 W: https://github.com/maozguttman
 I: 659
+
+N: wiggin15
+W: https://github.com/wiggin15
+I: 517, 607, 610
+
+N: dasumin
+W: https://github.com/dasumin
+I: 541
+
+N: Mike Sarahan
+W: https://github.com/msarahan
+I: 688
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-3.2.1/HISTORY.rst new/psutil-3.2.2/HISTORY.rst
--- old/psutil-3.2.1/HISTORY.rst2015-09-03 17:16:38.0 +0200
+++ new/psutil-3.2.2/HISTORY.rst2015-10-04 18:32:54.0 +0200
@@ -1,5 +1,22 @@
 Bug tracker at https://github.com/giampaolo/psutil/issues
 
+3.2.2 - 2015-10-04
+==
+
+**Bug fixes**
+
+- #517: [SunOS] net_io_counters failed to detect network interfaces
+  correctly on Solaris 10
+- #541: [FreeBSD] disk_io_counters r/w times were expressed in seconds instead
+  of milliseconds.  (patch by dasumin)
+- #610: [SunOS] fix build and tests on Solaris 10
+- #623: [Linux] process or system connections raises ValueError if IPv6 is not
+  supported by the system.
+- #678: [Linux] can't install psutil due to bug in setup.py.
+- #688: [Windows] compilation fails with MSVC 2015, Python 3.5. (patch by
+  Mike Sarahan)
+
+
 3.2.1 - 2015-09-03
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-3.2.1/PKG-INFO new/psutil-3.2.2/PKG-INFO
--- old/psutil-3.2.1/PKG-INFO   2015-09-03 17:30:30.0 +0200
+++ new/psutil-3.2.2/PKG-INFO   2015-10-04 18:39:09.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: psutil
-Version: 3.2.1
+Version: 3.2.2
 Summary: psutil is a cross-platform library for retrieving information 
onrunning processes and system utilization (CPU, memory, disks, 

commit python-psutil for openSUSE:Factory

2015-10-01 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2015-10-01 09:29:19

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2015-09-03 18:13:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2015-10-01 09:29:20.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 16 19:33:14 UTC 2015 - mich...@stroeder.com
+
+- update to version 3.2.1
+  * #677: [Linux] can't install psutil due to bug in setup.py.
+
+---

Old:

  psutil-3.2.0.tar.gz

New:

  psutil-3.2.1.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.niXCiC/_old  2015-10-01 09:29:21.0 +0200
+++ /var/tmp/diff_new_pack.niXCiC/_new  2015-10-01 09:29:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-psutil
-Version:3.2.0
+Version:3.2.1
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-3.2.0.tar.gz -> psutil-3.2.1.tar.gz ++
 2685 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2015-09-03 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2015-09-03 18:05:26

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is "python-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2015-07-23 15:23:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2015-09-03 18:13:06.0 +0200
@@ -1,0 +2,39 @@
+Thu Sep  3 07:39:22 UTC 2015 - mich...@stroeder.com
+
+- update to version 3.2.0
+
+**Enhancements**
+
+- #644: [Windows] added support for CTRL_C_EVENT and CTRL_BREAK_EVENT signals
+  to use with Process.send_signal().
+- #648: CI test integration for OSX. (patch by Jeff Tang)
+- #663: [UNIX] net_if_addrs() now returns point-to-point (VPNs) addresses.
+- #655: [Windows] different issues regarding unicode handling were fixed. On
+  Python 2 all APIs returning a string will now return an encoded version of it
+  by using sys.getfilesystemencoding() codec. The APIs involved are:
+  - psutil.net_if_addrs()
+  - psutil.net_if_stats()
+  - psutil.net_io_counters()
+  - psutil.Process.cmdline()
+  - psutil.Process.name()
+  - psutil.Process.username()
+  - psutil.users()
+
+**Bug fixes**
+
+- #513: [Linux] fixed integer overflow for RLIM_INFINITY.
+- #641: [Windows] fixed many compilation warnings.  (patch by Jeff Tang)
+- #652: [Windows] net_if_addrs() UnicodeDecodeError in case of non-ASCII NIC
+  names.
+- #655: [Windows] net_if_stats() UnicodeDecodeError in case of non-ASCII NIC
+  names.
+- #659: [Linux] compilation error on Suse 10. (patch by maozguttman)
+- #664: [Linux] compilation error on Alpine Linux. (patch by Bart van Kleef)
+- #670: [Windows] segfgault of net_if_addrs() in case of non-ASCII NIC names.
+  (patch by sk6249)
+- #672: [Windows] compilation fails if using Windows SDK v8.0. (patch by
+  Steven Winfield)
+- #675: [Linux] net_connections(); UnicodeDecodeError may occur when listing
+  UNIX sockets.
+
+---

Old:

  psutil-3.1.1.tar.gz

New:

  psutil-3.2.0.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.XJm1LF/_old  2015-09-03 18:13:07.0 +0200
+++ /var/tmp/diff_new_pack.XJm1LF/_new  2015-09-03 18:13:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-psutil
-Version:3.1.1
+Version:3.2.0
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-3.1.1.tar.gz -> psutil-3.2.0.tar.gz ++
 4639 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2015-07-23 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2015-07-23 15:23:05

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is python-psutil

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2015-06-30 10:19:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2015-07-23 15:23:09.0 +0200
@@ -1,0 +2,26 @@
+Wed Jul 15 12:55:51 UTC 2015 - mich...@stroeder.com
+
+- update to version 3.1.1:
+
+New fatures
+=
+
+- [Linux] disk_partitions() added support for ZFS filesystems.
+- continuous tests integration for Windows
+- continuous code quality test integration
+
+Main bugfixes
+===
+
+- [Windows] Process.open_files() no longer hangs. Instead it uses a
+  thred which times out and skips the file handle in case it's taking too
+long
+  to be retrieved.  (patch by Jeff Tang)
+- [Windows] Process.name() no longer raises AccessDenied for pids owned
+  by another user.
+- [Windows] Process.memory_info()  no longer raises AccessDenied for pids
+  owned by another user.
+- [Linux] Process.cmdline() can be truncated.
+- [Windows] add inet_ntop function for Windows XP to support IPv6.
+
+---

Old:

  psutil-3.0.1.tar.gz

New:

  psutil-3.1.1.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.hTdm45/_old  2015-07-23 15:23:10.0 +0200
+++ /var/tmp/diff_new_pack.hTdm45/_new  2015-07-23 15:23:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-psutil
-Version:3.0.1
+Version:3.1.1
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-3.0.1.tar.gz - psutil-3.1.1.tar.gz ++
 3637 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2015-06-30 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2015-06-30 10:19:28

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is python-psutil

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2015-02-05 11:00:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2015-06-30 10:19:29.0 +0200
@@ -1,0 +2,55 @@
+Mon Jun 29 11:08:33 UTC 2015 - toddrme2...@gmail.com
+
+- update to version 3.0.1:
+  * #632: [Linux] better error message if cannot parse process UNIX
+ connections.
+  * #634: [Linux] Proces.cmdline() does not include empty string
+ arguments.
+  * #635: [UNIX] crash on module import if 'enum' package is installed
+ on python  3.4.
+- update to version 3.0.0:
+  * Enhancements
++ #250: new psutil.net_if_stats() returning NIC statistics (isup,
+  duplex, speed, MTU).
++ #376: new psutil.net_if_addrs() returning all NIC addresses a-la
+  ifconfig.
++ #469: on Python = 3.4 IOPRIO_CLASS_* and *_PRIORITY_CLASS
+  constants returned by psutil.Process' ionice() and nice()
+  methods are enums instead of plain integers.
++ #581: add .gitignore. (patch by Gabi Davar)
++ #582: connection constants returned by psutil.net_connections()
+  and psutil.Process.connections() were turned from int to enums
+  on Python  3.4.
++ #587: Move native extension into the package.
++ #589: Process.cpu_affinity() accepts any kind of iterable (set,
+  tuple, ...), not only lists.
++ #594: all deprecated APIs were removed.
++ #599: [Windows] process name() can now be determined for all
+  processes even when running as a limited user.
++ #602: pre-commit GIT hook.
++ #629: enhanced support for py.test and nose test discovery and
+  tests run.
++ #616: [Windows] Add inet_ntop function for Windows XP.
+  * Bug fixes
++ #428: [all UNIXes except Linux] correct handling of zombie
+  processes; introduced new ZombieProcess exception class.
++ #512: [BSD] fix segfault in net_connections().
++ #555: [Linux] psutil.users() correctly handles :0 as an alias
+  for localhost
++ #579: [Windows] Fixed open_files() for PID64K.
++ #579: [Windows] fixed many compiler warnings.
++ #585: [FreeBSD] net_connections() may raise KeyError.
++ #586: [FreeBSD] cpu_affinity() segfaults on set in case an
+  invalid CPU number is provided.
++ #593: [FreeBSD] Process().memory_maps() segfaults.
++ #606: Process.parent() may swallow NoSuchProcess exceptions.
++ #611: [SunOS] net_io_counters has send and received swapped
++ #614: [Linux]: cpu_count(logical=False) return the number of
+  physical CPUs instead of physical cores.
++ #618: [SunOS] swap tests fail on Solaris when run as normal user
++ #628: [Linux] Process.name() truncates process name in case it
+  contains spaces or parentheses.
+- specfile:
+  * location of .so files changes to subdir psutil
+
+---

Old:

  psutil-2.2.1.tar.gz

New:

  psutil-3.0.1.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.qg0vNh/_old  2015-06-30 10:19:30.0 +0200
+++ /var/tmp/diff_new_pack.qg0vNh/_new  2015-06-30 10:19:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-psutil
-Version:2.2.1
+Version:3.0.1
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
@@ -58,7 +58,7 @@
 %defattr(-,root,root,-)
 %doc CREDITS examples HISTORY.rst LICENSE README.rst TODO
 %{python_sitearch}/psutil/
-%{python_sitearch}/_psutil_*.so
+%{python_sitearch}/psutil/_psutil_*.so
 %{python_sitearch}/psutil-%{version}-py*.egg-info
 
 %changelog

++ psutil-2.2.1.tar.gz - psutil-3.0.1.tar.gz ++
 10793 lines of diff (skipped)




commit python-psutil for openSUSE:Factory

2015-01-08 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2015-01-08 23:02:43

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is python-psutil

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2014-11-19 20:30:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2015-01-08 23:02:44.0 +0100
@@ -1,0 +2,13 @@
+Tue Jan  6 23:46:40 UTC 2015 - mich...@stroeder.com
+
+- Update to 2.2.0:
+  - FreeBSD has now support for process CPU affinity
+  - new pstree.py and pidof.py example scripts
+  - C extension version mismatch in case the user messed up with psutil
+installation or with sys.path is now detected at import time
+  - [Linux] a lot of file descriptors were left open
+  - [Windows] use proper encoding for psutil.Process.username() and
+psutil.users().
+  - [Solaris] fixed a high-priority bug which crashed psutil on import.
+
+---

Old:

  psutil-2.1.3.tar.gz

New:

  psutil-2.2.0.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.z8j4rr/_old  2015-01-08 23:02:45.0 +0100
+++ /var/tmp/diff_new_pack.z8j4rr/_new  2015-01-08 23:02:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-psutil
-Version:2.1.3
+Version:2.2.0
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-2.1.3.tar.gz - psutil-2.2.0.tar.gz ++
 4591 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-psutil for openSUSE:Factory

2014-11-19 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2014-11-19 20:26:49

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is python-psutil

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2014-09-30 19:42:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2014-11-19 20:30:40.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 18 13:55:21 UTC 2014 - toddrme2...@gmail.com
+
+- Update to 2.1.3
+  * fix undefined symbol: CPU_ALLOC compilation error.
+
+---

Old:

  psutil-2.1.2.tar.gz

New:

  psutil-2.1.3.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.53mDMg/_old  2014-11-19 20:30:43.0 +0100
+++ /var/tmp/diff_new_pack.53mDMg/_new  2014-11-19 20:30:43.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-psutil
-Version:2.1.2
+Version:2.1.3
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-2.1.2.tar.gz - psutil-2.1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-2.1.2/.travis.yml new/psutil-2.1.3/.travis.yml
--- old/psutil-2.1.2/.travis.yml2014-05-23 20:40:52.0 +0200
+++ new/psutil-2.1.3/.travis.yml2014-09-30 20:10:20.0 +0200
@@ -13,6 +13,7 @@
 - python setup.py build
 - python setup.py install
 - python test/test_psutil.py
+- python test/test_memory_leaks.py
 - make flake8
 os:
 - linux
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-2.1.2/CREDITS new/psutil-2.1.3/CREDITS
--- old/psutil-2.1.2/CREDITS2014-09-15 17:47:08.0 +0200
+++ new/psutil-2.1.3/CREDITS2014-09-30 20:10:20.0 +0200
@@ -54,7 +54,7 @@
 E: david.daesch...@gmail.com
 W: http://daviddaeschler.com
 D: some contributions to initial design/bootstrap plus occasional bug fixing
-I: 522
+I: 522, 536
 
 N: cjgohlke
 E: cjgoh...@gmail.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-2.1.2/HISTORY.rst new/psutil-2.1.3/HISTORY.rst
--- old/psutil-2.1.2/HISTORY.rst2014-09-21 15:49:46.0 +0200
+++ new/psutil-2.1.3/HISTORY.rst2014-09-30 20:10:20.0 +0200
@@ -1,5 +1,13 @@
 Bug tracker at https://github.com/giampaolo/psutil/issues
 
+2.1.3 2014-09-26
+
+
+**Bug fixes**
+
+- #536: [Linux]: fix undefined symbol: CPU_ALLOC compilation error.
+
+
 2.1.2 - 2014-09-21
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-2.1.2/Makefile new/psutil-2.1.3/Makefile
--- old/psutil-2.1.2/Makefile   2014-07-15 17:23:11.0 +0200
+++ new/psutil-2.1.3/Makefile   2014-09-23 21:58:24.0 +0200
@@ -86,4 +86,5 @@
 
 # git-tag a new release
 git-tag-release:
-   git tag -a release-`python -c import setup; print(setup.VERSION)` -m 
`git rev-list HEAD --count`:`git rev-parse --short HEAD`
+   git tag -a release-`python -c import setup; 
print(setup.get_version())` -m `git rev-list HEAD --count`:`git rev-parse 
--short HEAD`
+   echo done; now run 'git push --follow-tags' to push the new tag on the 
remote repo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-2.1.2/PKG-INFO new/psutil-2.1.3/PKG-INFO
--- old/psutil-2.1.2/PKG-INFO   2014-09-21 15:50:53.0 +0200
+++ new/psutil-2.1.3/PKG-INFO   2014-09-30 20:10:35.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: psutil
-Version: 2.1.2
+Version: 2.1.3
 Summary: psutil is a cross-platform library for retrieving information 
onrunning processes and system utilization (CPU, memory, disks, network)in 
Python.
 Home-page: https://github.com/giampaolo/psutil
 Author: Giampaolo Rodola
@@ -45,7 +45,7 @@
 tools such as: ps, top, lsof, netstat, ifconfig, who, df, kill, free, 
nice,
 ionice, iostat, iotop, uptime, pidof, tty, taskset, pmap. It currently 
supports
 **Linux, Windows, OSX, FreeBSD** and **Sun Solaris**, both **32-bit** 
and
-**64-bit** architectures, with Python versions from **2.4 to 3.4**. 
Pypi is
+**64-bit** architectures, with Python versions from **2.4 to 3.4**. 
PyPy is
 also known to work.
 
 
@@ -68,6 +68,7 @@
 
  * https://github.com/nicolargo/glances
  * https://github.com/Jahaja/psdash
+ * 

commit python-psutil for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2014-09-30 19:40:40

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is python-psutil

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2013-11-28 19:05:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2014-09-30 19:42:28.0 +0200
@@ -1,0 +2,100 @@
+Tue Sep 30 10:32:34 UTC 2014 - toddrme2...@gmail.com
+
+- Update documentation files
+- Spec file cleanups
+- Update shebang fix
+- Disable broken unit tests: tests don't work without root permissions
+- Update dependencies.  We should actually guarantee psutil and so
+  on are installed.
+- Update urls
+- Update to version 2.1.2
+  * Enhancements
+* #407: project moved from Google Code to Github; code moved from Mercurial
+  to Git.
+* #492: use tox to run tests on multiple python versions.  (patch by 
msabramo)
+* #505: [Windows] distribution as wheel packages.
+* #511: new examples/ps.py sample code.
+  * Bug fixes
+* #340: [Windows] Process.get_open_files() no longer hangs.  (patch by
+  Jeff Tang)
+* #501: [Windows] disk_io_counters() may return negative values.
+* #503: [Linux] in rare conditions Process exe(), open_files() and
+  connections() methods can raise OSError(ESRCH) instead of NoSuchProcess.
+* #504: [Linux] can't build RPM packages via setup.py
+* #506: [Linux] python 2.4 support was broken.
+* #522: [Linux] Process.cpu_affinity() might return EINVAL.  (patch by 
David
+  Daeschler)
+* #529: [Windows] Process.exe() may raise unhandled WindowsError exception
+  for PIDs 0 and 4.  (patch by Jeff Tang)
+* #530: [Linux] psutil.disk_io_counters() may crash on old Linux distros
+  ( 2.6.5)  (patch by Yaolong Huang)
+* #533: [Linux] Process.memory_maps() may raise TypeError on old Linux 
distros.
+- Update to version 2.1.1
+  * Bug fixes
+* #446: [Windows] fix encoding error when using net_io_counters() on 
Python 3.
+  (patch by Szigeti Gabor Niif)
+* #460: [Windows] net_io_counters() wraps after 4G.
+* #491: [Linux] psutil.net_connections() exceptions. (patch by Alexander 
Grothe)
+- Update to version 2.1.0
+  * Enhancements
+* #387: system-wide open connections a-la netstat.
+  * Bug fixes
+* #421: [Solaris] psutil does not compile on SunOS 5.10 (patch by Naveed
+  Roudsari)
+* #489: [Linux] psutil.disk_partitions() return an empty list.
+- Update to version 2.0.0
+  * Enhancements
+* #424: [Windows] installer for Python 3.X 64 bit.
+* #427: number of logical and physical CPUs (psutil.cpu_count()).
+* #447: psutil.wait_procs() timeout parameter is now optional.
+* #452: make Process instances hashable and usable with set()s.
+* #453: tests on Python  2.7 require unittest2 module.
+* #459: add a make file for running tests and other repetitive tasks (also
+  on Windows).
+* #463: make timeout parameter of cpu_percent* functions default to 0.0 
'cause
+  it's a common trap to introduce slowdowns.
+* #468: move documentation to readthedocs.com.
+* #477: process cpu_percent() is about 30% faster.  (suggested by 
crusaderky)
+* #478: [Linux] almost all APIs are about 30% faster on Python 3.X.
+* #479: long deprecated psutil.error module is gone; exception classes now
+  live in psutil namespace only.
+  * Bug fixes
+* #193: psutil.Popen constructor can throw an exception if the spawned 
process
+  terminates quickly.
+* #340: [Windows] process get_open_files() no longer hangs.  (patch by
+  jt...@vahna.net)
+* #443: [Linux] fix a potential overflow issue for 
Process.set_cpu_affinity()
+  on systems with more than 64 CPUs.
+* #448: [Windows] get_children() and ppid() memory leak (patch by Ulrich
+ Klank).
+* #457: [POSIX] pid_exists() always returns True for PID 0.
+* #461: namedtuples are not pickle-able.
+* #466: [Linux] process exe improper null bytes handling.  (patch by
+  Gautam Singh)
+* #470: wait_procs() might not wait.  (patch by crusaderky)
+* #471: [Windows] process exe improper unicode handling. (patch by
+  a...@mroja.net)
+* #473: psutil.Popen.wait() does not set returncode attribute.
+* #474: [Windows] Process.cpu_percent() is no longer capped at 100%.
+* #476: [Linux] encoding error for process name and cmdline.
+  * API changes
+For the sake of consistency a lot of psutil APIs have been renamed.
+In most cases accessing the old names will work but it will cause a
+DeprecationWarning.
+* psutil.* module level constants have being replaced by functions
+* Renamed 

commit python-psutil for openSUSE:Factory

2013-11-28 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2013-11-28 19:05:06

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is python-psutil

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2013-10-21 20:02:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2013-11-28 19:05:07.0 +0100
@@ -1,0 +2,22 @@
+Wed Nov 27 21:26:26 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 1.2.1
+  * #348: [Windows XP] fixed ImportError: DLL load failed occurring
+  on module import.
+  * #425: [Solaris] crash on import due to failure at determining BOOT_TIME.
+  * #443: [Linux] can't set CPU affinity with systems with more than 64 cores.
+- Changes from version 1.2.0
+  * #439: assume os.getpid() if no argument is passed to psutil.Process
+  constructor.
+  * #440: new psutil.wait_procs() utility function which waits for multiple
+  processes to terminate.
+  * #348: [Windows XP/Vista] fixed ImportError: DLL load failed occurring on
+  module import.
+- Changes from version 1.1.3
+  * #442: [Linux] psutil won't compile on certain version of Linux because of
+  missing prlimit(2) syscall.
+- Changes from version 1.1.2
+  * #442: [Linux] psutil won't compile on Debian 6.0 because of missing
+  prlimit(2) syscall.
+
+---

Old:

  psutil-1.1.1.tar.gz

New:

  psutil-1.2.1.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.9MEQUw/_old  2013-11-28 19:05:08.0 +0100
+++ /var/tmp/diff_new_pack.9MEQUw/_new  2013-11-28 19:05:08.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-psutil
-Version:1.1.1
+Version:1.2.1
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-1.1.1.tar.gz - psutil-1.2.1.tar.gz ++
 4292 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-psutil for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2013-10-21 20:02:10

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is python-psutil

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2013-07-22 13:52:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2013-10-21 20:02:11.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct 21 12:19:35 UTC 2013 - dmuel...@suse.com
+
+- update to 1.1.1:
+ * #410: tar.gz and windows binary files are now hosted on PYPI.
+ * #412: [Linux] get/set process resource limits.
+ * #415: [Windows] Process.get_children() is an order of magnitude faster.
+ * #426: [Windows] Process.name is an order of magnitude faster.
+ * #431: [UNIX] Process.name is slightly faster because it unnecessarily
+ retrieved also process cmdline.
+
+---

Old:

  psutil-1.0.1.tar.gz

New:

  psutil-1.1.1.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.V2PQjT/_old  2013-10-21 20:02:12.0 +0200
+++ /var/tmp/diff_new_pack.V2PQjT/_new  2013-10-21 20:02:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-psutil
-Version:1.0.1
+Version:1.1.1
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-1.0.1.tar.gz - psutil-1.1.1.tar.gz ++
 3871 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-psutil for openSUSE:Factory

2013-07-22 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2013-07-22 13:52:50

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is python-psutil

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2013-07-11 20:13:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2013-07-22 13:52:51.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 19 10:52:59 UTC 2013 - dmuel...@suse.com
+
+- update to 1.0.1:
+  * network_io_counters(pernic=True) no longer works as intended in 1.0.0.
+
+---

Old:

  psutil-1.0.0.tar.gz

New:

  psutil-1.0.1.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.6j78RD/_old  2013-07-22 13:52:51.0 +0200
+++ /var/tmp/diff_new_pack.6j78RD/_new  2013-07-22 13:52:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-psutil
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
@@ -25,7 +25,7 @@
 Url:http://code.google.com/p/psutil/
 Source: psutil-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}

++ psutil-1.0.0.tar.gz - psutil-1.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-1.0.0/HISTORY new/psutil-1.0.1/HISTORY
--- old/psutil-1.0.0/HISTORY2013-07-10 16:05:11.0 +0200
+++ new/psutil-1.0.1/HISTORY2013-07-12 17:52:45.0 +0200
@@ -1,5 +1,14 @@
 Bug tracker at http://code.google.com/p/psutil/issues
 
+
+1.0.1 - 2013-07-12
+--
+
+BUG FIXES
+
+ * #405: network_io_counters(pernic=True) no longer works as intended in 1.0.0.
+
+
 1.0.0 - 2013-07-10
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-1.0.0/PKG-INFO new/psutil-1.0.1/PKG-INFO
--- old/psutil-1.0.0/PKG-INFO   2013-07-10 17:13:36.0 +0200
+++ new/psutil-1.0.1/PKG-INFO   2013-07-12 17:55:49.0 +0200
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: psutil
-Version: 1.0.0
+Version: 1.0.1
 Summary: A process and system utilities module for Python
 Home-page: http://code.google.com/p/psutil/
 Author: Giampaolo Rodola
 Author-email: g.rodola at gmail dot com
 License: License :: OSI Approved :: BSD License
-Download-URL: http://psutil.googlecode.com/files/psutil-1.0.0.tar.gz
+Download-URL: http://psutil.googlecode.com/files/psutil-1.0.1.tar.gz
 Description: ===
 Quick links
 ===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-1.0.0/psutil/__init__.py 
new/psutil-1.0.1/psutil/__init__.py
--- old/psutil-1.0.0/psutil/__init__.py 2013-07-08 19:09:01.0 +0200
+++ new/psutil-1.0.1/psutil/__init__.py 2013-07-12 17:34:08.0 +0200
@@ -12,7 +12,7 @@
 
 from __future__ import division
 
-__version__ = 1.0.0
+__version__ = 1.0.1
 version_info = tuple([int(num) for num in __version__.split('.')])
 
 __all__ = [
@@ -1335,7 +1335,7 @@
 
 @_deprecated(psutil.net_io_counters())
 def network_io_counters(pernic=False):
-return net_io_counters()
+return net_io_counters(pernic)
 
 def test():
 List info of all currently running processes emulating ps aux

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-psutil for openSUSE:Factory

2013-07-11 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2013-07-11 20:13:19

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is python-psutil

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2013-06-05 13:35:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2013-07-11 20:13:20.0 +0200
@@ -1,0 +2,15 @@
+Thu Jul 11 14:27:00 UTC 2013 - dmuel...@suse.com
+
+- update to 1.0.0:
+  * Process.get_connections() 'status' strings are now constants.
+  * test suite exits with non-zero on failure.  (patch by floppymaster)
+  * extensively use unittest2 module in unit tests and provide
+  workarounds if this is not installed on python  2.7.
+  * Process.get_memory_maps() may raise ValueError.
+  * Process.get_connections() 'status' field is no longer a string but a 
constant
+object (psutil.CONN_*).
+  * Process.get_connections() 'local_address' and 'remote_address' fields 
renamed
+to 'laddr' and 'raddr'.
+  * psutil.network_io_counters() renamed to psutil.net_io_counters().
+
+---

Old:

  psutil-0.7.1.tar.gz

New:

  psutil-1.0.0.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.H2TUeu/_old  2013-07-11 20:13:21.0 +0200
+++ /var/tmp/diff_new_pack.H2TUeu/_new  2013-07-11 20:13:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-psutil
-Version:0.7.1
+Version:1.0.0
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
@@ -46,7 +46,8 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python setup.py test
+# fails with no module named psutil
+# python setup.py test
 
 %files
 %defattr(-,root,root,-)

++ psutil-0.7.1.tar.gz - psutil-1.0.0.tar.gz ++
 6155 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-psutil for openSUSE:Factory

2013-06-19 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2013-06-19 16:45:25

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is python-psutil

Changes:


Old:

  python3-psutil.changes
  python3-psutil.spec



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.yieg4j/_old  2013-06-19 16:45:26.0 +0200
+++ /var/tmp/diff_new_pack.yieg4j/_new  2013-06-19 16:45:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-psutil
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-psutil for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2013-06-05 13:35:46

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is python-psutil

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2013-03-08 13:27:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2013-06-05 13:35:47.0 +0200
@@ -1,0 +2,6 @@
+Tue May  7 08:31:57 UTC 2013 - mich...@stroeder.com
+
+- Update to upstream release 0.7.1:
+  Many bug fixes, some new features and API changes
+
+---
--- /work/SRC/openSUSE:Factory/python-psutil/python3-psutil.changes 
2012-11-28 14:33:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python3-psutil.changes
2013-06-05 13:35:47.0 +0200
@@ -1,0 +2,6 @@
+Sat May 11 12:47:21 UTC 2013 - mich...@stroeder.com
+
+- Update to upstream release 0.7.1.
+  Many bug fixes, some new features and API changes
+
+---

Old:

  psutil-0.6.1.tar.gz

New:

  psutil-0.7.1.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.3kgAdI/_old  2013-06-05 13:35:48.0 +0200
+++ /var/tmp/diff_new_pack.3kgAdI/_new  2013-06-05 13:35:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-psutil
-Version:0.6.1
+Version:0.7.1
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

python3-psutil.spec: same change
++ psutil-0.6.1.tar.gz - psutil-0.7.1.tar.gz ++
 6719 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-psutil for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2012-11-28 14:33:54

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is python-psutil, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python3-psutil.changes 
2012-10-08 20:34:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python3-psutil.changes
2012-11-28 14:33:55.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 22 13:47:34 UTC 2012 - toddrme2...@gmail.com
+
+- Removed openSUSE 11.4 spec file workarounds
+
+---



Other differences:
--
++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.ltvFkJ/_old  2012-11-28 14:33:56.0 +0100
+++ /var/tmp/diff_new_pack.ltvFkJ/_new  2012-11-28 14:33:56.0 +0100
@@ -29,15 +29,7 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
-%if 0%{?suse_version} = 1140
-%{!?python3_sitearch: %global python3_sitearch %(python3 -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1)))}
-%{!?py3_ver: %global py3_ver %(python3 -c import sys; 
version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); 
print(version))}
-%endif
 Requires:   python(abi) = %{py3_ver}
-%if 0%{?suse_version}  0%{?suse_version}  1140
-BuildRequires:  python3-base
-%endif
 
 %description
 A graphical interface that lets you easily analyze and introspect unaltered 
running Python processes.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-psutil for openSUSE:Factory

2012-10-08 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2012-10-08 20:34:06

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is python-psutil, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2012-05-31 17:09:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2012-10-08 20:34:08.0 +0200
@@ -1,0 +2,14 @@
+Sat Oct  6 23:01:56 UTC 2012 - os-...@jacraig.com
+
+- Update to 0.6.1:
+  * process cmdline property now makes a better job at guessing the process
+executable from the cmdline.
+  * process exe was resolved in case it was a symlink.
+  * python 2.4 compatibility was broken.
+  * process exe can now return an empty string instead of raising AccessDenied.
+  * process exe is no longer resolved in case it's a symlink.
+- Tons of changes from previous versions, please see HISTORY.
+- Remove references to docs directory in spec file, as it no longer exists.
+- Remove unnecessary shebangs from python scripts to quiet rpmlint.
+
+---
python3-psutil.changes: same change

Old:

  psutil-0.4.1.tar.gz

New:

  psutil-0.6.1.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.Sq8sZy/_old  2012-10-08 20:34:09.0 +0200
+++ /var/tmp/diff_new_pack.Sq8sZy/_new  2012-10-08 20:34:09.0 +0200
@@ -15,17 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-psutil
-Version:0.4.1
+Version:0.6.1
 Release:0
-License:BSD-3-Clause
 Summary:A process utilities module for Python
-Url:http://code.google.com/p/psutil/
+License:BSD-3-Clause
 Group:  Development/Languages/Python
+Url:http://code.google.com/p/psutil/
 Source: psutil-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-distribute
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitearch: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 %endif
@@ -35,7 +36,8 @@
 
 %prep
 %setup -q -n psutil-%{version}
-chmod -x docs/class_diagram.png # Fix executable permissions
+# Remove shebangs
+sed -i 1d 
psutil/{__init__.py,_compat.py,_psbsd.py,_pslinux.py,_psmswindows.py,_psosx.py,_psposix.py,error.py}
 
 %build
 python setup.py build
@@ -48,10 +50,9 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CREDITS examples docs HISTORY LICENSE README
+%doc CREDITS examples HISTORY LICENSE README
 %{python_sitearch}/psutil/
 %{python_sitearch}/_psutil_*.so
 %{python_sitearch}/psutil-%{version}-py%{py_ver}.egg-info
 
-
 %changelog

++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.Sq8sZy/_old  2012-10-08 20:34:09.0 +0200
+++ /var/tmp/diff_new_pack.Sq8sZy/_new  2012-10-08 20:34:09.0 +0200
@@ -15,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python3-psutil
-Version:0.4.1
+Version:0.6.1
 Release:0
-License:BSD-3-Clause
 Summary:A process utilities module for Python
-Url:http://code.google.com/p/psutil/
+License:BSD-3-Clause
 Group:  Development/Languages/Python
+Url:http://code.google.com/p/psutil/
 Source: psutil-%{version}.tar.gz
 BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-distribute
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %if 0%{?suse_version} = 1140
 %{!?python3_sitearch: %global python3_sitearch %(python3 -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1)))}
@@ -43,7 +44,8 @@
 
 %prep
 %setup -q -n psutil-%{version}
-chmod -x docs/class_diagram.png # Fix executable permissions
+# Remove shebangs
+sed -i 1d 
psutil/{__init__.py,_compat.py,_psbsd.py,_pslinux.py,_psmswindows.py,_psosx.py,_psposix.py,error.py}
 
 %build
 python3 setup.py build
@@ -56,7 +58,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CREDITS examples docs HISTORY LICENSE README
+%doc CREDITS examples HISTORY LICENSE README
 %{python3_sitearch}/psutil/
 %{python3_sitearch}/_psutil_*.so
 %{python3_sitearch}/psutil-%{version}-py%{py3_ver}.egg-info

++ psutil-0.4.1.tar.gz - psutil-0.6.1.tar.gz ++
 15951 lines of diff (skipped)

-- 
To unsubscribe, e-mail: 

commit python-psutil for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2012-09-10 15:22:41

Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-psutil.new (New)


Package is python-psutil, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python3-psutil.changes 
2012-05-31 17:09:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python3-psutil.changes
2012-09-10 15:28:47.0 +0200
@@ -1,0 +2,8 @@
+Thu Sep  6 13:05:51 UTC 2012 - toddrme2...@gmail.com
+
+- Restore BuildRequires: python3  This package depends on hash
+  algorithms that are only available if python3 is installed,
+  python3-devel will not pull them in.  Building will fail if 
+  BuildRequires: python3 is removed.
+
+---



Other differences:
--
++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.n2h3Bf/_old  2012-09-10 15:28:49.0 +0200
+++ /var/tmp/diff_new_pack.n2h3Bf/_new  2012-09-10 15:28:49.0 +0200
@@ -23,8 +23,9 @@
 Url:http://code.google.com/p/psutil/
 Group:  Development/Languages/Python
 Source: psutil-%{version}.tar.gz
-BuildRequires:  python3-devel
+BuildRequires:  python3
 BuildRequires:  python3-2to3
+BuildRequires:  python3-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-distribute
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org