14
0
Files
python-zodbpickle/python-zodbpickle.changes
Tomáš Chvátal 4e7aaf767c 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
2020-03-09 11:01:11 +00:00

39 lines
1.5 KiB
Plaintext

-------------------------------------------------------------------
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>
- Update to 1.0.4:
* Fix pickle corruption under certain conditions. See pull request 47.
-------------------------------------------------------------------
Tue Apr 9 08:22:58 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 1.0.3
* Add support for Python 3.7.
* Fix a bug: zodbpickle.slowpickle assigned _Pickler to Unpickler.
-------------------------------------------------------------------
Thu Jul 26 10:22:27 UTC 2018 - tchvatal@suse.com
- Update to 1.0.1:
* Fix a memory leak in pickle protocol 3 under Python 2. See issue 36.
* Add support for Jython 2.7.
* Add support for Python 3.5 and 3.6.
* Drop support for Python 2.6 and 3.2 and 3.3
-------------------------------------------------------------------
Tue Jun 27 16:00:00 UTC 2017 - aloisio@gmx.com
- Initial package (v. 0.6.0)