python programs rebuild

This commit is contained in:
Ertuğrul Erata
2016-03-03 19:51:13 +02:00
parent eb8bda6d03
commit 385e12c39f
5 changed files with 37 additions and 2 deletions
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>A cross-platform process utilities module for Python</Summary>
<Description>python-psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory) in a portable way by using Python, implementing many functionalities offered by command line tools like ps, top, kill, lsof and netstat.</Description>
<Archive sha1sum="d429096c9d0f6221152720f6b84a10b4a63087b3" type="targz">https://github.com/giampaolo/psutil/archive/release-2.2.1.tar.gz</Archive>
<Archive sha1sum="a00dd7259a104d47659075a862afdef84b826296" type="targz">https://github.com/giampaolo/psutil/archive/release-4.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
</BuildDependencies>
@@ -30,6 +30,13 @@
</Package>
<History>
<Update release="4">
<Date>2016-03-02</Date>
<Version>4.0.0</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2015-04-12</Date>
<Version>2.2.1</Version>