Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-httplib2 for openSUSE:Factory checked in at 2023-07-06 18:28:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-httplib2 (Old) and /work/SRC/openSUSE:Factory/.python-httplib2.new.23466 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-httplib2" Thu Jul 6 18:28:00 2023 rev:56 rq:1096901 version:0.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-httplib2/python-httplib2.changes 2023-06-16 16:51:57.644677629 +0200 +++ /work/SRC/openSUSE:Factory/.python-httplib2.new.23466/python-httplib2.changes 2023-07-06 18:28:04.482925407 +0200 @@ -1,0 +2,5 @@ +Wed Jul 5 07:47:13 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Clean up SPEC file. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-httplib2.spec ++++++ --- /var/tmp/diff_new_pack.m58ny0/_old 2023-07-06 18:28:05.286930343 +0200 +++ /var/tmp/diff_new_pack.m58ny0/_new 2023-07-06 18:28:05.290930367 +0200 @@ -26,7 +26,8 @@ License: Apache-2.0 AND MIT AND (GPL-2.0-or-later OR MPL-1.1 OR LGPL-2.1-or-later) URL: https://github.com/httplib2/httplib2 Source: https://files.pythonhosted.org/packages/source/h/httplib2/httplib2-%{version}.tar.gz -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: ca-certificates @@ -45,27 +46,21 @@ left out of other HTTP libraries. %prep -%setup -q -n httplib2-%{version} +%autosetup -p1 -n httplib2-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%if %{with tests} %check -%if %{have_python2} -python2 python2/httplib2test.py -%endif -%if %{have_python3} -python3 python3/httplib2test.py -%endif -%endif +# Tests require network connection +# python3 python3/httplib2test.py %files %{python_files} -%{python_sitelib}/httplib2-%{version}-py*.egg-info +%{python_sitelib}/httplib2-%{version}*-info %{python_sitelib}/httplib2 %changelog