1
0
Go to file
Dominique Leuenberger 979faa75ec Accepting request 788434 from devel:languages:python
- Add patch to fix build with new zope.interface:
  * tests.patch

- version update to 4.6.3
  - Fix a crash in the test suite under a 32-bit CPython on certain
    32-bit platforms. See `issue 137
    <https://github.com/zopefoundation/persistent/issues/137>`_. Fix by
    `Jerry James <https://github.com/jamesjer>`_.
  - Fix an ``AssertionError`` clearing a non-empty ``PersistentMapping``
    that has no connection. See `issue 139
    <https://github.com/zopefoundation/persistent/issues/139>`_.

- 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/788434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-persistent?expand=0&rev=11
2020-03-26 23:29:55 +00:00
.gitattributes Accepting request 184866 from home:frispete:python 2013-07-30 10:22:37 +00:00
.gitignore Accepting request 184866 from home:frispete:python 2013-07-30 10:22:37 +00:00
persistent-4.6.3.tar.gz Accepting request 787789 from home:pgajdos:python 2020-03-24 13:44:41 +00:00
python-persistent.changes - Add patch to fix build with new zope.interface: 2020-03-26 07:43:04 +00:00
python-persistent.spec - Add patch to fix build with new zope.interface: 2020-03-26 07:43:04 +00:00
tests.patch - Add patch to fix build with new zope.interface: 2020-03-26 07:43:04 +00:00