commit python-rpcq for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-rpcq for openSUSE:Factory checked in at 2021-01-31 16:52:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rpcq (Old) and /work/SRC/openSUSE:Factory/.python-rpcq.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-rpcq" Sun Jan 31 16:52:27 2021 rev:5 rq:868112 version:3.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rpcq/python-rpcq.changes 2021-01-30 13:57:47.274399132 +0100 +++ /work/SRC/openSUSE:Factory/.python-rpcq.new.28504/python-rpcq.changes 2021-01-31 16:52:28.852743308 +0100 @@ -1,0 +2,7 @@ +Sat Jan 30 08:10:52 UTC 2021 - andy great <andythe_great@pm.me> + +- Fix RPMLINT warning non-executable-script. +- Zero length rpcq/py.typed must be kept for PEP 561 compliance. +- Disable build for python 3.6 because numpy will not support it. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rpcq.spec ++++++ --- /var/tmp/diff_new_pack.PBGRnw/_old 2021-01-31 16:52:29.344744018 +0100 +++ /var/tmp/diff_new_pack.PBGRnw/_new 2021-01-31 16:52:29.348744024 +0100 @@ -18,6 +18,7 @@ %define packagename rpcq %define skip_python2 1 +%define skip_python36 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-rpcq Version: 3.8.0 @@ -49,6 +50,9 @@ %prep %setup -q -n %{packagename}-%{version} +# Fix non-executable-script +sed -i '/^#!/d' %{packagename}/core_messages.py +sed -i '/^#!/d' %{packagename}/messages.py %build %python_build
participants (1)
-
Source-Sync