Sync from SUSE:SLFO:Main python-lazy-object-proxy revision 5f1d115bf74371e5d18b7ca4812fcf32

This commit is contained in:
Adrian Schröter 2024-12-13 11:42:33 +01:00
parent 16db31e669
commit 5895343b1b
4 changed files with 13 additions and 6 deletions

BIN
lazy-object-proxy-1.10.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
lazy-object-proxy-1.9.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Dec 16 21:01:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.10.0:
* Added Python 3.12 wheels.
* Dropped support for Python 3.7.
* Applied some reformatting and lint fixes using ruff to the
codebase (mostly more Python 2 leftover cleanups).
-------------------------------------------------------------------
Fri May 5 13:42:30 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python3-%{**}}
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@ -25,10 +24,9 @@
%define psuffix %{nil}
%bcond_with test
%endif
%global skip_python2 1
%{?sle15_python_module_pythons}
Name: python-lazy-object-proxy%{psuffix}
Version: 1.9.0
Version: 1.10.0
Release: 0
Summary: Rebuild a new abstract syntax tree from Python's ast
License: BSD-2-Clause