python-psutil/python3-psutil.changes
2013-05-28 07:23:35 +00:00

39 lines
1.5 KiB
Plaintext

-------------------------------------------------------------------
Sat May 11 12:47:21 UTC 2013 - michael@stroeder.com
- Update to upstream release 0.7.1.
Many bug fixes, some new features and API changes
-------------------------------------------------------------------
Thu Nov 22 13:47:34 UTC 2012 - toddrme2178@gmail.com
- Removed openSUSE 11.4 spec file workarounds
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Thu Sep 6 13:05:51 UTC 2012 - toddrme2178@gmail.com
- Restore BuildRequires: python3 This package depends on hash
algorithms that are only available if python3 is installed,
python3-devel will not pull them in. Building will fail if
BuildRequires: python3 is removed.
-------------------------------------------------------------------
Fri May 25 04:31:23 UTC 2012 - highwaystar.ru@gmail.com
- python3 package added