Sync from SUSE:SLFO:Main python-lazy-object-proxy revision 5f1d115bf74371e5d18b7ca4812fcf32
This commit is contained in:
parent
16db31e669
commit
5895343b1b
BIN
lazy-object-proxy-1.10.0.tar.gz
(Stored with Git LFS)
Normal file
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)
BIN
lazy-object-proxy-1.9.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user