14
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2018-07-26 10:23:58 +00:00
committed by Git OBS Bridge
parent bfe9c74369
commit 34126f6c2b
4 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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