Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zodbpickle for
openSUSE:Factory checked in at 2022-11-12 17:41:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zodbpickle (Old)
and /work/SRC/openSUSE:Factory/.python-zodbpickle.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zodbpickle"
Sat Nov 12 17:41:06 2022 rev:11 rq:1035261 version:2.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zodbpickle/python-zodbpickle.changes
2022-10-14 15:41:59.875864160 +0200
+++
/work/SRC/openSUSE:Factory/.python-zodbpickle.new.1597/python-zodbpickle.changes
2022-11-12 17:41:24.490253366 +0100
@@ -1,0 +2,6 @@
+Wed Nov 9 19:55:40 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+
+- Update to version 2.5
+ * Add support for the final Python 3.11 release.
+
+-------------------------------------------------------------------
Old:
----
zodbpickle-2.4.tar.gz
New:
----
zodbpickle-2.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zodbpickle.spec ++++++
--- /var/tmp/diff_new_pack.PhOXEp/_old 2022-11-12 17:41:27.674272322 +0100
+++ /var/tmp/diff_new_pack.PhOXEp/_new 2022-11-12 17:41:27.678272346 +0100
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-zodbpickle
-Version: 2.4
+Version: 2.5
Release: 0
Summary: Fork of Python 3 pickle module
License: Python-2.0 AND ZPL-2.1
++++++ zodbpickle-2.4.tar.gz -> zodbpickle-2.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zodbpickle-2.4/.manylinux-install.sh
new/zodbpickle-2.5/.manylinux-install.sh
--- old/zodbpickle-2.4/.manylinux-install.sh 2022-09-15 08:24:37.000000000
+0200
+++ new/zodbpickle-2.5/.manylinux-install.sh 2022-11-03 14:31:38.000000000
+0100
@@ -30,12 +30,12 @@
case $1 in
*"cp27"*) echo 'py27';;
*"cp35"*) echo 'py35';;
- *"cp311"*) echo 'py311';;
*"cp36"*) echo 'py36';;
*"cp37"*) echo 'py37';;
*"cp38"*) echo 'py38';;
*"cp39"*) echo 'py39';;
*"cp310"*) echo 'py310';;
+ *"cp311"*) echo 'py311';;
*) echo 'py';;
esac
}
@@ -51,13 +51,8 @@
[[ "${PYBIN}" == *"cp38"* ]] || \
[[ "${PYBIN}" == *"cp39"* ]] || \
[[ "${PYBIN}" == *"cp310"* ]] ; then
- if [[ "${PYBIN}" == *"cp311"* ]] ; then
- "${PYBIN}/pip" install --pre -e /io/
- "${PYBIN}/pip" wheel /io/ --pre -w wheelhouse/
- else
- "${PYBIN}/pip" install -e /io/
- "${PYBIN}/pip" wheel /io/ -w wheelhouse/
- fi
+ "${PYBIN}/pip" install -e /io/
+ "${PYBIN}/pip" wheel /io/ -w wheelhouse/
if [ `uname -m` == 'aarch64' ]; then
cd /io/
${PYBIN}/pip install tox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zodbpickle-2.4/CHANGES.rst
new/zodbpickle-2.5/CHANGES.rst
--- old/zodbpickle-2.4/CHANGES.rst 2022-09-15 08:24:37.000000000 +0200
+++ new/zodbpickle-2.5/CHANGES.rst 2022-11-03 14:32:07.000000000 +0100
@@ -2,6 +2,12 @@
Changelog
===========
+2.5 (2022-11-03)
+================
+
+- Add support for the final Python 3.11 release.
+
+
2.4 (2022-09-15)
================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zodbpickle-2.4/PKG-INFO new/zodbpickle-2.5/PKG-INFO
--- old/zodbpickle-2.4/PKG-INFO 2022-09-15 08:24:39.126090500 +0200
+++ new/zodbpickle-2.5/PKG-INFO 2022-11-06 11:35:23.143802400 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: zodbpickle
-Version: 2.4
+Version: 2.5
Summary: Fork of Python 2 and 3 pickle module.
Home-page: https://github.com/zopefoundation/zodbpickle
Author: Python and Zope Foundation
@@ -21,6 +21,7 @@
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: Jython
@@ -204,6 +205,12 @@
Changelog
===========
+2.5 (2022-11-03)
+================
+
+- Add support for the final Python 3.11 release.
+
+
2.4 (2022-09-15)
================
@@ -405,5 +412,3 @@
.. __: http://bugs.python.org/issue6784#msg156166
- Added support for ``errors="bytes"``.
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zodbpickle-2.4/appveyor.yml
new/zodbpickle-2.5/appveyor.yml
--- old/zodbpickle-2.4/appveyor.yml 2022-09-15 08:24:37.000000000 +0200
+++ new/zodbpickle-2.5/appveyor.yml 2022-11-03 14:31:38.000000000 +0100
@@ -23,10 +23,8 @@
- python: 39-x64
- python: 310
- python: 310-x64
- # `multibuild` cannot install non-final versions as they are not on
- # ftp.python.org, so we skip Python 3.11 until its final release:
- # - python: 311
- # - python: 311-x64
+ - python: 311
+ - python: 311-x64
install:
- "SET PYTHONVERSION=%PYTHON%"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zodbpickle-2.4/setup.py new/zodbpickle-2.5/setup.py
--- old/zodbpickle-2.4/setup.py 2022-09-15 08:24:37.000000000 +0200
+++ new/zodbpickle-2.5/setup.py 2022-11-03 14:32:18.000000000 +0100
@@ -47,7 +47,7 @@
setup(
name='zodbpickle',
- version='2.4',
+ version='2.5',
description='Fork of Python 2 and 3 pickle module.',
author='Python and Zope Foundation',
author_email='[email protected]',
@@ -68,6 +68,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
+ 'Programming Language :: Python :: 3.11',
'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-2.4/src/zodbpickle.egg-info/PKG-INFO
new/zodbpickle-2.5/src/zodbpickle.egg-info/PKG-INFO
--- old/zodbpickle-2.4/src/zodbpickle.egg-info/PKG-INFO 2022-09-15
08:24:38.000000000 +0200
+++ new/zodbpickle-2.5/src/zodbpickle.egg-info/PKG-INFO 2022-11-06
11:35:23.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: zodbpickle
-Version: 2.4
+Version: 2.5
Summary: Fork of Python 2 and 3 pickle module.
Home-page: https://github.com/zopefoundation/zodbpickle
Author: Python and Zope Foundation
@@ -21,6 +21,7 @@
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: Jython
@@ -204,6 +205,12 @@
Changelog
===========
+2.5 (2022-11-03)
+================
+
+- Add support for the final Python 3.11 release.
+
+
2.4 (2022-09-15)
================
@@ -405,5 +412,3 @@
.. __: http://bugs.python.org/issue6784#msg156166
- Added support for ``errors="bytes"``.
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zodbpickle-2.4/tox.ini new/zodbpickle-2.5/tox.ini
--- old/zodbpickle-2.4/tox.ini 2022-09-15 08:24:37.000000000 +0200
+++ new/zodbpickle-2.5/tox.ini 2022-11-03 14:31:38.000000000 +0100
@@ -18,7 +18,6 @@
[testenv]
usedevelop = true
-pip_pre = py311: true
deps =
setenv =
pure: PURE_PYTHON=1