commit python3-psutil for openSUSE:Factory

2016-11-13 Thread h_root
Hello community,

here is the log from the commit of package python3-psutil for openSUSE:Factory 
checked in at 2016-11-13 22:51:36

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


Package is "python3-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psutil/python3-psutil.changes
2016-10-26 13:29:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes   
2016-11-13 22:51:43.0 +0100
@@ -1,0 +2,31 @@
+Sun Nov  6 20:19:07 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * tar.gz -> zip
+
+- 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 Oct 29 16:48:22 UTC 2016 - a...@gmx.de
+
+- update to version 4.4.2:
+  * Bug fixes
++ 931: psutil no longer compiles on Solaris.
+
+---
+Tue Oct 25 18:15:04 UTC 2016 - mich...@stroeder.com
+
+- Update to version 4.4.1:
+  * 927: Popen.__del__() may cause maximum recursion depth error.
+
+---

Old:

  psutil-4.4.0.tar.gz

New:

  psutil-5.0.0.zip



Other differences:
--
++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.2nsnIk/_old  2016-11-13 22:51:44.0 +0100
+++ /var/tmp/diff_new_pack.2nsnIk/_new  2016-11-13 22:51:44.0 +0100
@@ -17,18 +17,19 @@
 
 
 Name:   python3-psutil
-Version:4.4.0
+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://files.pythonhosted.org/packages/source/p/psutil/psutil-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/p/psutil/psutil-%{version}.zip
 BuildRequires:  net-tools
 BuildRequires:  procps
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
+BuildRequires:  unzip
 Requires:   net-tools
 Requires:   procps
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit python3-psutil for openSUSE:Factory

2016-10-26 Thread h_root
Hello community,

here is the log from the commit of package python3-psutil for openSUSE:Factory 
checked in at 2016-10-26 13:29:32

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


Package is "python3-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psutil/python3-psutil.changes
2016-09-17 14:40:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes   
2016-10-26 13:29:38.0 +0200
@@ -1,0 +2,19 @@
+Sun Oct 23 16:33:24 UTC 2016 - aloi...@gmx.com
+
+- Update tp 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-4.4.0.tar.gz



Other differences:
--
++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.vap1EL/_old  2016-10-26 13:29:40.0 +0200
+++ /var/tmp/diff_new_pack.vap1EL/_new  2016-10-26 13:29:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-psutil
-Version:4.3.1
+Version:4.4.0
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-4.3.1.tar.gz -> psutil-4.4.0.tar.gz ++
 11652 lines of diff (skipped)




commit python3-psutil for openSUSE:Factory

2016-09-17 Thread h_root
Hello community,

here is the log from the commit of package python3-psutil for openSUSE:Factory 
checked in at 2016-09-17 14:40:48

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


Package is "python3-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psutil/python3-psutil.changes
2016-07-15 12:48:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes   
2016-09-17 14:40:51.0 +0200
@@ -1,0 +2,20 @@
+Fri Sep 16 15:02:22 UTC 2016 - toddrme2...@gmail.com
+
+- Update to version 4.3.1
+  + Enhancements
+- #881: "make install" now works also when using a virtual env.
+  + Bug fixes
+- #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:
--
++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.4Q6g1w/_old  2016-09-17 14:40:52.0 +0200
+++ /var/tmp/diff_new_pack.4Q6g1w/_new  2016-09-17 14:40:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-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 python3-psutil for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

here is the log from the commit of package python3-psutil for openSUSE:Factory 
checked in at 2016-07-15 12:48:35

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


Package is "python3-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psutil/python3-psutil.changes
2016-05-25 21:29:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes   
2016-07-15 12:48:47.0 +0200
@@ -1,0 +2,16 @@
+Sat Jun 25 15:46:54 UTC 2016 - a...@gmx.de
+
+- 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:
--
++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.OinOiM/_old  2016-07-15 12:48:49.0 +0200
+++ /var/tmp/diff_new_pack.OinOiM/_new  2016-07-15 12:48:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-psutil
-Version:4.2.0
+Version:4.3.0
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

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




commit python3-psutil for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-psutil for openSUSE:Factory 
checked in at 2016-05-25 21:29:04

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


Package is "python3-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psutil/python3-psutil.changes
2016-03-16 10:35:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes   
2016-05-25 21:29:05.0 +0200
@@ -1,0 +2,24 @@
+Wed May 25 03:13:05 UTC 2016 - a...@gmx.de
+
+- 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.
+
+---
+Sun May  8 07:04:16 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+---

Old:

  psutil-4.1.0.tar.gz

New:

  psutil-4.2.0.tar.gz



Other differences:
--
++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.NWBN5D/_old  2016-05-25 21:29:06.0 +0200
+++ /var/tmp/diff_new_pack.NWBN5D/_new  2016-05-25 21:29:06.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python3-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
+Source: 
https://files.pythonhosted.org/packages/source/p/psutil/psutil-%{version}.tar.gz
 BuildRequires:  net-tools
 BuildRequires:  procps
 BuildRequires:  python3-2to3

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




commit python3-psutil for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package python3-psutil for openSUSE:Factory 
checked in at 2016-03-16 10:35:43

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


Package is "python3-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psutil/python3-psutil.changes
2016-02-22 08:57:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes   
2016-03-16 10:35:57.0 +0100
@@ -1,0 +2,28 @@
+Sat Mar 12 19:17:20 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * removed TODO from %doc, not in 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:
--
++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.tdeo9L/_old  2016-03-16 10:35:58.0 +0100
+++ /var/tmp/diff_new_pack.tdeo9L/_new  2016-03-16 10:35:58.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-psutil
-Version:4.0.0
+Version:4.1.0
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
@@ -54,7 +54,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CREDITS HISTORY.rst LICENSE README.rst TODO
+%doc CREDITS HISTORY.rst LICENSE README.rst
 %{python3_sitearch}/psutil/
 %{python3_sitearch}/psutil/_psutil_*.so
 %{python3_sitearch}/psutil-%{version}-py*.egg-info

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




commit python3-psutil for openSUSE:Factory

2016-02-21 Thread h_root
Hello community,

here is the log from the commit of package python3-psutil for openSUSE:Factory 
checked in at 2016-02-22 08:57:50

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


Package is "python3-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psutil/python3-psutil.changes
2016-02-01 19:57:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes   
2016-02-22 08:57:57.0 +0100
@@ -1,0 +2,42 @@
+Wed Feb 17 16:58:17 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * removed examples from %doc, not in tar-ball anymore
+
+- update to version 4.0.0:
+  * #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.
+  * #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:
--
++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.ePhK4B/_old  2016-02-22 08:57:58.0 +0100
+++ /var/tmp/diff_new_pack.ePhK4B/_new  2016-02-22 08:57:58.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-psutil
-Version:3.4.2
+Version:4.0.0
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
@@ -54,7 +54,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CREDITS examples HISTORY.rst LICENSE README.rst TODO
+%doc CREDITS HISTORY.rst LICENSE README.rst TODO
 %{python3_sitearch}/psutil/
 %{python3_sitearch}/psutil/_psutil_*.so
 %{python3_sitearch}/psutil-%{version}-py*.egg-info

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




commit python3-psutil for openSUSE:Factory

2016-02-01 Thread h_root
Hello community,

here is the log from the commit of package python3-psutil for openSUSE:Factory 
checked in at 2016-02-01 19:56:39

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


Package is "python3-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psutil/python3-psutil.changes
2015-11-26 17:04:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes   
2016-02-01 19:57:09.0 +0100
@@ -1,0 +2,33 @@
+Sat Jan 30 18:41:18 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 3.4.2:
+  * Enhancements
++ #728: [Solaris] exposed psutil.PROCFS_PATH constant to change
+  the default location of /proc filesystem.
+  * Bug fixes
++ #724: [FreeBSD] psutil.virtual_memory().total is incorrect.
++ #730: [FreeBSD] psutil.virtual_memory() crashes.
+
+- changes from 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:
--
++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.IXF6eE/_old  2016-02-01 19:57:11.0 +0100
+++ /var/tmp/diff_new_pack.IXF6eE/_new  2016-02-01 19:57:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-psutil
 #
-# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   python3-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 python3-psutil for openSUSE:Factory

2015-11-26 Thread h_root
Hello community,

here is the log from the commit of package python3-psutil for openSUSE:Factory 
checked in at 2015-11-26 17:04:24

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


Package is "python3-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psutil/python3-psutil.changes
2015-10-20 00:06:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes   
2015-11-26 17:04:28.0 +0100
@@ -1,0 +2,10 @@
+Wed Nov 25 07:08:56 UTC 2015 - a...@gmx.de
+
+- update to version 3.3.0:
+  * #558: [Linux] exposed psutil.PROCFS_PATH constant to change the
+default location of /proc filesystem.
+  * #615: [OpenBSD] added OpenBSD support. (contributed by Landry
+Breuil)
+  * #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:
--
++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.xgKnJ7/_old  2015-11-26 17:04:29.0 +0100
+++ /var/tmp/diff_new_pack.xgKnJ7/_new  2015-11-26 17:04:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-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 python3-psutil for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package python3-psutil for openSUSE:Factory 
checked in at 2015-10-19 22:53:04

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


Package is "python3-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psutil/python3-psutil.changes
2015-08-05 06:50:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes   
2015-10-20 00:06:54.0 +0200
@@ -1,0 +2,48 @@
+Sat Oct 17 23:49:25 UTC 2015 - a...@gmx.de
+
+- update to version 3.2.2:
+  * #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)
+
+- changes from version 3.2.1:
+  * #677: [Linux] can't install psutil due to bug in setup.py.
+
+- changes from version 3.2.0:
+  * #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()
+  * #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.2.tar.gz



Other differences:
--
++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.WGQQqc/_old  2015-10-20 00:06:55.0 +0200
+++ /var/tmp/diff_new_pack.WGQQqc/_new  2015-10-20 00:06:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-psutil
-Version:3.1.1
+Version:3.2.2
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-3.1.1.tar.gz -> psutil-3.2.2.tar.gz ++
 7849 lines of diff (skipped)




commit python3-psutil for openSUSE:Factory

2015-08-04 Thread h_root
Hello community,

here is the log from the commit of package python3-psutil for openSUSE:Factory 
checked in at 2015-08-05 06:50:18

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


Package is "python3-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psutil/python3-psutil.changes
2015-06-23 11:57:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes   
2015-08-05 06:50:20.0 +0200
@@ -1,0 +2,38 @@
+Wed Jul 15 16:47:40 UTC 2015 - a...@gmx.de
+
+- update to version 3.1.1:
+  * Bug fixes
++ #645: [Linux] psutil.cpu_times_percent() may produce negative
+  results.
++ #656: 'from psutil import *' does not work.
+
+- changes from version 3.1.0:
+  * Enhancements
++ #534: [Linux] disk_partitions() added support for ZFS
+  filesystems.
++ #646: continuous tests integration for Windows with
+  https://ci.appveyor.com/project/giampaolo/psutil.
++ #647: new dev guide:
++ #651: continuous code quality test integration with
+  https://scrutinizer-ci.com/g/giampaolo/psutil/
+  * Bug fixes
++ #340: [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 Ta ng, PR
+  #597)
++ #627: [Windows] Process.name() no longer raises AccessDenied for
+  pids owned by another user.
++ #636: [Windows] Process.memory_info() raise AccessDenied.
++ #637: [UNIX] raise exception if trying to send signal to Process
+  PID 0 as it will affect os.getpid()'s process group instead of PID
+  0.
++ #639: [Linux] Process.cmdline() can be truncated.
++ #640: [Linux] *connections functions may swallow errors and
+  return an incomplete list of connnections.
++ #642: repr() of exceptions is incorrect.
++ #653: [Windows] Add inet_ntop function for Windows XP to support
+  IPv6.
++ #641: [Windows] Replace deprecated string functions with safe
+  equivalents.
+
+---

Old:

  psutil-3.0.1.tar.gz

New:

  psutil-3.1.1.tar.gz



Other differences:
--
++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.mKiMlW/_old  2015-08-05 06:50:20.0 +0200
+++ /var/tmp/diff_new_pack.mKiMlW/_new  2015-08-05 06:50:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-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 python3-psutil for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package python3-psutil for openSUSE:Factory 
checked in at 2015-06-23 11:57:52

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


Package is "python3-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psutil/python3-psutil.changes
2015-06-18 06:37:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes   
2015-06-23 11:57:53.0 +0200
@@ -1,0 +2,11 @@
+Fri Jun 19 01:43:58 UTC 2015 - a...@gmx.de
+
+- 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.
+
+---

Old:

  psutil-3.0.0.tar.gz

New:

  psutil-3.0.1.tar.gz



Other differences:
--
++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.Pg2Zya/_old  2015-06-23 11:57:53.0 +0200
+++ /var/tmp/diff_new_pack.Pg2Zya/_new  2015-06-23 11:57:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-psutil
-Version:3.0.0
+Version:3.0.1
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-3.0.0.tar.gz -> psutil-3.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-3.0.0/CREDITS new/psutil-3.0.1/CREDITS
--- old/psutil-3.0.0/CREDITS2015-06-12 10:27:43.0 +0200
+++ new/psutil-3.0.1/CREDITS2015-06-18 03:47:43.0 +0200
@@ -303,3 +303,8 @@
 W: http://www.johnburnett.com/
 C: Irvine, CA, US
 I: 614
+
+N: Árni Már Jónsson
+E: Reykjavik, Iceland
+E: https://github.com/arnimarj
+I: 634
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-3.0.0/HISTORY.rst new/psutil-3.0.1/HISTORY.rst
--- old/psutil-3.0.0/HISTORY.rst2015-06-12 10:27:43.0 +0200
+++ new/psutil-3.0.1/HISTORY.rst2015-06-18 04:32:56.0 +0200
@@ -1,6 +1,17 @@
 Bug tracker at https://github.com/giampaolo/psutil/issues
 
-3.0.0 - -XX-XX
+3.0.1 - 2015-06-18
+==
+
+**Bug fixes**
+
+- #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.
+
+
+3.0.0 - 2015-06-13
 ==
 
 **Enhancements**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-3.0.0/Makefile new/psutil-3.0.1/Makefile
--- old/psutil-3.0.0/Makefile   2015-06-12 10:28:29.0 +0200
+++ new/psutil-3.0.1/Makefile   2015-06-18 03:40:27.0 +0200
@@ -36,10 +36,28 @@
@# this directory.
$(PYTHON) setup.py build_ext -i
 
+# useful deps which are nice to have while developing / testing
 install-dev-deps:
+   python -c "import urllib2; \
+  r = 
urllib2.urlopen('https://bootstrap.pypa.io/get-pip.py'); \
+  open('/tmp/get-pip.py', 'w').write(r.read());"
+   $(PYTHON) /tmp/get-pip.py --user
+   rm /tmp/get-pip.py
$(PYTHON) -m pip install --user --upgrade pip
$(PYTHON) -m pip install --user --upgrade \
-   ipaddress unittest2 mock ipdb coverage nose
+   # mandatory for unittests
+   ipaddress \
+   mock \
+   unittest2 \
+   # nice to have
+   coverage \
+   flake8 \
+   ipdb \
+   nose \
+   pep8 \
+   pyflakes \
+   sphinx \
+   sphinx-pypi-upload \
 
 install: build
$(PYTHON) setup.py install --user; \
@@ -65,7 +83,7 @@
 test-by-name: install
@$(PYTHON) -m nose test/test_psutil.py --nocapture -v -m $(filter-out 
$@,$(MAKECMDGOALS))
 
-# same as above but for test_memory_leaks.py script
+# Same as above but for test_memory_leaks.py script.
 test-memleaks-by-name: install
@$(PYTHON) -m nose test/test_memory_leaks.py --nocapture -v -m 
$(filter-out $@,$(MAKECMDGOALS))
 
@@ -77,16 +95,13 @@
$(PYTHON) -m coverage html $(COVERAGE_OPTS)
$(PYTHON) -m webbrowser -t htmlcov/index.html
 
-# requires "pip install pep8"
 pep8:
@git ls-files | grep \\.py$ | xargs $(PYTHON) -m pep8
 
-# requires "pip install pyflakes"
 pyflakes:
@export PYFLAKES_NODOCTEST=1 && \
git ls-files | grep \\.py$ | x

commit python3-psutil for openSUSE:Factory

2015-06-17 Thread h_root
Hello community,

here is the log from the commit of package python3-psutil for openSUSE:Factory 
checked in at 2015-06-18 06:37:33

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


Package is "python3-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psutil/python3-psutil.changes
2015-02-05 11:01:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes   
2015-06-18 06:37:34.0 +0200
@@ -1,0 +2,49 @@
+Tue Jun 16 15:52:21 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * location of .so files changes to subdir psutil
+
+- 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 PID>64K.
++ #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.
+
+---

Old:

  psutil-2.2.1.tar.gz

New:

  psutil-3.0.0.tar.gz



Other differences:
--
++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.mBaONe/_old  2015-06-18 06:37:35.0 +0200
+++ /var/tmp/diff_new_pack.mBaONe/_new  2015-06-18 06:37:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-psutil
-Version:2.2.1
+Version:3.0.0
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
@@ -56,7 +56,7 @@
 %defattr(-,root,root,-)
 %doc CREDITS examples HISTORY.rst LICENSE README.rst TODO
 %{python3_sitearch}/psutil/
-%{python3_sitearch}/_psutil_*.so
+%{python3_sitearch}/psutil/_psutil_*.so
 %{python3_sitearch}/psutil-%{version}-py*.egg-info
 
 %changelog

++ psutil-2.2.1.tar.gz -> psutil-3.0.0.tar.gz ++
 10648 lines of diff (skipped)




commit python3-psutil for openSUSE:Factory

2015-02-05 Thread h_root
Hello community,

here is the log from the commit of package python3-psutil for openSUSE:Factory 
checked in at 2015-02-05 11:01:31

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


Package is "python3-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psutil/python3-psutil.changes
2015-01-08 23:02:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes   
2015-02-05 11:01:40.0 +0100
@@ -1,0 +2,9 @@
+Wed Feb  4 17:57:45 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- update to version 2.2.1:
+  * #496: [Linux] fix "ValueError: ambiguos inode with multiple PIDs
+references" (patch by Bruno Binet)
+
+---

Old:

  psutil-2.2.0.tar.gz

New:

  psutil-2.2.1.tar.gz



Other differences:
--
++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.zRa0sA/_old  2015-02-05 11:01:41.0 +0100
+++ /var/tmp/diff_new_pack.zRa0sA/_new  2015-02-05 11:01:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-psutil
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +17,7 @@
 
 
 Name:   python3-psutil
-Version:2.2.0
+Version:2.2.1
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-2.2.0.tar.gz -> psutil-2.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-2.2.0/CREDITS new/psutil-2.2.1/CREDITS
--- old/psutil-2.2.0/CREDITS2015-01-03 15:01:37.0 +0100
+++ new/psutil-2.2.1/CREDITS2015-02-02 14:01:33.0 +0100
@@ -276,3 +276,7 @@
 
 N: karthikrev
 I: 568
+
+N: Bruno Binet
+E: bruno.bi...@gmail.com
+I: 572
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-2.2.0/HISTORY.rst new/psutil-2.2.1/HISTORY.rst
--- old/psutil-2.2.0/HISTORY.rst2015-01-06 16:30:48.0 +0100
+++ new/psutil-2.2.1/HISTORY.rst2015-02-02 14:01:12.0 +0100
@@ -1,5 +1,14 @@
 Bug tracker at https://github.com/giampaolo/psutil/issues
 
+2.2.1 - 2015-02-02
+==
+
+**Bug fixes**
+
+- #496: [Linux] fix "ValueError: ambiguos inode with multiple PIDs references"
+  (patch by Bruno Binet)
+
+
 2.2.0 - 2015-01-06
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-2.2.0/PKG-INFO new/psutil-2.2.1/PKG-INFO
--- old/psutil-2.2.0/PKG-INFO   2015-01-06 16:38:32.0 +0100
+++ new/psutil-2.2.1/PKG-INFO   2015-02-02 14:09:59.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: psutil
-Version: 2.2.0
+Version: 2.2.1
 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-2.2.0/psutil/__init__.py 
new/psutil-2.2.1/psutil/__init__.py
--- old/psutil-2.2.0/psutil/__init__.py 2015-01-03 15:16:25.0 +0100
+++ new/psutil-2.2.1/psutil/__init__.py 2015-01-20 15:56:42.0 +0100
@@ -13,7 +13,7 @@
 from __future__ import division
 
 __author__ = "Giampaolo Rodola'"
-__version__ = "2.2.0"
+__version__ = "2.2.1"
 version_info = tuple([int(num) for num in __version__.split('.')])
 
 __all__ = [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-2.2.0/psutil/_pslinux.py 
new/psutil-2.2.1/psutil/_pslinux.py
--- old/psutil-2.2.0/psutil/_pslinux.py 2015-01-03 14:43:59.0 +0100
+++ new/psutil-2.2.1/psutil/_pslinux.py 2015-02-02 14:00:19.0 +0100
@@ -446,12 +446,12 @@
 _, laddr, raddr, status, _, _, _, _, _, inode = \
 line.split()[:10]
 if inode in inodes:
-# We assume inet sockets are unique, so we error
-# out if there are multiple references to the
-# same inode. We won't do this for UNIX sockets.
-if len(inodes[inode]) > 1 and family != socket.AF_UNIX:
-raise ValueError("ambiguos inode with multiple "
- "PIDs references")
+# # We assume inet sockets are unique, so 

commit python3-psutil for openSUSE:Factory

2015-01-08 Thread h_root
Hello community,

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

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


Package is "python3-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psutil/python3-psutil.changes
2014-11-19 20:30:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes   
2015-01-08 23:02:43.0 +0100
@@ -1,0 +2,21 @@
+Tue Jan  6 19:42:39 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- update to version 2.2.0:
+  * #521: drop support for Python 2.4 and 2.5.
+  * #553: new examples/pstree.py script.
+  * #564: C extension version mismatch in case the user messed up with psutil 
installation or with sys.path is now detected at import time.
+  * #568: New examples/pidof.py script.
+  * #569: [FreeBSD] add support for process CPU affinity.
+  * #496: [Solaris] can't import psutil.
+  * #547: [UNIX] Process.username() may raise KeyError if UID can't be 
resolved.
+  * #551: [Windows] get rid of the unicode hack for net_io_counters() NIC 
names.
+  * #556: [Linux] lots of file handles were left open.
+  * #561: [Linux] net_connections() might skip some legitimate UNIX sockets. 
(patch by spacewander)
+  * #565: [Windows] use proper encoding for psutil.Process.username() and 
psutil.users(). (patch by Sylvain Mouquet)
+  * #567: [Linux] in the alternative implementation of CPU affinity 
PyList_Append and Py_BuildValue return values are not checked.
+  * #569: [FreeBSD] fix memory leak in psutil.cpu_count(logical=False).
+  * #571: [Linux] Process.open_files() might swallow AccessDenied exceptions 
and return an incomplete list of open files.
+
+---

Old:

  psutil-2.1.3.tar.gz

New:

  psutil-2.2.0.tar.gz



Other differences:
--
++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.8h2pAm/_old  2015-01-08 23:02:44.0 +0100
+++ /var/tmp/diff_new_pack.8h2pAm/_new  2015-01-08 23:02:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-psutil
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,18 +17,18 @@
 
 
 Name:   python3-psutil
-Version:2.1.3
+Version:2.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:  python3-devel
-BuildRequires:  python3-2to3
-BuildRequires:  python3-setuptools
 BuildRequires:  net-tools
 BuildRequires:  procps
+BuildRequires:  python3-2to3
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
 Requires:   net-tools
 Requires:   procps
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ 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 python3-psutil for openSUSE:Factory

2014-11-19 Thread h_root
Hello community,

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

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


Package is "python3-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psutil/python3-psutil.changes
2014-09-30 19:42:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes   
2014-11-19 20:30:43.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:
--
++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.QiN3Oe/_old  2014-11-19 20:30:45.0 +0100
+++ /var/tmp/diff_new_pack.QiN3Oe/_new  2014-11-19 20:30:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-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/psdas

commit python3-psutil for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

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

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


Package is "python3-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psutil/python3-psutil.changes
2013-06-21 19:01:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes   
2014-09-30 19:42:29.0 +0200
@@ -1,0 +2,138 @@
+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

commit python3-psutil for openSUSE:Factory

2012-06-04 Thread h_root
Hello community,

here is the log from the commit of package python3-psutil for openSUSE:Factory 
checked in at 2012-06-04 09:38:38

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


Package is "python3-psutil", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

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