Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-gear for openSUSE:Factory checked in at 2024-09-25 21:53:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gear (Old) and /work/SRC/openSUSE:Factory/.python-gear.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gear" Wed Sep 25 21:53:54 2024 rev:10 rq:1203239 version:0.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gear/python-gear.changes 2024-05-06 17:56:26.286044835 +0200 +++ /work/SRC/openSUSE:Factory/.python-gear.new.29891/python-gear.changes 2024-09-25 21:54:25.851125738 +0200 @@ -1,0 +2,7 @@ +Wed Sep 25 02:44:53 UTC 2024 - Steve Kowalik <[email protected]> + +- Update URL. +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gear.spec ++++++ --- /var/tmp/diff_new_pack.UgQWsp/_old 2024-09-25 21:54:26.375147534 +0200 +++ /var/tmp/diff_new_pack.UgQWsp/_new 2024-09-25 21:54:26.375147534 +0200 @@ -16,18 +16,17 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-gear Version: 0.16.0 Release: 0 Summary: Pure Python Async Gear Protocol Library License: Apache-2.0 -Group: Development/Languages/Python -URL: https://github.com/openstack-infra/gear +URL: https://opendev.org/opendev/gear Source: https://files.pythonhosted.org/packages/source/g/gear/gear-%{version}.tar.gz BuildRequires: %{python_module extras} BuildRequires: %{python_module fixtures >= 0.3.12} BuildRequires: %{python_module pbr >= 1.8.0} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pyOpenSSL} BuildRequires: %{python_module python-daemon >= 2.0.4} BuildRequires: %{python_module python-subunit} @@ -37,6 +36,7 @@ BuildRequires: %{python_module testresources} BuildRequires: %{python_module testscenarios} BuildRequires: %{python_module testtools >= 0.9.27} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-extras @@ -59,10 +59,10 @@ %endif %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %python_clone -a %{buildroot}%{_bindir}/geard @@ -78,6 +78,7 @@ %files %{python_files} %license LICENSE %doc README.rst ChangeLog AUTHORS -%{python_sitelib}/* +%{python_sitelib}/gear +%{python_sitelib}/gear-%{version}.dist-info %python_alternative %{_bindir}/geard
