Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zope.security for openSUSE:Factory checked in at 2024-10-10 22:15:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zope.security (Old) and /work/SRC/openSUSE:Factory/.python-zope.security.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.security" Thu Oct 10 22:15:02 2024 rev:17 rq:1206724 version:7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zope.security/python-zope.security.changes 2024-09-09 14:45:38.405683868 +0200 +++ /work/SRC/openSUSE:Factory/.python-zope.security.new.19354/python-zope.security.changes 2024-10-10 22:15:08.675426508 +0200 @@ -1,0 +2,9 @@ +Thu Oct 10 14:40:22 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to 7.3 + * Respect ``PURE_PYTHON`` environment variable set to ``0``. +- from version 7.2 + * Declare final support for Python 3.13. +- Adjust upstream source name in spec file + +------------------------------------------------------------------- Old: ---- zope.security-7.1.tar.gz New: ---- zope_security-7.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zope.security.spec ++++++ --- /var/tmp/diff_new_pack.fXSu8c/_old 2024-10-10 22:15:10.299494099 +0200 +++ /var/tmp/diff_new_pack.fXSu8c/_new 2024-10-10 22:15:10.303494265 +0200 @@ -27,13 +27,13 @@ %bcond_with test %endif Name: python-zope.security%{psuffix} -Version: 7.1 +Version: 7.3 Release: 0 Summary: Zope Security Framework License: ZPL-2.1 Group: Development/Languages/Python URL: https://www.python.org/pypi/zope.security -Source0: https://files.pythonhosted.org/packages/source/z/zope.security/zope.security-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/z/zope_security/zope_security-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module zope.interface} @@ -66,7 +66,7 @@ policies on Python objects. %prep -%setup -q -n zope.security-%{version} +%setup -q -n zope_security-%{version} %build %python_build