]> git.pld-linux.org Git - packages/python-psutil.git/commitdiff
- up to 5.6.2 auto/th/python-psutil-5.6.2-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 30 May 2019 08:20:46 +0000 (10:20 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 30 May 2019 08:20:46 +0000 (10:20 +0200)
python-psutil.spec

index 57d01cf6836ad3aa8000d4b0d0602321c271be73..b70a089bebc9312b665e8e9a2f64b5afab977c7b 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.5.1
+Version:       5.6.2
 Release:       1
 License:       BSD
 Group:         Development/Languages/Python
 #Source0Download: https://pypi.org/simple/psutil/
 Source0:       https://github.com/giampaolo/psutil/archive/release-%{version}/%{module}-%{version}.tar.gz
-# Source0-md5: 10857df70e12bc7ae477634c0297a2ee
+# Source0-md5: 454b4a34cf08a6ab3688903e4d37e5a8
 URL:           https://github.com/giampaolo/psutil
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
@@ -126,7 +126,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python2}
 %files
 %defattr(644,root,root,755)
-%doc CREDITS HISTORY.rst IDEAS LICENSE README.rst
+%doc CREDITS HISTORY.rst LICENSE README.rst
 %dir %{py_sitedir}/psutil
 %attr(755,root,root) %{py_sitedir}/psutil/_psutil_linux.so
 %attr(755,root,root) %{py_sitedir}/psutil/_psutil_posix.so
@@ -137,7 +137,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python3}
 %files -n python3-%{module}
 %defattr(644,root,root,755)
-%doc CREDITS HISTORY.rst IDEAS LICENSE README.rst
+%doc CREDITS HISTORY.rst LICENSE README.rst
 %dir %{py3_sitedir}/psutil
 %attr(755,root,root) %{py3_sitedir}/psutil/_psutil_linux.*.so
 %attr(755,root,root) %{py3_sitedir}/psutil/_psutil_posix.*.so
This page took 0.140919 seconds and 4 git commands to generate.