Hello community, here is the log from the commit of package python-zodbpickle for openSUSE:Leap:15.2 checked in at 2020-03-02 13:25:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-zodbpickle (Old) and /work/SRC/openSUSE:Leap:15.2/.python-zodbpickle.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zodbpickle" Mon Mar 2 13:25:20 2020 rev:12 rq:777314 version:1.0.4 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-zodbpickle/python-zodbpickle.changes 2020-01-15 15:54:43.051641723 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-zodbpickle.new.26092/python-zodbpickle.changes 2020-03-02 13:25:21.150636377 +0100 @@ -1,0 +2,22 @@ +Mon Jun 17 11:10:54 UTC 2019 - Tomáš Chvátal <[email protected]> + +- 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 <[email protected]> + +- 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 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- zodbpickle-0.6.0.tar.gz New: ---- zodbpickle-1.0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zodbpickle.spec ++++++ --- /var/tmp/diff_new_pack.W5ZuYj/_old 2020-03-02 13:25:21.542637156 +0100 +++ /var/tmp/diff_new_pack.W5ZuYj/_new 2020-03-02 13:25:21.546637165 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-zodbpickle # -# Copyright (c) 2017 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,25 +12,24 @@ # 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: 0.6.0 +Version: 1.0.4 Release: 0 Summary: Fork of Python 3 pickle module -License: Python-2.0 and ZPL-2.1 +License: Python-2.0 AND ZPL-2.1 Group: Development/Libraries/Python -Url: https://pypi.python.org/pypi/zodbpickle +URL: https://pypi.python.org/pypi/zodbpickle Source: https://files.pythonhosted.org/packages/source/z/zodbpickle/zodbpickle-%{version}.tar.gz BuildRequires: %{python_module Cython} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-testsuite -BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages %description @@ -54,15 +53,15 @@ %install %python_install %{python_expand find %{buildroot}%{$python_sitearch} -name *.c -delete - %fdupes -s %{buildroot}%{$python_sitearch} + %fdupes %{buildroot}%{$python_sitearch} } %check %python_exec setup.py test %files %{python_files} -%defattr(-,root,root) -%doc CHANGES.rst LICENSE.txt README.rst +%license LICENSE.txt +%doc CHANGES.rst README.rst %{python_sitearch}/* %changelog ++++++ zodbpickle-0.6.0.tar.gz -> zodbpickle-1.0.4.tar.gz ++++++ ++++ 8594 lines of diff (skipped)
