Hello community, here is the log from the commit of package python-zodbpickle for openSUSE:Factory checked in at 2019-04-12 09:15:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zodbpickle (Old) and /work/SRC/openSUSE:Factory/.python-zodbpickle.new.27019 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zodbpickle" Fri Apr 12 09:15:46 2019 rev:3 rq:693257 version:1.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zodbpickle/python-zodbpickle.changes 2018-07-27 10:58:09.909867373 +0200 +++ /work/SRC/openSUSE:Factory/.python-zodbpickle.new.27019/python-zodbpickle.changes 2019-04-12 09:15:47.685728266 +0200 @@ -1,0 +2,7 @@ +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. + +------------------------------------------------------------------- Old: ---- zodbpickle-1.0.1.tar.gz New: ---- zodbpickle-1.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zodbpickle.spec ++++++ --- /var/tmp/diff_new_pack.Yd3MUF/_old 2019-04-12 09:15:48.873728986 +0200 +++ /var/tmp/diff_new_pack.Yd3MUF/_new 2019-04-12 09:15:48.881728990 +0200 @@ -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 @@ %install %python_install %{python_expand find %{buildroot}%{$python_sitearch} -name *.c -delete - %fdupes -s %{buildroot}%{$python_sitearch} + %fdupes %{buildroot}%{$python_sitearch} } %check ++++++ zodbpickle-1.0.1.tar.gz -> zodbpickle-1.0.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zodbpickle-1.0.1/.manylinux-install.sh new/zodbpickle-1.0.3/.manylinux-install.sh --- old/zodbpickle-1.0.1/.manylinux-install.sh 2018-05-16 18:02:35.000000000 +0200 +++ new/zodbpickle-1.0.3/.manylinux-install.sh 2018-12-18 15:43:47.000000000 +0100 @@ -7,7 +7,8 @@ if [[ "${PYBIN}" == *"cp27"* ]] || \ [[ "${PYBIN}" == *"cp34"* ]] || \ [[ "${PYBIN}" == *"cp35"* ]] || \ - [[ "${PYBIN}" == *"cp36"* ]]; then + [[ "${PYBIN}" == *"cp36"* ]] || \ + [[ "${PYBIN}" == *"cp37"* ]]; then "${PYBIN}/pip" install -e /io/ "${PYBIN}/pip" wheel /io/ -w wheelhouse/ rm -rf /io/build /io/*.egg-info diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zodbpickle-1.0.1/CHANGES.rst new/zodbpickle-1.0.3/CHANGES.rst --- old/zodbpickle-1.0.1/CHANGES.rst 2018-05-16 18:02:35.000000000 +0200 +++ new/zodbpickle-1.0.3/CHANGES.rst 2018-12-18 15:43:47.000000000 +0100 @@ -2,6 +2,18 @@ Changelog =========== +1.0.3 (2018-12-18) +================== + +- Fix a bug: zodbpickle.slowpickle assigned `_Pickler` to `Unpickler`. + + +1.0.2 (2018-08-10) +================== + +- Add support for Python 3.7. + + 1.0.1 (2018-05-16) ================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zodbpickle-1.0.1/PKG-INFO new/zodbpickle-1.0.3/PKG-INFO --- old/zodbpickle-1.0.1/PKG-INFO 2018-05-16 18:02:36.000000000 +0200 +++ new/zodbpickle-1.0.3/PKG-INFO 2018-12-18 15:43:48.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: zodbpickle -Version: 1.0.1 +Version: 1.0.3 Summary: Fork of Python 3 pickle module. Home-page: https://github.com/zopefoundation/zodbpickle Author: Python and Zope Foundation @@ -177,6 +177,18 @@ Changelog =========== + 1.0.3 (2018-12-18) + ================== + + - Fix a bug: zodbpickle.slowpickle assigned `_Pickler` to `Unpickler`. + + + 1.0.2 (2018-08-10) + ================== + + - Add support for Python 3.7. + + 1.0.1 (2018-05-16) ================== @@ -328,6 +340,7 @@ Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Programming Language :: Python :: Implementation :: Jython @@ -337,5 +350,5 @@ Classifier: Operating System :: Microsoft :: Windows Classifier: Operating System :: Unix Classifier: Operating System :: MacOS :: MacOS X -Provides-Extra: testing Provides-Extra: test +Provides-Extra: testing diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zodbpickle-1.0.1/appveyor.yml new/zodbpickle-1.0.3/appveyor.yml --- old/zodbpickle-1.0.1/appveyor.yml 2018-05-16 18:02:35.000000000 +0200 +++ new/zodbpickle-1.0.3/appveyor.yml 2018-12-18 15:43:47.000000000 +0100 @@ -13,6 +13,8 @@ - python: 35-x64 - python: 36 - python: 36-x64 + - python: 37 + - python: 37-x64 install: - "SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%" @@ -20,6 +22,7 @@ - pip install -e . build_script: + - python -m pip install -U pip - pip install wheel - python -W ignore setup.py -q bdist_wheel @@ -31,6 +34,6 @@ name: wheel deploy_script: - - ps: if ($env:APPVEYOR_REPO_TAG -eq $TRUE) { pip install twine; twine upload dist/* } + - ps: if ($env:APPVEYOR_REPO_TAG -eq $TRUE) { pip install twine; twine upload --skip-existing dist/* } deploy: on diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zodbpickle-1.0.1/setup.py new/zodbpickle-1.0.3/setup.py --- old/zodbpickle-1.0.1/setup.py 2018-05-16 18:02:35.000000000 +0200 +++ new/zodbpickle-1.0.3/setup.py 2018-12-18 15:43:47.000000000 +0100 @@ -42,7 +42,7 @@ setup( name='zodbpickle', - version='1.0.1', + version='1.0.3', description='Fork of Python 3 pickle module.', author='Python and Zope Foundation', author_email='[email protected]', @@ -60,6 +60,7 @@ 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Programming Language :: Python :: Implementation :: Jython', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zodbpickle-1.0.1/src/zodbpickle/slowpickle.py new/zodbpickle-1.0.3/src/zodbpickle/slowpickle.py --- old/zodbpickle-1.0.1/src/zodbpickle/slowpickle.py 2018-05-16 18:02:35.000000000 +0200 +++ new/zodbpickle-1.0.3/src/zodbpickle/slowpickle.py 2018-12-18 15:43:47.000000000 +0100 @@ -21,7 +21,7 @@ if sys.version_info[0] >= 3: import zodbpickle.pickle_3 as p # undo the replacement with fast versions - p.Pickler, p.Unpickler = p._Pickler, p._Pickler + p.Pickler, p.Unpickler = p._Pickler, p._Unpickler p.dump, p.dumps, p.load, p.loads = p._dump, p._dumps, p._load, p._loads del p # pick up all names that the module defines diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zodbpickle-1.0.1/src/zodbpickle.egg-info/PKG-INFO new/zodbpickle-1.0.3/src/zodbpickle.egg-info/PKG-INFO --- old/zodbpickle-1.0.1/src/zodbpickle.egg-info/PKG-INFO 2018-05-16 18:02:36.000000000 +0200 +++ new/zodbpickle-1.0.3/src/zodbpickle.egg-info/PKG-INFO 2018-12-18 15:43:48.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: zodbpickle -Version: 1.0.1 +Version: 1.0.3 Summary: Fork of Python 3 pickle module. Home-page: https://github.com/zopefoundation/zodbpickle Author: Python and Zope Foundation @@ -177,6 +177,18 @@ Changelog =========== + 1.0.3 (2018-12-18) + ================== + + - Fix a bug: zodbpickle.slowpickle assigned `_Pickler` to `Unpickler`. + + + 1.0.2 (2018-08-10) + ================== + + - Add support for Python 3.7. + + 1.0.1 (2018-05-16) ================== @@ -328,6 +340,7 @@ Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Programming Language :: Python :: Implementation :: Jython @@ -337,5 +350,5 @@ Classifier: Operating System :: Microsoft :: Windows Classifier: Operating System :: Unix Classifier: Operating System :: MacOS :: MacOS X -Provides-Extra: testing Provides-Extra: test +Provides-Extra: testing diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zodbpickle-1.0.1/tox.ini new/zodbpickle-1.0.3/tox.ini --- old/zodbpickle-1.0.1/tox.ini 2018-05-16 18:02:35.000000000 +0200 +++ new/zodbpickle-1.0.3/tox.ini 2018-12-18 15:43:47.000000000 +0100 @@ -1,7 +1,7 @@ [tox] # Jython 2.7rc2 does work, but unfortunately has an issue running # with Tox 1.9.2 (http://bugs.jython.org/issue2325) -envlist = py27,py34,py35,py36,pypy,pypy3,coverage-report +envlist = py27,py34,py35,py36,py37,pypy,pypy3,coverage-report [testenv] usedevelop = True
