Hello community,

here is the log from the commit of package python-simplejson for 
openSUSE:Factory checked in at 2020-08-01 12:31:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-simplejson (Old)
 and      /work/SRC/openSUSE:Factory/.python-simplejson.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-simplejson"

Sat Aug  1 12:31:16 2020 rev:43 rq:823314 version:3.17.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-simplejson/python-simplejson.changes      
2019-12-07 15:22:52.543733068 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-simplejson.new.3592/python-simplejson.changes
    2020-08-01 12:31:42.674486764 +0200
@@ -1,0 +2,6 @@
+Wed Jul 29 06:51:43 UTC 2020 - Ondřej Súkup <mimi...@gmail.com>
+
+- update to 3.17.2
+- use pytest as testrunner
+
+-------------------------------------------------------------------

Old:
----
  simplejson-3.17.0.tar.gz

New:
----
  simplejson-3.17.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-simplejson.spec ++++++
--- /var/tmp/diff_new_pack.ezRnjE/_old  2020-08-01 12:31:44.898488846 +0200
+++ /var/tmp/diff_new_pack.ezRnjE/_new  2020-08-01 12:31:44.902488850 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-simplejson
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-simplejson
-Version:        3.17.0
+Version:        3.17.2
 Release:        0
 Summary:        Extensible JSON encoder/decoder for Python
 License:        MIT OR AFL-2.1
@@ -26,6 +26,7 @@
 URL:            https://github.com/simplejson/simplejson
 Source:         
https://files.pythonhosted.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -49,7 +50,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
-%python_exec setup.py test
+%pytest_arch
 
 %files %{python_files}
 %license LICENSE.txt

++++++ simplejson-3.17.0.tar.gz -> simplejson-3.17.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.17.0/CHANGES.txt 
new/simplejson-3.17.2/CHANGES.txt
--- old/simplejson-3.17.0/CHANGES.txt   2019-11-18 07:22:31.000000000 +0100
+++ new/simplejson-3.17.2/CHANGES.txt   2020-07-16 20:03:17.000000000 +0200
@@ -1,3 +1,13 @@
+Version 3.17.2 released 2020-07-16
+
+* Added arm64 to build matrix and reintroduced
+  manylinux wheels
+  https://github.com/simplejson/simplejson/pull/264
+* No more bdist_wininst builds per PEP 527
+  https://github.com/simplejson/simplejson/pull/260
+* Minor grammatical issue fixed in README
+  https://github.com/simplejson/simplejson/pull/261
+
 Version 3.17.0 released 2019-11-17
 
 * Updated documentation to be Python 3 first, and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.17.0/PKG-INFO 
new/simplejson-3.17.2/PKG-INFO
--- old/simplejson-3.17.0/PKG-INFO      2019-11-18 07:22:40.626143000 +0100
+++ new/simplejson-3.17.2/PKG-INFO      2020-07-16 20:06:20.291594300 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: simplejson
-Version: 3.17.0
+Version: 3.17.2
 Summary: Simple, fast, extensible JSON encoder/decoder for Python
 Home-page: https://github.com/simplejson/simplejson
 Author: Bob Ippolito
@@ -42,7 +42,7 @@
         
         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 off of a very old version of simplejson,
+        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.0/README.rst 
new/simplejson-3.17.2/README.rst
--- old/simplejson-3.17.0/README.rst    2019-11-18 07:22:31.000000000 +0100
+++ new/simplejson-3.17.2/README.rst    2020-07-16 20:03:17.000000000 +0200
@@ -34,7 +34,7 @@
 
 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 off of a very old version of simplejson,
+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.0/conf.py 
new/simplejson-3.17.2/conf.py
--- old/simplejson-3.17.0/conf.py       2019-11-18 07:22:31.000000000 +0100
+++ new/simplejson-3.17.2/conf.py       2020-07-16 20:03:17.000000000 +0200
@@ -36,7 +36,7 @@
 
 # General substitutions.
 project = 'simplejson'
-copyright = '2018, Bob Ippolito'
+copyright = '2020, Bob Ippolito'
 
 # The default replacements for |version| and |release|, also used in various
 # other places throughout the built documents.
@@ -44,7 +44,7 @@
 # The short X.Y version.
 version = '3.17'
 # The full version, including alpha/beta/rc tags.
-release = '3.17.0'
+release = '3.17.2'
 
 # 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.0/scripts/release.py 
new/simplejson-3.17.2/scripts/release.py
--- old/simplejson-3.17.0/scripts/release.py    2019-11-18 07:22:31.000000000 
+0100
+++ new/simplejson-3.17.2/scripts/release.py    2020-07-16 20:03:17.000000000 
+0200
@@ -51,7 +51,7 @@
     def matches(fn):
         return (
             fn.startswith(prefix) and
-            os.path.splitext(fn)[1] in ('.exe', '.whl') and
+            fn.endswith('.whl') and
             not fn.endswith('-none-any.whl')
         ) or fn == '{}.tar.gz'.format(prefix)
     return matches
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.17.0/setup.py 
new/simplejson-3.17.2/setup.py
--- old/simplejson-3.17.0/setup.py      2019-11-18 07:22:31.000000000 +0100
+++ new/simplejson-3.17.2/setup.py      2020-07-16 20:03:17.000000000 +0200
@@ -12,7 +12,7 @@
     DistutilsPlatformError
 
 IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '3.17.0'
+VERSION = '3.17.2'
 DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
 
 with open('README.rst', 'r') as f:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.17.0/simplejson/__init__.py 
new/simplejson-3.17.2/simplejson/__init__.py
--- old/simplejson-3.17.0/simplejson/__init__.py        2019-11-18 
07:22:31.000000000 +0100
+++ new/simplejson-3.17.2/simplejson/__init__.py        2020-07-16 
20:03:17.000000000 +0200
@@ -118,7 +118,7 @@
 
 """
 from __future__ import absolute_import
-__version__ = '3.17.0'
+__version__ = '3.17.2'
 __all__ = [
     'dump', 'dumps', 'load', 'loads',
     'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.17.0/simplejson.egg-info/PKG-INFO 
new/simplejson-3.17.2/simplejson.egg-info/PKG-INFO
--- old/simplejson-3.17.0/simplejson.egg-info/PKG-INFO  2019-11-18 
07:22:40.000000000 +0100
+++ new/simplejson-3.17.2/simplejson.egg-info/PKG-INFO  2020-07-16 
20:06:20.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: simplejson
-Version: 3.17.0
+Version: 3.17.2
 Summary: Simple, fast, extensible JSON encoder/decoder for Python
 Home-page: https://github.com/simplejson/simplejson
 Author: Bob Ippolito
@@ -42,7 +42,7 @@
         
         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 off of a very old version of simplejson,
+        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


Reply via email to