1
0

Accepting request 787789 from home:pgajdos:python

- 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>`_.

OBS-URL: https://build.opensuse.org/request/show/787789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-persistent?expand=0&rev=23
This commit is contained in:
Tomáš Chvátal
2020-03-24 13:44:41 +00:00
committed by Git OBS Bridge
parent 824630027e
commit 8300cb07c8
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Mar 24 12:41:57 UTC 2020 - pgajdos@suse.com
- 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>`_.
-------------------------------------------------------------------
Thu Mar 12 11:54:12 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>