2013-10-21 12:30:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 21 12:19:35 UTC 2013 - dmueller@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.
|
|
|
|
|
2013-07-22 06:17:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 19 10:52:59 UTC 2013 - dmueller@suse.com
|
|
|
|
|
|
|
|
- update to 1.0.1:
|
|
|
|
* network_io_counters(pernic=True) no longer works as intended in 1.0.0.
|
|
|
|
|
2013-07-11 15:03:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 11 14:27:00 UTC 2013 - dmueller@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().
|
|
|
|
|
2013-05-28 07:23:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 7 08:31:57 UTC 2013 - michael@stroeder.com
|
|
|
|
|
|
|
|
- Update to upstream release 0.7.1:
|
|
|
|
Many bug fixes, some new features and API changes
|
|
|
|
|
2013-01-02 21:56:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 2 19:44:41 UTC 2013 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Fix building on SLES
|
|
|
|
|
2012-10-08 09:27:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Oct 6 23:01:56 UTC 2012 - os-dev@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.
|
|
|
|
|
2012-05-25 06:56:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 25 04:29:28 UTC 2012 - highwaystar.ru@gmail.com
|
|
|
|
|
|
|
|
- python3 package added
|
|
|
|
- minor spec improvement
|
|
|
|
|
2012-04-24 07:52:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 24 07:44:19 UTC 2012 - saschpe@suse.de
|
|
|
|
|
|
|
|
- It's not a noarch package
|
|
|
|
|
2012-03-23 09:45:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 23 09:44:42 UTC 2012 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Spec file cleanup:
|
|
|
|
* No need for setuptools here, distribute replaces it completely
|
|
|
|
* Macro simplifcation
|
|
|
|
|
2012-03-23 09:41:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 19 22:00:43 UTC 2012 - cfarrell@suse.com
|
|
|
|
|
|
|
|
- First import
|
|
|
|
|