]> git.pld-linux.org Git - packages/python-psutil.git/commitdiff
- up to 5.4.5 auto/th/python-psutil-5.4.5-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 31 May 2018 10:28:06 +0000 (12:28 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 31 May 2018 10:28:06 +0000 (12:28 +0200)
python-psutil.spec

index c1e7f88a0f0fb7de2125ce7ccd10a5e84149087b..dc8d5a84a34a7ab5aa1855ba05a3020f8c3d9c18 100644 (file)
 Summary:       A cross-platform process and system utilities module for Python
 Summary(pl.UTF-8):     Wieloplatformowe narzędzia do procesów i systemu dla Pythona
 Name:          python-%{module}
-Version:       5.4.2
+Version:       5.4.5
 Release:       1
 License:       BSD
 Group:         Development/Languages/Python
 #Source0Download: https://pypi.python.org/simple/psutil/
 Source0:       https://github.com/giampaolo/psutil/archive/release-%{version}.tar.gz
-# Source0-md5: 43ecc0c55e0985c8792736ab5721ac3b
+# Source0-md5: ce3e6b33706dd73eea4c37566eb9a0a1
 URL:           https://github.com/giampaolo/psutil
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
@@ -73,13 +73,13 @@ offered by command line tools.
 %if %{with python2}
 %py_build
 
-%{?with_tests:export PYTHONPATH=$(echo $(pwd)/build-2/lib.*); %{__python} psutil/tests/runner.py}
+%{?with_tests:export PYTHONPATH=$(echo $(pwd)/build-2/lib.*); %{__python} psutil/tests/__main__.py}
 %endif
 
 %if %{with python3}
 %py3_build
 
-%{?with_tests:export PYTHONPATH=$(echo $(pwd)/build-3/lib.*); %{__python3} psutil/tests/runner.py}
+%{?with_tests:export PYTHONPATH=$(echo $(pwd)/build-3/lib.*); %{__python3} psutil/tests/__main__.py}
 %endif
 
 %install
This page took 0.099522 seconds and 4 git commands to generate.