Changelog for
python3-psutil-1.2.1-1.5.x86_64.rpm :
Thu Dec 21 13:00:00 2017 mihai.dincaAATTsuse.com
- build python3 subpackage (FATE#324435, bsc#1073879)
Tue Sep 2 14:00:00 2014 roAATTsuse.de
- sanitize release line in specfile
Wed Nov 27 13:00:00 2013 p.drouandAATTgmail.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.
Mon Oct 21 14:00:00 2013 dmuellerAATTsuse.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.
Fri Jul 19 14:00:00 2013 dmuellerAATTsuse.com
- update to 1.0.1:
* network_io_counters(pernic=True) no longer works as intended in 1.0.0.
Thu Jul 11 14:00:00 2013 dmuellerAATTsuse.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().
Tue May 7 14:00:00 2013 michaelAATTstroeder.com
- Update to upstream release 0.7.1:
Many bug fixes, some new features and API changes
Wed Jan 2 13:00:00 2013 toddrme2178AATTgmail.com
- Fix building on SLES
Sat Oct 6 14:00:00 2012 os-devAATTjacraig.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.
Fri May 25 14:00:00 2012 highwaystar.ruAATTgmail.com
- python3 package added
- minor spec improvement
Tue Apr 24 14:00:00 2012 saschpeAATTsuse.de
- It\'s not a noarch package
Fri Mar 23 13:00:00 2012 saschpeAATTsuse.de
- Spec file cleanup:
* No need for setuptools here, distribute replaces it completely
* Macro simplifcation
Mon Mar 19 13:00:00 2012 cfarrellAATTsuse.com
- First import