Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-simplejson for
openSUSE:Factory checked in at 2021-12-09 19:45:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-simplejson (Old)
and /work/SRC/openSUSE:Factory/.python-simplejson.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-simplejson"
Thu Dec 9 19:45:01 2021 rev:46 rq:934530 version:3.17.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-simplejson/python-simplejson.changes
2021-09-09 23:07:20.220816530 +0200
+++
/work/SRC/openSUSE:Factory/.python-simplejson.new.2520/python-simplejson.changes
2021-12-09 19:45:03.517117351 +0100
@@ -1,0 +2,6 @@
+Mon Nov 29 11:53:38 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 3.17.6:
+ * Declare support for Python 3.10 and add wheels
+
+-------------------------------------------------------------------
Old:
----
simplejson-3.17.5.tar.gz
New:
----
simplejson-3.17.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-simplejson.spec ++++++
--- /var/tmp/diff_new_pack.6GUgEK/_old 2021-12-09 19:45:04.081117622 +0100
+++ /var/tmp/diff_new_pack.6GUgEK/_new 2021-12-09 19:45:04.085117624 +0100
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-simplejson
-Version: 3.17.5
+Version: 3.17.6
Release: 0
Summary: Extensible JSON encoder/decoder for Python
License: AFL-2.1 OR MIT
++++++ simplejson-3.17.5.tar.gz -> simplejson-3.17.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/simplejson-3.17.5/CHANGES.txt
new/simplejson-3.17.6/CHANGES.txt
--- old/simplejson-3.17.5/CHANGES.txt 2021-08-24 06:42:09.000000000 +0200
+++ new/simplejson-3.17.6/CHANGES.txt 2021-11-16 16:59:24.000000000 +0100
@@ -1,3 +1,9 @@
+Version 3.17.6 released 2021-11-15
+
+* Declare support for Python 3.10 and add wheels
+ https://github.com/simplejson/simplejson/pull/291
+ https://github.com/simplejson/simplejson/pull/292
+
Version 3.17.5 released 2021-08-23
* Fix the C extension module to harden is_namedtuple against looks-a-likes such
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/simplejson-3.17.5/PKG-INFO
new/simplejson-3.17.6/PKG-INFO
--- old/simplejson-3.17.5/PKG-INFO 2021-08-24 06:42:09.889491000 +0200
+++ new/simplejson-3.17.6/PKG-INFO 2021-11-16 16:59:25.661416800 +0100
@@ -1,46 +1,11 @@
-Metadata-Version: 1.2
+Metadata-Version: 2.1
Name: simplejson
-Version: 3.17.5
+Version: 3.17.6
Summary: Simple, fast, extensible JSON encoder/decoder for Python
Home-page: https://github.com/simplejson/simplejson
Author: Bob Ippolito
Author-email: [email protected]
License: MIT License
-Description: simplejson
- ----------
-
- simplejson is a simple, fast, complete, correct and extensible
- JSON <http://json.org> encoder and decoder for Python 3.3+
- with legacy support for Python 2.5+. It is pure Python code
- with no dependencies, but includes an optional C extension
- for a serious speed boost.
-
- The latest documentation for simplejson can be read online here:
- https://simplejson.readthedocs.io/
-
- simplejson is the externally maintained development version of the
- json library included with Python (since 2.6). This version is tested
- with the latest Python 3.8 and maintains backwards compatibility
- with Python 3.3+ and the legacy Python 2.5 - Python 2.7 releases.
-
- The encoder can be specialized to provide serialization in any kind of
- situation, without any special support by the objects to be serialized
- (somewhat like pickle). This is best done with the ``default`` kwarg
- to dumps.
-
- The decoder can handle incoming JSON strings of any specified encoding
- (UTF-8 by default). It can also be specialized to post-process JSON
- objects with the ``object_hook`` or ``object_pairs_hook`` kwargs. This
- is particularly useful for implementing protocols such as JSON-RPC
- that have a richer type system than JSON itself.
-
- For those of you that have legacy systems to maintain, there is a
- very old fork of simplejson in the `python2.2`_ branch that supports
- Python 2.2. This is based on a very old version of simplejson,
- is not maintained, and should only be used as a last resort.
-
- .. _python2.2: https://github.com/simplejson/simplejson/tree/python2.2
-
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
@@ -59,7 +24,46 @@
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.5, !=3.0.*, !=3.1.*, !=3.2.*
+License-File: LICENSE.txt
+
+simplejson
+----------
+
+simplejson is a simple, fast, complete, correct and extensible
+JSON <http://json.org> encoder and decoder for Python 3.3+
+with legacy support for Python 2.5+. It is pure Python code
+with no dependencies, but includes an optional C extension
+for a serious speed boost.
+
+The latest documentation for simplejson can be read online here:
+https://simplejson.readthedocs.io/
+
+simplejson is the externally maintained development version of the
+json library included with Python (since 2.6). This version is tested
+with the latest Python 3.8 and maintains backwards compatibility
+with Python 3.3+ and the legacy Python 2.5 - Python 2.7 releases.
+
+The encoder can be specialized to provide serialization in any kind of
+situation, without any special support by the objects to be serialized
+(somewhat like pickle). This is best done with the ``default`` kwarg
+to dumps.
+
+The decoder can handle incoming JSON strings of any specified encoding
+(UTF-8 by default). It can also be specialized to post-process JSON
+objects with the ``object_hook`` or ``object_pairs_hook`` kwargs. This
+is particularly useful for implementing protocols such as JSON-RPC
+that have a richer type system than JSON itself.
+
+For those of you that have legacy systems to maintain, there is a
+very old fork of simplejson in the `python2.2`_ branch that supports
+Python 2.2. This is based on a very old version of simplejson,
+is not maintained, and should only be used as a last resort.
+
+.. _python2.2: https://github.com/simplejson/simplejson/tree/python2.2
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/simplejson-3.17.5/conf.py
new/simplejson-3.17.6/conf.py
--- old/simplejson-3.17.5/conf.py 2021-08-24 06:42:09.000000000 +0200
+++ new/simplejson-3.17.6/conf.py 2021-11-16 16:59:24.000000000 +0100
@@ -44,7 +44,7 @@
# The short X.Y version.
version = '3.17'
# The full version, including alpha/beta/rc tags.
-release = '3.17.5'
+release = '3.17.6'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/simplejson-3.17.5/setup.py
new/simplejson-3.17.6/setup.py
--- old/simplejson-3.17.5/setup.py 2021-08-24 06:42:09.000000000 +0200
+++ new/simplejson-3.17.6/setup.py 2021-11-16 16:59:24.000000000 +0100
@@ -12,7 +12,7 @@
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '3.17.5'
+VERSION = '3.17.6'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f:
@@ -38,6 +38,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/simplejson-3.17.5/simplejson/__init__.py
new/simplejson-3.17.6/simplejson/__init__.py
--- old/simplejson-3.17.5/simplejson/__init__.py 2021-08-24
06:42:09.000000000 +0200
+++ new/simplejson-3.17.6/simplejson/__init__.py 2021-11-16
16:59:24.000000000 +0100
@@ -118,7 +118,7 @@
"""
from __future__ import absolute_import
-__version__ = '3.17.5'
+__version__ = '3.17.6'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/simplejson-3.17.5/simplejson.egg-info/PKG-INFO
new/simplejson-3.17.6/simplejson.egg-info/PKG-INFO
--- old/simplejson-3.17.5/simplejson.egg-info/PKG-INFO 2021-08-24
06:42:09.000000000 +0200
+++ new/simplejson-3.17.6/simplejson.egg-info/PKG-INFO 2021-11-16
16:59:25.000000000 +0100
@@ -1,46 +1,11 @@
-Metadata-Version: 1.2
+Metadata-Version: 2.1
Name: simplejson
-Version: 3.17.5
+Version: 3.17.6
Summary: Simple, fast, extensible JSON encoder/decoder for Python
Home-page: https://github.com/simplejson/simplejson
Author: Bob Ippolito
Author-email: [email protected]
License: MIT License
-Description: simplejson
- ----------
-
- simplejson is a simple, fast, complete, correct and extensible
- JSON <http://json.org> encoder and decoder for Python 3.3+
- with legacy support for Python 2.5+. It is pure Python code
- with no dependencies, but includes an optional C extension
- for a serious speed boost.
-
- The latest documentation for simplejson can be read online here:
- https://simplejson.readthedocs.io/
-
- simplejson is the externally maintained development version of the
- json library included with Python (since 2.6). This version is tested
- with the latest Python 3.8 and maintains backwards compatibility
- with Python 3.3+ and the legacy Python 2.5 - Python 2.7 releases.
-
- The encoder can be specialized to provide serialization in any kind of
- situation, without any special support by the objects to be serialized
- (somewhat like pickle). This is best done with the ``default`` kwarg
- to dumps.
-
- The decoder can handle incoming JSON strings of any specified encoding
- (UTF-8 by default). It can also be specialized to post-process JSON
- objects with the ``object_hook`` or ``object_pairs_hook`` kwargs. This
- is particularly useful for implementing protocols such as JSON-RPC
- that have a richer type system than JSON itself.
-
- For those of you that have legacy systems to maintain, there is a
- very old fork of simplejson in the `python2.2`_ branch that supports
- Python 2.2. This is based on a very old version of simplejson,
- is not maintained, and should only be used as a last resort.
-
- .. _python2.2: https://github.com/simplejson/simplejson/tree/python2.2
-
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
@@ -59,7 +24,46 @@
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.5, !=3.0.*, !=3.1.*, !=3.2.*
+License-File: LICENSE.txt
+
+simplejson
+----------
+
+simplejson is a simple, fast, complete, correct and extensible
+JSON <http://json.org> encoder and decoder for Python 3.3+
+with legacy support for Python 2.5+. It is pure Python code
+with no dependencies, but includes an optional C extension
+for a serious speed boost.
+
+The latest documentation for simplejson can be read online here:
+https://simplejson.readthedocs.io/
+
+simplejson is the externally maintained development version of the
+json library included with Python (since 2.6). This version is tested
+with the latest Python 3.8 and maintains backwards compatibility
+with Python 3.3+ and the legacy Python 2.5 - Python 2.7 releases.
+
+The encoder can be specialized to provide serialization in any kind of
+situation, without any special support by the objects to be serialized
+(somewhat like pickle). This is best done with the ``default`` kwarg
+to dumps.
+
+The decoder can handle incoming JSON strings of any specified encoding
+(UTF-8 by default). It can also be specialized to post-process JSON
+objects with the ``object_hook`` or ``object_pairs_hook`` kwargs. This
+is particularly useful for implementing protocols such as JSON-RPC
+that have a richer type system than JSON itself.
+
+For those of you that have legacy systems to maintain, there is a
+very old fork of simplejson in the `python2.2`_ branch that supports
+Python 2.2. This is based on a very old version of simplejson,
+is not maintained, and should only be used as a last resort.
+
+.. _python2.2: https://github.com/simplejson/simplejson/tree/python2.2
+
+