diff --git a/lazy-object-proxy-1.10.0.tar.gz b/lazy-object-proxy-1.10.0.tar.gz new file mode 100644 index 0000000..be453bc --- /dev/null +++ b/lazy-object-proxy-1.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78247b6d45f43a52ef35c25b5581459e85117225408a4128a3daf8bf9648ac69 +size 43271 diff --git a/lazy-object-proxy-1.9.0.tar.gz b/lazy-object-proxy-1.9.0.tar.gz deleted file mode 100644 index e5f9865..0000000 --- a/lazy-object-proxy-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:659fb5809fa4629b8a1ac5106f669cfc7bef26fbb389dda53b3e010d1ac4ebae -size 42830 diff --git a/python-lazy-object-proxy.changes b/python-lazy-object-proxy.changes index 9b4643b..e45d8d0 100644 --- a/python-lazy-object-proxy.changes +++ b/python-lazy-object-proxy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Dec 16 21:01:46 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-lazy-object-proxy.spec b/python-lazy-object-proxy.spec index 083f25a..6a221a0 100644 --- a/python-lazy-object-proxy.spec +++ b/python-lazy-object-proxy.spec @@ -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