Accepting request 784299 from home:mcalabkova:branches:devel:languages:python
- update to 4.6.1 * Stop installing C header files on PyPy * Fix slicing of PersistentList to always return instances of the same class. * Fix copying of PersistentList and PersistentMapping using copy.copy to also copy the underlying data object. * Update the handling of the PURE_PYTHON environment variable. * Add preliminary support for Python 3.9a3+. * Fix the Python implementation of the PickleCache to be able to store objects that cannot be weakly referenced. * Add support for Python 3.8. OBS-URL: https://build.opensuse.org/request/show/784299 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-persistent?expand=0&rev=22
This commit is contained in:
parent
5973ddfd35
commit
824630027e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c97ceb2620eecd57730da6ee7ad3ee2295ed7516a24423a17f34e65103de8b6a
|
|
||||||
size 106981
|
|
3
persistent-4.6.1.tar.gz
Normal file
3
persistent-4.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b1084dcc791d48fe6ad3f725bf40e822bb4da82cfd7e9582054b3df063998bc7
|
||||||
|
size 116965
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 12 11:54:12 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- update to 4.6.1
|
||||||
|
* Stop installing C header files on PyPy
|
||||||
|
* Fix slicing of PersistentList to always return instances of the same class.
|
||||||
|
* Fix copying of PersistentList and PersistentMapping using copy.copy
|
||||||
|
to also copy the underlying data object.
|
||||||
|
* Update the handling of the PURE_PYTHON environment variable.
|
||||||
|
* Add preliminary support for Python 3.9a3+.
|
||||||
|
* Fix the Python implementation of the PickleCache to be able to
|
||||||
|
store objects that cannot be weakly referenced.
|
||||||
|
* Add support for Python 3.8.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 20 15:50:31 UTC 2019 - pgajdos@suse.com
|
Mon May 20 15:50:31 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-persistent
|
# spec file for package python-persistent
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
# Copyright (c) 2013-2019 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2013-2019 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-persistent
|
Name: python-persistent
|
||||||
Version: 4.5.0
|
Version: 4.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Translucent persistent objects
|
Summary: Translucent persistent objects
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
|
Loading…
Reference in New Issue
Block a user