Accepting request 1039638 from home:yarunachalam:branches:devel:languages:python

- Update to v1.8.0 
  Cleaned up use of cPickle. Contributed by Sandro Tosi in #62.
  Cleaned up more dead Python 2 code.
  Added Python 3.11 wheels.
  Dropped support for Python 3.6.

OBS-URL: https://build.opensuse.org/request/show/1039638
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lazy-object-proxy?expand=0&rev=25
This commit is contained in:
2022-12-02 21:37:01 +00:00
committed by Git OBS Bridge
parent 2d8e79ee39
commit 4275658602
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4
size 41995

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c219a00245af0f6fa4e95901ed28044544f50152840c5b6a3e7b2568db34d156
size 41884

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Dec 2 18:25:54 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v1.8.0
Cleaned up use of cPickle. Contributed by Sandro Tosi in #62.
Cleaned up more dead Python 2 code.
Added Python 3.11 wheels.
Dropped support for Python 3.6.
-------------------------------------------------------------------
Thu Aug 18 19:27:17 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@@ -27,7 +27,7 @@
%endif
%global skip_python2 1
Name: python-lazy-object-proxy%{psuffix}
Version: 1.7.1
Version: 1.8.0
Release: 0
Summary: Rebuild a new abstract syntax tree from Python's ast
License: BSD-2-Clause