Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-lazy-object-proxy for
openSUSE:Factory checked in at 2025-11-24 14:13:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lazy-object-proxy (Old)
and /work/SRC/openSUSE:Factory/.python-lazy-object-proxy.new.14147 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lazy-object-proxy"
Mon Nov 24 14:13:49 2025 rev:19 rq:1319606 version:1.12.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-lazy-object-proxy/python-lazy-object-proxy.changes
2025-05-31 19:17:10.271512809 +0200
+++
/work/SRC/openSUSE:Factory/.python-lazy-object-proxy.new.14147/python-lazy-object-proxy.changes
2025-11-24 14:16:28.951732555 +0100
@@ -1,0 +2,13 @@
+Mon Nov 24 01:20:29 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Update to 1.12.0:
+ * Fixed testing issues when C extensions are not desired.
+ * Added support for GraalPy.
+ * Fixed testing issues on Python 3.14.
+ * Modernized packaging to have metadata in ``pyproject.toml``.
+ * Added Python 3.14 wheels.
+ * Added Python 3.13 wheels.
+ * Added support for ``__format__``.
+ * Dropped support for Python 3.8.
+
+-------------------------------------------------------------------
Old:
----
lazy-object-proxy-1.10.0.tar.gz
New:
----
lazy_object_proxy-1.12.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-lazy-object-proxy.spec ++++++
--- /var/tmp/diff_new_pack.kzx6mR/_old 2025-11-24 14:16:29.419752218 +0100
+++ /var/tmp/diff_new_pack.kzx6mR/_new 2025-11-24 14:16:29.423752386 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-lazy-object-proxy
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 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,17 +26,16 @@
%endif
%{?sle15_python_module_pythons}
Name: python-lazy-object-proxy%{psuffix}
-Version: 1.10.0
+Version: 1.12.0
Release: 0
Summary: Rebuild a new abstract syntax tree from Python's ast
License: BSD-2-Clause
-Group: Development/Libraries/Python
URL: https://github.com/ionelmc/python-lazy-object-proxy
-Source:
https://files.pythonhosted.org/packages/source/l/lazy-object-proxy/lazy-object-proxy-%{version}.tar.gz
-BuildRequires: %{python_module devel}
+Source:
https://files.pythonhosted.org/packages/source/l/lazy-object-proxy/lazy_object_proxy-%{version}.tar.gz
+BuildRequires: %{python_module devel >= 3.9}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module setuptools >= 45}
-BuildRequires: %{python_module setuptools_scm >= 6.2}
+BuildRequires: %{python_module setuptools >= 75}
+BuildRequires: %{python_module setuptools_scm >= 8}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -54,7 +53,7 @@
from Python's ast
%prep
-%setup -q -n lazy-object-proxy-%{version}
+%setup -q -n lazy_object_proxy-%{version}
%build
%if !%{with test}
@@ -78,6 +77,6 @@
%doc AUTHORS.rst CHANGELOG.rst CONTRIBUTING.rst README.rst docs
%license LICENSE
%{python_sitearch}/lazy_object_proxy
-%{python_sitearch}/lazy_object_proxy-%{version}*-info
+%{python_sitearch}/lazy_object_proxy-%{version}.dist-info
%endif