Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11037845
D629.id1645.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
12 KB
Referenced Files
None
Subscribers
None
D629.id1645.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,21 +1,18 @@
-name : python-psutil
-version : 4.1.0
-release : 3
+name : python-psutil
+version : 5.2.2
+release : 4
source :
- - https://github.com/giampaolo/psutil/archive/release-4.1.0.tar.gz : 5d3fb2c74ec79f2bbebaccb935d929b26c9051f055f734191a06ba6987de02b1
-license : BSD
-component : programming.python
-summary : A cross-platform process and system utilities module for Python
-description : |
+ - https://github.com/giampaolo/psutil/archive/release-5.2.2.tar.gz : ed4711cc736330c6093fdfe775c5b6d5a4111a427562349d92ee51588dd06e2c
+license : BSD
+component : programming.python
+summary : A cross-platform process and system utilities module for Python
+description: |
A cross-platform process and system utilities module for Python
builddeps :
- - pkgconfig(python-2.7)
- pkgconfig(python-3.5)
build : |
- for py in "python" "python3" ; do
- ${py} setup.py build
- done
+ %python_setup
+ %python3_setup
install : |
- for py in "python" "python3" ; do
- ${py} setup.py install --root=%installroot% --no-compile -O0
- done
+ %python_install
+ %python3_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,10 +2,11 @@
<Source>
<Name>python-psutil</Name>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Ewan Paterson</Name>
+ <Email>ewan.paterson@hotmail.co.uk</Email>
</Packager>
<License>BSD</License>
+ <PartOf>programming.python</PartOf>
<Summary xml:lang="en">A cross-platform process and system utilities module for Python</Summary>
<Description xml:lang="en">A cross-platform process and system utilities module for Python
</Description>
@@ -18,17 +19,109 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python2.7</Path>
- <Path fileType="library">/usr/lib/python3.5</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil-5.2.2-py2.7.egg-info</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/_common.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/_common.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/_compat.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/_compat.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/_psbsd.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/_psbsd.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/_pslinux.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/_pslinux.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/_psosx.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/_psosx.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/_psposix.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/_psposix.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/_pssunos.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/_pssunos.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/_psutil_linux.so</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/_psutil_posix.so</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/_pswindows.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/_pswindows.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/runner.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/runner.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_bsd.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_bsd.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_linux.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_linux.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_memory_leaks.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_memory_leaks.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_misc.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_misc.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_osx.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_osx.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_posix.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_posix.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_process.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_process.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_sunos.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_sunos.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_system.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_system.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_windows.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psutil/tests/test_windows.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil-5.2.2-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil-5.2.2-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil-5.2.2-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil-5.2.2-py3.5.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil-5.2.2-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/__pycache__/_common.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/__pycache__/_compat.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/__pycache__/_psbsd.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/__pycache__/_pslinux.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/__pycache__/_psosx.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/__pycache__/_psposix.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/__pycache__/_pssunos.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/__pycache__/_pswindows.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/_common.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/_compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/_psbsd.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/_pslinux.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/_psosx.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/_psposix.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/_pssunos.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/_psutil_linux.cpython-35m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/_psutil_posix.cpython-35m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/_pswindows.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/__pycache__/runner.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/__pycache__/test_bsd.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/__pycache__/test_linux.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/__pycache__/test_memory_leaks.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/__pycache__/test_misc.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/__pycache__/test_osx.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/__pycache__/test_posix.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/__pycache__/test_process.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/__pycache__/test_sunos.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/__pycache__/test_system.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/__pycache__/test_windows.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/runner.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/test_bsd.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/test_linux.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/test_memory_leaks.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/test_misc.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/test_osx.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/test_posix.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/test_process.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/test_sunos.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/test_system.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/psutil/tests/test_windows.py</Path>
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2016-04-08</Date>
- <Version>4.1.0</Version>
+ <Update release="4">
+ <Date>2017-08-02</Date>
+ <Version>5.2.2</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Ewan Paterson</Name>
+ <Email>ewan.paterson@hotmail.co.uk</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 9:19 PM (1 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5834820
Default Alt Text
D629.id1645.diff (12 KB)
Attached To
Mode
D629: Update python-psutil to 5.3.1
Attached
Detach File
Event Timeline
Log In to Comment