Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zope.schema for openSUSE:Factory checked in at 2026-01-06 17:45:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zope.schema (Old) and /work/SRC/openSUSE:Factory/.python-zope.schema.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.schema" Tue Jan 6 17:45:51 2026 rev:19 rq:1325519 version:8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zope.schema/python-zope.schema.changes 2025-05-05 22:59:47.089018097 +0200 +++ /work/SRC/openSUSE:Factory/.python-zope.schema.new.1928/python-zope.schema.changes 2026-01-06 17:47:16.744277976 +0100 @@ -1,0 +2,10 @@ +Tue Jan 6 04:40:57 UTC 2026 - Steve Kowalik <[email protected]> + +- Update to 8.1: + * Remove unnecessary setuptools runtime dependency. + * Replace pkg_resources namespace with PEP 420 native namespace. + * Add support for Python 3.12, 3.13. + * Drop support for Python 3.7, 3.8. +- BuildRequire ourselves for the test flavor. + +------------------------------------------------------------------- Old: ---- zope.schema-7.0.1.tar.gz New: ---- zope_schema-8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zope.schema.spec ++++++ --- /var/tmp/diff_new_pack.I2Yh8X/_old 2026-01-06 17:47:17.272299698 +0100 +++ /var/tmp/diff_new_pack.I2Yh8X/_new 2026-01-06 17:47:17.272299698 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-zope.schema # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 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,13 +26,13 @@ %endif %{?sle15_python_module_pythons} Name: python-zope.schema%{psuffix} -Version: 7.0.1 +Version: 8.1 Release: 0 Summary: Zope interface extension for defining data schemas License: ZPL-2.1 URL: https://pypi.python.org/pypi/zope.schema -Source: https://files.pythonhosted.org/packages/source/z/zope.schema/zope.schema-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.7} +Source: https://files.pythonhosted.org/packages/source/z/zope.schema/zope_schema-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -41,9 +41,8 @@ Requires: python-zope.interface >= 5.0.0 BuildArch: noarch %if %{with test} -BuildRequires: %{python_module zope.event} BuildRequires: %{python_module zope.i18nmessageid} -BuildRequires: %{python_module zope.interface >= 3.6.0} +BuildRequires: %{python_module zope.schema = %{version}} BuildRequires: %{python_module zope.testing} BuildRequires: %{python_module zope.testrunner} %endif @@ -60,7 +59,7 @@ required. %prep -%setup -q -n zope.schema-%{version} +%setup -q -n zope_schema-%{version} rm -rf zope.schema.egg-info %build @@ -83,7 +82,6 @@ %doc COPYRIGHT.txt CHANGES.rst README.rst %dir %{python_sitelib}/zope %{python_sitelib}/zope/schema -%{python_sitelib}/zope[_.]schema-%{version}*info -%{python_sitelib}/zope.schema-%{version}*pth +%{python_sitelib}/zope[_.]schema-%{version}.dist-info %endif
