Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.configuration for
openSUSE:Factory checked in at 2024-12-17 19:24:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.configuration (Old)
and /work/SRC/openSUSE:Factory/.python-zope.configuration.new.29675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.configuration"
Tue Dec 17 19:24:00 2024 rev:11 rq:1231599 version:6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.configuration/python-zope.configuration.changes
2024-03-18 16:44:39.783189119 +0100
+++
/work/SRC/openSUSE:Factory/.python-zope.configuration.new.29675/python-zope.configuration.changes
2024-12-17 19:24:45.880925358 +0100
@@ -1,0 +2,12 @@
+Tue Dec 17 05:07:47 UTC 2024 - Steve Kowalik <[email protected]>
+
+- Update to 6.0:
+ * Add support for checking environment variables in zcml conditions. Use
+ envvar or not-envvar. not-envvar is true when the variable is not set,
+ is empty, or has one of the usual 'false' values like '0'.
+ * Add support for Python 3.12, 3.13.
+ * Drop support for Python 3.7.
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------
Old:
----
zope.configuration-5.0.1.tar.gz
New:
----
zope_configuration-6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.configuration.spec ++++++
--- /var/tmp/diff_new_pack.EVbAL9/_old 2024-12-17 19:24:46.784962982 +0100
+++ /var/tmp/diff_new_pack.EVbAL9/_new 2024-12-17 19:24:46.784962982 +0100
@@ -27,18 +27,19 @@
%endif
%{?sle15_python_module_pythons}
Name: python-zope.configuration%{psuffix}
-Version: 5.0.1
+Version: 6.0
Release: 0
Summary: Zope Configuration Markup Language (ZCML)
License: ZPL-2.1
-Group: Development/Languages/Python
URL: http://www.python.org/pypi/zope.configuration
-Source:
https://files.pythonhosted.org/packages/source/z/zope.configuration/zope.configuration-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/z/zope.configuration/zope_configuration-%{version}.tar.gz
+BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-setuptools
Requires: python-zope.i18nmessageid
Requires: python-zope.interface
Requires: python-zope.schema >= 4.9
@@ -63,15 +64,15 @@
language is provided by default.
%prep
-%setup -q -n zope.configuration-%{version}
+%setup -q -n zope_configuration-%{version}
rm -rf zope.configuration.egg-info
%build
-%python_build
+%pyproject_wheel
%install
%if !%{with test}
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif
@@ -84,6 +85,9 @@
%files %{python_files}
%license LICENSE.txt
%doc CHANGES.rst COPYRIGHT.txt README.rst
-%{python_sitelib}/*
+%dir %{python_sitelib}/zope
+%{python_sitelib}/zope/configuration
+%{python_sitelib}/zope.configuration-%{version}.dist-info
+%{python_sitelib}/zope.configuration-6.0-*-nspkg.pth
%endif