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.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes       
2015-06-18 06:37:34.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.mBaONe/_new  2015-06-18 06:37:35.000000000 +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)


Reply via email to