diff --git a/python-zodbpickle.changes b/python-zodbpickle.changes index ad2d5a7..3ea8a51 100644 --- a/python-zodbpickle.changes +++ b/python-zodbpickle.changes @@ -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 + `_. + - Add support for Python 3.8. + - Drop support for Python 3.4. + ------------------------------------------------------------------- Mon Jun 17 11:10:54 UTC 2019 - Tomáš Chvátal diff --git a/python-zodbpickle.spec b/python-zodbpickle.spec index 736581f..87918b3 100644 --- a/python-zodbpickle.spec +++ b/python-zodbpickle.spec @@ -1,7 +1,7 @@ # # spec file for package python-zodbpickle # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-zodbpickle -Version: 1.0.4 +Version: 2.0.0 Release: 0 Summary: Fork of Python 3 pickle module License: Python-2.0 AND ZPL-2.1 diff --git a/zodbpickle-1.0.4.tar.gz b/zodbpickle-1.0.4.tar.gz deleted file mode 100644 index c3e96b8..0000000 --- a/zodbpickle-1.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25d35f7c5ed95689d788b4da2a201990368b7abf032df0974632d0f8c5b39058 -size 183258 diff --git a/zodbpickle-2.0.0.tar.gz b/zodbpickle-2.0.0.tar.gz new file mode 100644 index 0000000..805a5ec --- /dev/null +++ b/zodbpickle-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d9930f46d41f086a763f40a12d014c46bbc5e19e728c8d66d7a06fef616739 +size 183073