Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.location for
openSUSE:Factory checked in at 2025-02-06 22:04:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.location (Old)
and /work/SRC/openSUSE:Factory/.python-zope.location.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.location"
Thu Feb 6 22:04:51 2025 rev:8 rq:1243428 version:5.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.location/python-zope.location.changes
2025-01-31 16:03:33.233856672 +0100
+++
/work/SRC/openSUSE:Factory/.python-zope.location.new.2316/python-zope.location.changes
2025-02-06 22:06:26.164615875 +0100
@@ -1,0 +2,11 @@
+Wed Feb 5 13:01:45 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.
+ * Add tests for minimal dependencies.
+ * Add ``copy`` extra to include the ``zope.copy`` dependency.
+- Adjust upstream source name in spec file
+- Drop minimal-dependencies.patch, merged upstream
+
+-------------------------------------------------------------------
Old:
----
minimal-dependencies.patch
zope.location-5.0.tar.gz
New:
----
zope_location-5.1.tar.gz
BETA DEBUG BEGIN:
Old:- Adjust upstream source name in spec file
- Drop minimal-dependencies.patch, merged upstream
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.location.spec ++++++
--- /var/tmp/diff_new_pack.jq6Dqq/_old 2025-02-06 22:06:27.180657743 +0100
+++ /var/tmp/diff_new_pack.jq6Dqq/_new 2025-02-06 22:06:27.184657908 +0100
@@ -27,15 +27,13 @@
%endif
%{?sle15_python_module_pythons}
Name: python-zope.location%{psuffix}
-Version: 5.0
+Version: 5.1
Release: 0
Summary: Zope Location
License: ZPL-2.1
Group: Development/Languages/Python
URL: https://www.python.org/pypi/zope.location
-Source:
https://files.pythonhosted.org/packages/source/z/zope.location/zope.location-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM https://github.com/zopefoundation/zope.location/pull/14
Add tests for minimal dependencies.
-Patch: minimal-dependencies.patch
+Source:
https://files.pythonhosted.org/packages/source/z/zope_location/zope_location-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module zope.schema >= 4.2.2}
@@ -58,7 +56,7 @@
In Zope3, location are special objects that has a structural location.
%prep
-%autosetup -p1 -n zope.location-%{version}
+%autosetup -p1 -n zope_location-%{version}
rm -rf src/zope.location.egg-info
%build