15
0

- 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).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lazy-object-proxy?expand=0&rev=31
This commit is contained in:
2023-12-16 21:02:52 +00:00
committed by Git OBS Bridge
parent e3ef373568
commit 6171c7b00b
4 changed files with 13 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
%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