forked from pool/python-zodbpickle
Accepting request 782894 from home:pgajdos:python
- version update to 2.0.0
- CPython 2: Make ``zodbpickle.binary`` objects smaller and untracked
by the garbage collector. Now they behave more like the native bytes
object. Just like it, and just like on Python 3, they cannot have
arbitrary attributes or be weakly referenced. See `issue 53
<https://github.com/zopefoundation/zodbpickle/issues/53>`_.
- Add support for Python 3.8.
- Drop support for Python 3.4.
OBS-URL: https://build.opensuse.org/request/show/782894
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
42a028af72
commit
4e7aaf767c
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 9 10:35:56 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- version update to 2.0.0
|
||||
- CPython 2: Make ``zodbpickle.binary`` objects smaller and untracked
|
||||
by the garbage collector. Now they behave more like the native bytes
|
||||
object. Just like it, and just like on Python 3, they cannot have
|
||||
arbitrary attributes or be weakly referenced. See `issue 53
|
||||
<https://github.com/zopefoundation/zodbpickle/issues/53>`_.
|
||||
- Add support for Python 3.8.
|
||||
- Drop support for Python 3.4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 11:10:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user