2022-11-11 13:20:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 9 19:55:40 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 2.5
|
|
|
|
|
* Add support for the final Python 3.11 release.
|
|
|
|
|
|
2022-10-13 06:54:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Oct 12 18:28:01 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 2.4.0
|
|
|
|
|
* Add support for Python 3.11 (as of 3.11.0b3).
|
|
|
|
|
* Disable unsafe math optimizations in C code. See pull request 73.
|
|
|
|
|
|
2022-09-19 07:39:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 16 22:48:53 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
|
|
- version update to 2.3.0
|
|
|
|
|
* Add support for Python 3.11 (as of 3.11.0a7).
|
|
|
|
|
|
2022-01-26 13:22:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 26 11:35:31 UTC 2022 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- version update to 2.2.0
|
|
|
|
|
* - Add support for Python 3.10.
|
|
|
|
|
|
2021-09-24 21:22:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 24 09:50:50 UTC 2021 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- version update to 2.1.0
|
|
|
|
|
* Add support for Python 3.9.
|
|
|
|
|
- use %pyunittest_arch rpm macro
|
|
|
|
|
|
2021-01-22 05:50:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 22 05:49:25 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Use python_module macro for BuildRequires on the testsuite module
|
|
|
|
|
|
2020-03-09 11:01:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2019-06-17 11:12:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2019-04-11 10:57:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2018-07-26 10:23:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2017-07-07 12:59:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 27 16:00:00 UTC 2017 - aloisio@gmx.com
|
|
|
|
|
|
|
|
|
|
- Initial package (v. 0.6.0)
|