1
0
forked from pool/python-psutil

Accepting request 137337 from home:poorboywilly:branches:devel:languages:python

Update to 0.6.1, remove references to deleted docs dir., remove unnecessary shebangs from python scripts.

OBS-URL: https://build.opensuse.org/request/show/137337
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=9
This commit is contained in:
Sascha Peilicke
2012-10-08 09:27:07 +00:00
committed by Git OBS Bridge
parent 312e68afdc
commit ae6f6f8b2c
6 changed files with 47 additions and 16 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Fri May 25 04:29:28 UTC 2012 - highwaystar.ru@gmail.com