diff --git a/Makefile b/Makefile index 895ce53..c5d0555 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := psutil -URL = https://files.pythonhosted.org/packages/7d/9a/1e93d41708f8ed2b564395edfa3389f0fd6d567597401c2e5e2775118d8b/psutil-5.4.7.tar.gz +URL = https://files.pythonhosted.org/packages/e3/58/0eae6e4466e5abf779d7e2b71fac7fba5f59e00ea36ddb3ed690419ccb0f/psutil-5.4.8.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index fd748fb..33b8ec9 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = psutil -url = https://files.pythonhosted.org/packages/7d/9a/1e93d41708f8ed2b564395edfa3389f0fd6d567597401c2e5e2775118d8b/psutil-5.4.7.tar.gz +url = https://files.pythonhosted.org/packages/e3/58/0eae6e4466e5abf779d7e2b71fac7fba5f59e00ea36ddb3ed690419ccb0f/psutil-5.4.8.tar.gz archives = giturl = https://github.com/giampaolo/psutil.git @@ -21,6 +21,8 @@ broken_parallel_build = false compat = false # set conservative build flags conservative_flags = false +# dev package requires the extras to be installed +dev_requires_extras = false # pass -ffast-math to compiler fast-math = false # optimize build for speed over size diff --git a/psutil.spec b/psutil.spec index bb374cf..6548fe1 100644 --- a/psutil.spec +++ b/psutil.spec @@ -3,16 +3,16 @@ # Generated by: autospec.py # Name : psutil -Version : 5.4.7 -Release : 56 -URL : https://files.pythonhosted.org/packages/7d/9a/1e93d41708f8ed2b564395edfa3389f0fd6d567597401c2e5e2775118d8b/psutil-5.4.7.tar.gz -Source0 : https://files.pythonhosted.org/packages/7d/9a/1e93d41708f8ed2b564395edfa3389f0fd6d567597401c2e5e2775118d8b/psutil-5.4.7.tar.gz +Version : 5.4.8 +Release : 57 +URL : https://files.pythonhosted.org/packages/e3/58/0eae6e4466e5abf779d7e2b71fac7fba5f59e00ea36ddb3ed690419ccb0f/psutil-5.4.8.tar.gz +Source0 : https://files.pythonhosted.org/packages/e3/58/0eae6e4466e5abf779d7e2b71fac7fba5f59e00ea36ddb3ed690419ccb0f/psutil-5.4.8.tar.gz Summary : Cross-platform lib for process and system monitoring in Python. Group : Development/Tools License : BSD-3-Clause -Requires: psutil-python3 -Requires: psutil-license -Requires: psutil-python +Requires: psutil-license = %{version}-%{release} +Requires: psutil-python = %{version}-%{release} +Requires: psutil-python3 = %{version}-%{release} BuildRequires : buildreq-distutils3 BuildRequires : procps-ng @@ -31,7 +31,7 @@ license components for the psutil package. %package python Summary: python components for the psutil package. Group: Default -Requires: psutil-python3 +Requires: psutil-python3 = %{version}-%{release} %description python python components for the psutil package. @@ -47,21 +47,21 @@ python3 components for the psutil package. %prep -%setup -q -n psutil-5.4.7 +%setup -q -n psutil-5.4.8 %build export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C -export SOURCE_DATE_EPOCH=1534288072 -python3 setup.py build -b py3 +export SOURCE_DATE_EPOCH=1540905122 +python3 setup.py build %install rm -rf %{buildroot} -mkdir -p %{buildroot}/usr/share/doc/psutil -cp LICENSE %{buildroot}/usr/share/doc/psutil/LICENSE -python3 -tt setup.py build -b py3 install --root=%{buildroot} +mkdir -p %{buildroot}/usr/share/package-licenses/psutil +cp LICENSE %{buildroot}/usr/share/package-licenses/psutil/LICENSE +python3 -tt setup.py build install --root=%{buildroot} echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : echo ----[ mark ]---- @@ -70,8 +70,8 @@ echo ----[ mark ]---- %defattr(-,root,root,-) %files license -%defattr(-,root,root,-) -/usr/share/doc/psutil/LICENSE +%defattr(0644,root,root,0755) +/usr/share/package-licenses/psutil/LICENSE %files python %defattr(-,root,root,-) diff --git a/release b/release index f6b91e0..e1617e8 100644 --- a/release +++ b/release @@ -1 +1 @@ -56 +57 diff --git a/upstream b/upstream index 4f40768..d4e5430 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -4c7c8cb5a4915eb7148a1080030f9097be87d3e4/psutil-5.4.7.tar.gz +7d6e5e8532a619fca7ea90863f1edc5997799055/psutil-5.4.8.tar.gz diff --git a/whatrequires b/whatrequires index 2fe76a9..6c610ce 100644 --- a/whatrequires +++ b/whatrequires @@ -1,7 +1,6 @@ # This file contains recursive sources that require this package -gjs glances mozjs mozjs38 mozjs52 -ostree +mozjs60