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.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes       
2015-01-08 23:02:43.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.8h2pAm/_new  2015-01-08 23:02:44.000000000 +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

Reply via email to