Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.component for
openSUSE:Factory checked in at 2024-10-24 15:44:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.component (Old)
and /work/SRC/openSUSE:Factory/.python-zope.component.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.component"
Thu Oct 24 15:44:51 2024 rev:14 rq:1217992 version:6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.component/python-zope.component.changes
2024-01-17 22:14:59.798328459 +0100
+++
/work/SRC/openSUSE:Factory/.python-zope.component.new.2020/python-zope.component.changes
2024-10-24 15:45:40.859369534 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 09:08:54 UTC 2024 - Dirk Müller <[email protected]>
+
+- switch to PEP517 build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.component.spec ++++++
--- /var/tmp/diff_new_pack.XmZR7T/_old 2024-10-24 15:45:41.475395140 +0200
+++ /var/tmp/diff_new_pack.XmZR7T/_new 2024-10-24 15:45:41.479395307 +0200
@@ -1,5 +1,5 @@
#
-# spec file
+# spec file for package python-zope.component
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
@@ -34,7 +34,9 @@
Group: Development/Languages/Python
URL: https://github.com/zopefoundation/zope.component
Source:
https://files.pythonhosted.org/packages/source/z/zope.component/zope.component-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-zope.event
@@ -72,11 +74,11 @@
rm -rf src/zope.component.egg-info
%build
-%python_build
+%pyproject_wheel
%install
%if !%{with test}
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif
@@ -90,6 +92,9 @@
%defattr(-,root,root)
%license LICENSE.txt COPYRIGHT.txt
%doc CHANGES.rst README.rst
-%{python_sitelib}/*
+%dir %{python_sitelib}/zope
+%{python_sitelib}/zope/component
+%{python_sitelib}/zope.component-%{version}-py*-nspkg.pth
+%{python_sitelib}/zope.component-%{version}.dist-info
%endif