17
0

2 Commits

4 changed files with 12 additions and 24 deletions

BIN
lazy-object-proxy-1.10.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f5a462d92fd0cfb82f1fab28b51bfb209fabbe6aabf7f0d51472c0c124c0c61
size 43681

View File

@@ -1,16 +1,3 @@
-------------------------------------------------------------------
Mon Nov 24 01:20:29 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- 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.
-------------------------------------------------------------------
Fri May 30 10:23:55 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-lazy-object-proxy
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,16 +26,17 @@
%endif
%{?sle15_python_module_pythons}
Name: python-lazy-object-proxy%{psuffix}
Version: 1.12.0
Version: 1.10.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 >= 3.9}
Source: https://files.pythonhosted.org/packages/source/l/lazy-object-proxy/lazy-object-proxy-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 75}
BuildRequires: %{python_module setuptools_scm >= 8}
BuildRequires: %{python_module setuptools >= 45}
BuildRequires: %{python_module setuptools_scm >= 6.2}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -53,7 +54,7 @@ A fast and thorough lazy object proxy that rebuilds a new abstract syntax tree
from Python's ast
%prep
%setup -q -n lazy_object_proxy-%{version}
%setup -q -n lazy-object-proxy-%{version}
%build
%if !%{with test}
@@ -77,7 +78,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%doc AUTHORS.rst CHANGELOG.rst CONTRIBUTING.rst README.rst docs
%license LICENSE
%{python_sitearch}/lazy_object_proxy
%{python_sitearch}/lazy_object_proxy-%{version}.dist-info
%{python_sitearch}/lazy_object_proxy-%{version}*-info
%endif
%changelog