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 2026-03-30 18:32:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.component (Old)
and /work/SRC/openSUSE:Factory/.python-zope.component.new.1999 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.component"
Mon Mar 30 18:32:04 2026 rev:16 rq:1343555 version:7.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.component/python-zope.component.changes
2025-04-10 22:00:29.663722084 +0200
+++
/work/SRC/openSUSE:Factory/.python-zope.component.new.1999/python-zope.component.changes
2026-03-30 18:35:33.417738349 +0200
@@ -1,0 +2,12 @@
+Mon Mar 30 03:49:32 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 7.1:
+ * Move package metadata from setup.py to pyproject.toml.
+ * Add support for Python 3.14.
+ * Drop support for Python 3.9.
+ * Remove run-time dependency on setuptools.
+ * Make .testlayer.ZCMLFileLayer compatible with PEP-420 namespace packages.
+ * Replace pkg_resources namespace with PEP 420 native namespace.
+- Convert to noarch, it doesn't build any binaries.
+
+-------------------------------------------------------------------
Old:
----
zope.component-6.0.tar.gz
New:
----
zope_component-7.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.component.spec ++++++
--- /var/tmp/diff_new_pack.KePwXc/_old 2026-03-30 18:35:33.993762432 +0200
+++ /var/tmp/diff_new_pack.KePwXc/_new 2026-03-30 18:35:33.993762432 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-zope.component
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -27,13 +27,13 @@
%endif
%{?sle15_python_module_pythons}
Name: python-zope.component%{psuffix}
-Version: 6.0
+Version: 7.1
Release: 0
Summary: Zope Component Architecture
License: ZPL-2.1
-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
+Source:
https://files.pythonhosted.org/packages/source/z/zope.component/zope_component-%{version}.tar.gz
+BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -41,7 +41,7 @@
BuildRequires: python-rpm-macros
Requires: python-zope.event
Requires: python-zope.hookable >= 4.2.0
-Requires: python-zope.interface >= 5.3.0a1
+Requires: python-zope.interface >= 5.3
#test requirements
%if %{with test}
BuildRequires: %{python_module zope.component = %{version}}
@@ -56,6 +56,7 @@
BuildRequires: %{python_module zope.security}
%endif
%endif
+BuildArch: noarch
%python_subpackages
%description
@@ -70,7 +71,7 @@
documentation.
%prep
-%setup -q -n zope.component-%{version}
+%setup -q -n zope_component-%{version}
rm -rf src/zope.component.egg-info
%build
@@ -94,7 +95,6 @@
%doc CHANGES.rst README.rst
%dir %{python_sitelib}/zope
%{python_sitelib}/zope/component
-%{python_sitelib}/zope.component-%{version}-py*-nspkg.pth
%{python_sitelib}/zope[_.]component-%{version}.dist-info
%endif