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-11-10 19:19:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.exceptions (Old)
and /work/SRC/openSUSE:Factory/.python-zope.exceptions.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.exceptions"
Mon Nov 10 19:19:46 2025 rev:19 rq:1316833 version:6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.exceptions/python-zope.exceptions.changes
2025-05-05 22:59:44.328902047 +0200
+++
/work/SRC/openSUSE:Factory/.python-zope.exceptions.new.1980/python-zope.exceptions.changes
2025-11-10 19:19:58.046952665 +0100
@@ -1,0 +2,8 @@
+Mon Nov 10 08:40:01 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 6.0:
+ * Replace pkg_resources namespace with PEP 420 native
+ namespace.
+ * Drop support for Python 3.8.
+
+-------------------------------------------------------------------
Old:
----
zope.exceptions-5.2.tar.gz
New:
----
zope_exceptions-6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.exceptions.spec ++++++
--- /var/tmp/diff_new_pack.piZDoy/_old 2025-11-10 19:19:59.054994986 +0100
+++ /var/tmp/diff_new_pack.piZDoy/_new 2025-11-10 19:19:59.054994986 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-zope.exceptions
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,12 +26,12 @@
%bcond_with test
%endif
Name: python-zope.exceptions%{psuffix}
-Version: 5.2
+Version: 6.0
Release: 0
Summary: Zope Exceptions
License: ZPL-2.1
URL: https://cheeseshop.python.org/pypi/zope.exceptions
-Source:
https://files.pythonhosted.org/packages/source/z/zope.exceptions/zope.exceptions-%{version}.tar.gz
+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}
@@ -53,7 +53,7 @@
general purpose that they don't belong in Zope application-specific packages.
%prep
-%autosetup -p1 -n zope.exceptions-%{version}
+%autosetup -p1 -n zope_exceptions-%{version}
%build
%pyproject_wheel
@@ -76,6 +76,5 @@
%dir %{python_sitelib}/zope/
%{python_sitelib}/zope/exceptions
%{python_sitelib}/zope[._]exceptions-%{version}.dist-info
-%{python_sitelib}/zope.exceptions-%{version}*-nspkg.pth
%endif