Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.exceptions for
openSUSE:Factory checked in at 2025-05-05 22:27:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.exceptions (Old)
and /work/SRC/openSUSE:Factory/.python-zope.exceptions.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.exceptions"
Mon May 5 22:27:24 2025 rev:18 rq:1274295 version:5.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.exceptions/python-zope.exceptions.changes
2024-11-17 16:40:02.332341955 +0100
+++
/work/SRC/openSUSE:Factory/.python-zope.exceptions.new.30101/python-zope.exceptions.changes
2025-05-05 22:59:44.328902047 +0200
@@ -1,0 +2,5 @@
+Mon May 5 04:32:08 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.exceptions.spec ++++++
--- /var/tmp/diff_new_pack.cPE44Q/_old 2025-05-05 22:59:46.076975545 +0200
+++ /var/tmp/diff_new_pack.cPE44Q/_new 2025-05-05 22:59:46.100976555 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-zope.exceptions
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -30,12 +30,14 @@
Release: 0
Summary: Zope Exceptions
License: ZPL-2.1
-Group: Development/Languages/Python
URL: https://cheeseshop.python.org/pypi/zope.exceptions
Source:
https://files.pythonhosted.org/packages/source/z/zope.exceptions/zope.exceptions-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-setuptools
Requires: python-zope.interface
Obsoletes: %{name}-doc
BuildArch: noarch
@@ -54,11 +56,11 @@
%autosetup -p1 -n zope.exceptions-%{version}
%build
-%python_build
+%pyproject_wheel
%install
%if !%{with test}
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif
@@ -73,7 +75,7 @@
%doc CHANGES.rst COPYRIGHT.txt README.rst
%dir %{python_sitelib}/zope/
%{python_sitelib}/zope/exceptions
-%{python_sitelib}/zope.exceptions-%{version}*-info
+%{python_sitelib}/zope[._]exceptions-%{version}.dist-info
%{python_sitelib}/zope.exceptions-%{version}*-nspkg.pth
%endif