Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-lazr.delegates for
openSUSE:Factory checked in at 2026-03-11 20:53:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lazr.delegates (Old)
and /work/SRC/openSUSE:Factory/.python-lazr.delegates.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lazr.delegates"
Wed Mar 11 20:53:00 2026 rev:4 rq:1338099 version:2.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-lazr.delegates/python-lazr.delegates.changes
2025-05-31 19:17:11.443561245 +0200
+++
/work/SRC/openSUSE:Factory/.python-lazr.delegates.new.8177/python-lazr.delegates.changes
2026-03-11 20:53:52.750381228 +0100
@@ -1,0 +2,7 @@
+Tue Mar 10 21:45:00 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.1.1:
+ * Add support for Python 3.12 and 3.13.
+ * Drop support for Python 3.5, 3.6 and 3.7.
+
+-------------------------------------------------------------------
Old:
----
lazr.delegates-2.1.0.tar.gz
New:
----
lazr_delegates-2.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-lazr.delegates.spec ++++++
--- /var/tmp/diff_new_pack.XhtlAI/_old 2026-03-11 20:53:53.282402971 +0100
+++ /var/tmp/diff_new_pack.XhtlAI/_new 2026-03-11 20:53:53.282402971 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-lazr.delegates
#
-# 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
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-lazr.delegates
-Version: 2.1.0
+Version: 2.1.1
Release: 0
Summary: Easily write objects that delegate behavior
License: LGPL-3.0-only
URL: https://launchpad.net/lazr.delegates
-Source:
https://files.pythonhosted.org/packages/source/l/lazr.delegates/lazr.delegates-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/l/lazr.delegates/lazr_delegates-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -41,7 +41,7 @@
Easily write objects that delegate behavior
%prep
-%setup -q -n lazr.delegates-%{version}
+%setup -q -n lazr_delegates-%{version}
%build
sed -i "/'nose'/d" setup.py