Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.deprecation for
openSUSE:Factory checked in at 2025-05-05 22:29:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.deprecation (Old)
and /work/SRC/openSUSE:Factory/.python-zope.deprecation.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.deprecation"
Mon May 5 22:29:51 2025 rev:15 rq:1274648 version:5.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.deprecation/python-zope.deprecation.changes
2025-01-20 17:15:43.169023082 +0100
+++
/work/SRC/openSUSE:Factory/.python-zope.deprecation.new.30101/python-zope.deprecation.changes
2025-05-05 22:59:42.124809376 +0200
@@ -1,0 +2,5 @@
+Mon May 5 11:23:05 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.deprecation.spec ++++++
--- /var/tmp/diff_new_pack.M2HtQq/_old 2025-05-05 22:59:43.640873119 +0200
+++ /var/tmp/diff_new_pack.M2HtQq/_new 2025-05-05 22:59:43.672874465 +0200
@@ -25,6 +25,7 @@
License: ZPL-2.1
URL: https://pypi.python.org/pypi/zope.deprecation
Source:
https://files.pythonhosted.org/packages/source/z/zope.deprecation/zope_deprecation-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -53,22 +54,21 @@
rm -rf zope_deprecation.egg-info
%build
-%python_build
+%pyproject_wheel
sphinx-build -b html docs build/sphinx/html && rm -r
build/sphinx/html/.{buildinfo,doctrees}
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-pushd build/lib
%pyunittest -v zope.deprecation.tests
%files %{python_files}
%license LICENSE.txt
%doc CHANGES.rst COPYRIGHT.txt README.rst
%dir %{python_sitelib}/zope
-%{python_sitelib}/zope.deprecation-%{version}*-info
+%{python_sitelib}/zope[_.]deprecation-%{version}*info
%{python_sitelib}/zope.deprecation-%{version}*-nspkg.pth
%{python_sitelib}/zope/deprecation