diff --git a/python-zodbpickle.changes b/python-zodbpickle.changes index 23f3d0a..36886fe 100644 --- a/python-zodbpickle.changes +++ b/python-zodbpickle.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Apr 9 08:22:58 UTC 2019 - Marketa Calabkova + +- 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 diff --git a/python-zodbpickle.spec b/python-zodbpickle.spec index c78269c..799961d 100644 --- a/python-zodbpickle.spec +++ b/python-zodbpickle.spec @@ -1,7 +1,7 @@ # # spec file for package python-zodbpickle # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-zodbpickle -Version: 1.0.1 +Version: 1.0.3 Release: 0 Summary: Fork of Python 3 pickle module License: Python-2.0 AND ZPL-2.1 @@ -53,7 +53,7 @@ rm -rf src/zodbpickle.egg-info %install %python_install %{python_expand find %{buildroot}%{$python_sitearch} -name *.c -delete - %fdupes -s %{buildroot}%{$python_sitearch} + %fdupes %{buildroot}%{$python_sitearch} } %check diff --git a/zodbpickle-1.0.1.tar.gz b/zodbpickle-1.0.1.tar.gz deleted file mode 100644 index 27af5de..0000000 --- a/zodbpickle-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fdfa84f05b25511a4e1190ec98728aa487e2eb6db016a951fdbb79bcc7307e0 -size 181880 diff --git a/zodbpickle-1.0.3.tar.gz b/zodbpickle-1.0.3.tar.gz new file mode 100644 index 0000000..76fc0d5 --- /dev/null +++ b/zodbpickle-1.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4c2a3e2137fb37873d8cc76cc3ab7412dd1a3cde56279fc5992635f330792b +size 180189