Compare commits

...

1 Commits
main ... 1.1

4 changed files with 6 additions and 13 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,12 +1,3 @@
-------------------------------------------------------------------
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> Fri May 5 13:42:30 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

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