Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.deprecation for
openSUSE:Factory checked in at 2025-01-20 17:15:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.deprecation (Old)
and /work/SRC/openSUSE:Factory/.python-zope.deprecation.new.5589 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.deprecation"
Mon Jan 20 17:15:05 2025 rev:14 rq:1238983 version:5.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.deprecation/python-zope.deprecation.changes
2023-07-26 13:24:59.304377865 +0200
+++
/work/SRC/openSUSE:Factory/.python-zope.deprecation.new.5589/python-zope.deprecation.changes
2025-01-20 17:15:43.169023082 +0100
@@ -1,0 +2,7 @@
+Mon Jan 20 09:49:50 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 5.1
+ * Add support for Python 3.12, 3.13.
+ * Drop support for Python 3.7, 3.8.
+
+-------------------------------------------------------------------
Old:
----
zope.deprecation-5.0.tar.gz
New:
----
zope_deprecation-5.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.deprecation.spec ++++++
--- /var/tmp/diff_new_pack.Tpbo0z/_old 2025-01-20 17:15:43.653043021 +0100
+++ /var/tmp/diff_new_pack.Tpbo0z/_new 2025-01-20 17:15:43.657043186 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-zope.deprecation
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -19,12 +19,12 @@
%{?sle15_python_module_pythons}
Name: python-zope.deprecation
-Version: 5.0
+Version: 5.1
Release: 0
Summary: Zope Deprecation Infrastructure
License: ZPL-2.1
URL: https://pypi.python.org/pypi/zope.deprecation
-Source:
https://files.pythonhosted.org/packages/source/z/zope.deprecation/zope.deprecation-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/z/zope.deprecation/zope_deprecation-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -49,8 +49,8 @@
This package contains documentation files for %{name}.
%prep
-%setup -q -n zope.deprecation-%{version}
-rm -rf zope.deprecation.egg-info
+%setup -q -n zope_deprecation-%{version}
+rm -rf zope_deprecation.egg-info
%build
%python_build