commit python3-simplejson for openSUSE:Factory

2016-11-03 Thread h_root
Hello community,

here is the log from the commit of package python3-simplejson for 
openSUSE:Factory checked in at 2016-11-03 12:57:59

Comparing /work/SRC/openSUSE:Factory/python3-simplejson (Old)
 and  /work/SRC/openSUSE:Factory/.python3-simplejson.new (New)


Package is "python3-simplejson"

Changes:

--- /work/SRC/openSUSE:Factory/python3-simplejson/python3-simplejson.changes
2016-10-26 21:47:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-simplejson.new/python3-simplejson.changes   
2016-11-03 12:58:00.0 +0100
@@ -1,0 +2,7 @@
+Sat Oct 29 16:46:24 UTC 2016 - a...@gmx.de
+
+- update to version 3.10.0:
+  * Add RawJSON class to allow a faster path for already encoded JSON.
+https://github.com/simplejson/simplejson/pull/143
+
+---

Old:

  simplejson-3.9.0.tar.gz

New:

  simplejson-3.10.0.tar.gz



Other differences:
--
++ python3-simplejson.spec ++
--- /var/tmp/diff_new_pack.yh9qBX/_old  2016-11-03 12:58:01.0 +0100
+++ /var/tmp/diff_new_pack.yh9qBX/_new  2016-11-03 12:58:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-simplejson
-Version:3.9.0
+Version:3.10.0
 Release:0
 Url:http://github.com/simplejson/simplejson
 Summary:Simple, fast, extensible JSON encoder/decoder for Python

++ simplejson-3.9.0.tar.gz -> simplejson-3.10.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.9.0/CHANGES.txt 
new/simplejson-3.10.0/CHANGES.txt
--- old/simplejson-3.9.0/CHANGES.txt2016-10-21 13:37:05.0 +0200
+++ new/simplejson-3.10.0/CHANGES.txt   2016-10-28 11:45:34.0 +0200
@@ -1,3 +1,8 @@
+Version 3.10.0 released 2016-10-28
+
+* Add RawJSON class to allow a faster path for already encoded JSON.
+  https://github.com/simplejson/simplejson/pull/143
+
 Version 3.9.0 released 2016-10-21
 
 * Workaround for bad behavior in string subclasses
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.9.0/PKG-INFO 
new/simplejson-3.10.0/PKG-INFO
--- old/simplejson-3.9.0/PKG-INFO   2016-10-21 13:38:01.0 +0200
+++ new/simplejson-3.10.0/PKG-INFO  2016-10-28 12:01:25.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: simplejson
-Version: 3.9.0
+Version: 3.10.0
 Summary: Simple, fast, extensible JSON encoder/decoder for Python
 Home-page: http://github.com/simplejson/simplejson
 Author: Bob Ippolito
@@ -41,7 +41,6 @@
 is not maintained, and should only be used as a last resort.
 
 .. _python2.2: https://github.com/simplejson/simplejson/tree/python2.2
-https://github.com/simplejson/simplejson/tree/python2.2
 
 Platform: any
 Classifier: Development Status :: 5 - Production/Stable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.9.0/README.rst 
new/simplejson-3.10.0/README.rst
--- old/simplejson-3.9.0/README.rst 2016-10-21 04:58:09.0 +0200
+++ new/simplejson-3.10.0/README.rst2016-10-21 14:48:19.0 +0200
@@ -33,4 +33,3 @@
 is not maintained, and should only be used as a last resort.
 
 .. _python2.2: https://github.com/simplejson/simplejson/tree/python2.2
-https://github.com/simplejson/simplejson/tree/python2.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.9.0/conf.py 
new/simplejson-3.10.0/conf.py
--- old/simplejson-3.9.0/conf.py2016-10-21 09:55:00.0 +0200
+++ new/simplejson-3.10.0/conf.py   2016-10-28 11:25:45.0 +0200
@@ -42,9 +42,9 @@
 # other places throughout the built documents.
 #
 # The short X.Y version.
-version = '3.9'
+version = '3.10'
 # The full version, including alpha/beta/rc tags.
-release = '3.9.0'
+release = '3.10.0'
 
 # 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.9.0/scripts/artifacts.py 
new/simplejson-3.10.0/scripts/artifacts.py
--- old/simplejson-3.9.0/scripts/artifacts.py   2016-02-15 21:22:25.0 
+0100
+++ new/simplejson-3.10.0/scripts/artifacts.py  2016-10-22 01:59:09.0 
+0200
@@ -3,9 +3,13 @@
 except ImportError:
 from urllib import urlopen
 
+import glob
 import io
 import json
+import os
+import re
 import subprocess
+import sys
 
 
 def get_json(url):
@@ -38,10 +42,39 @@
 for asset in release['assets']:
 download_file(asset['browser_download_url'], 
'dist/{name}'.format(**asset))
 
+def get_version():
+return

commit python3-simplejson for openSUSE:Factory

2016-10-26 Thread h_root
Hello community,

here is the log from the commit of package python3-simplejson for 
openSUSE:Factory checked in at 2016-10-26 21:47:20

Comparing /work/SRC/openSUSE:Factory/python3-simplejson (Old)
 and  /work/SRC/openSUSE:Factory/.python3-simplejson.new (New)


Package is "python3-simplejson"

Changes:

--- /work/SRC/openSUSE:Factory/python3-simplejson/python3-simplejson.changes
2016-05-17 17:12:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-simplejson.new/python3-simplejson.changes   
2016-10-26 21:47:20.0 +0200
@@ -1,0 +2,9 @@
+Sat Oct 22 16:11:43 UTC 2016 - a...@gmx.de
+
+- update to version 3.9.0:
+  * Workaround for bad behavior in string subclasses
+  * Fix warnings flagged by -3
+  * Update readthedocs documentation links
+  * Add build status badge to README
+
+---

Old:

  simplejson-3.8.2.tar.gz

New:

  simplejson-3.9.0.tar.gz



Other differences:
--
++ python3-simplejson.spec ++
--- /var/tmp/diff_new_pack.v9ZTVj/_old  2016-10-26 21:47:22.0 +0200
+++ /var/tmp/diff_new_pack.v9ZTVj/_new  2016-10-26 21:47:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-simplejson
-Version:3.8.2
+Version:3.9.0
 Release:0
 Url:http://github.com/simplejson/simplejson
 Summary:Simple, fast, extensible JSON encoder/decoder for Python

++ simplejson-3.8.2.tar.gz -> simplejson-3.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.8.2/CHANGES.txt 
new/simplejson-3.9.0/CHANGES.txt
--- old/simplejson-3.8.2/CHANGES.txt2016-02-15 19:02:14.0 +0100
+++ new/simplejson-3.9.0/CHANGES.txt2016-10-21 13:37:05.0 +0200
@@ -1,3 +1,14 @@
+Version 3.9.0 released 2016-10-21
+
+* Workaround for bad behavior in string subclasses
+  https://github.com/simplejson/simplejson/issues/144
+* Fix warnings flagged by -3
+  https://github.com/simplejson/simplejson/pull/146
+* Update readthedocs documentation links
+  https://github.com/simplejson/simplejson/pull/137
+* Add build status badge to README
+  https://github.com/simplejson/simplejson/pull/134
+
 Version 3.8.2 released 2016-02-14
 
 * Fix implicit cast compiler warning in _speedups.c
@@ -318,7 +329,7 @@
 * Force unicode linebreak characters to be escaped (U+2028 and U+2029)
   http://timelessrepo.com/json-isnt-a-javascript-subset
 * Moved documentation from a git submodule to
-  http://simplejson.readthedocs.org/
+  https://simplejson.readthedocs.io/
 
 Version 2.1.6 released 2011-05-08
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.8.2/PKG-INFO 
new/simplejson-3.9.0/PKG-INFO
--- old/simplejson-3.8.2/PKG-INFO   2016-02-15 21:18:55.0 +0100
+++ new/simplejson-3.9.0/PKG-INFO   2016-10-21 13:38:01.0 +0200
@@ -1,18 +1,24 @@
 Metadata-Version: 1.1
 Name: simplejson
-Version: 3.8.2
+Version: 3.9.0
 Summary: Simple, fast, extensible JSON encoder/decoder for Python
 Home-page: http://github.com/simplejson/simplejson
 Author: Bob Ippolito
 Author-email: b...@redivi.com
 License: MIT License
-Description: simplejson is a simple, fast, complete, correct and extensible
+Description: simplejson
+--
+
+.. image:: 
https://travis-ci.org/simplejson/simplejson.svg?branch=master
+:target: https://travis-ci.org/simplejson/simplejson
+
+simplejson is a simple, fast, complete, correct and extensible
 JSON  encoder and decoder for Python 2.5+
 and Python 3.3+.  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:
-http://simplejson.readthedocs.org/
+https://simplejson.readthedocs.io/
 
 simplejson is the externally maintained development version of the
 json library included with Python 2.6 and Python 3.0, but maintains
@@ -35,6 +41,7 @@
 is not maintained, and should only be used as a last resort.
 
 .. _python2.2: https://github.com/simplejson/simplejson/tree/python2.2
+https://github.com/simplejson/simplejson/tree/python2.2
 
 Platform: any
 Classifier: Development Status :: 5 - Production/Stable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.8.2/README.rst 
new/simplejson-3.9.0/README.rst
--- old/simplejson-3.8.2/README.rst 2014-07-22 22:36:17.0 +0200
+++ new/simplejson-3.9.0/README.rst 2016-10-21 04:58:09.0 +0

commit python3-simplejson for openSUSE:Factory

2016-05-17 Thread h_root
Hello community,

here is the log from the commit of package python3-simplejson for 
openSUSE:Factory checked in at 2016-05-17 17:12:33

Comparing /work/SRC/openSUSE:Factory/python3-simplejson (Old)
 and  /work/SRC/openSUSE:Factory/.python3-simplejson.new (New)


Package is "python3-simplejson"

Changes:

--- /work/SRC/openSUSE:Factory/python3-simplejson/python3-simplejson.changes
2016-02-22 08:56:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-simplejson.new/python3-simplejson.changes   
2016-05-17 17:12:34.0 +0200
@@ -1,0 +2,8 @@
+Sun May  8 07:06:18 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-simplejson.spec ++
--- /var/tmp/diff_new_pack.BkhqQr/_old  2016-05-17 17:12:35.0 +0200
+++ /var/tmp/diff_new_pack.BkhqQr/_new  2016-05-17 17:12:35.0 +0200
@@ -23,7 +23,7 @@
 Summary:Simple, fast, extensible JSON encoder/decoder for Python
 License:MIT or AFL-2.1
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3 >= 3.3
 BuildRequires:  python3-devel




commit python3-simplejson for openSUSE:Factory

2016-02-21 Thread h_root
Hello community,

here is the log from the commit of package python3-simplejson for 
openSUSE:Factory checked in at 2016-02-22 08:56:38

Comparing /work/SRC/openSUSE:Factory/python3-simplejson (Old)
 and  /work/SRC/openSUSE:Factory/.python3-simplejson.new (New)


Package is "python3-simplejson"

Changes:

--- /work/SRC/openSUSE:Factory/python3-simplejson/python3-simplejson.changes
2015-11-04 15:30:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-simplejson.new/python3-simplejson.changes   
2016-02-22 08:56:40.0 +0100
@@ -1,0 +2,12 @@
+Wed Feb 17 03:55:36 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 3.8.2:
+  * Fix implicit cast compiler warning in _speedups.c
+  * simplejson is now available as wheels for OS X and Windows thanks
+to Travis-CI and AppVeyor respectively! Many thanks to @aebrahim
+for getting this party started.
+
+---

Old:

  simplejson-3.8.1.tar.gz

New:

  simplejson-3.8.2.tar.gz



Other differences:
--
++ python3-simplejson.spec ++
--- /var/tmp/diff_new_pack.zhy7sk/_old  2016-02-22 08:56:41.0 +0100
+++ /var/tmp/diff_new_pack.zhy7sk/_new  2016-02-22 08:56:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-simplejson
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
 
 
 Name:   python3-simplejson
-Version:3.8.1
+Version:3.8.2
 Release:0
 Url:http://github.com/simplejson/simplejson
 Summary:Simple, fast, extensible JSON encoder/decoder for Python

++ simplejson-3.8.1.tar.gz -> simplejson-3.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.8.1/CHANGES.txt 
new/simplejson-3.8.2/CHANGES.txt
--- old/simplejson-3.8.1/CHANGES.txt2015-10-27 16:30:57.0 +0100
+++ new/simplejson-3.8.2/CHANGES.txt2016-02-15 19:02:14.0 +0100
@@ -1,3 +1,12 @@
+Version 3.8.2 released 2016-02-14
+
+* Fix implicit cast compiler warning in _speedups.c
+* simplejson is now available as wheels for OS X and Windows thanks to 
Travis-CI
+  and AppVeyor respectively! Many thanks to @aebrahim for getting this party
+  started.
+  https://github.com/simplejson/simplejson/pull/130
+  https://github.com/simplejson/simplejson/issues/122
+
 Version 3.8.1 released 2015-10-27
 
 * Fix issue with iterable_as_array and indent option
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.8.1/PKG-INFO 
new/simplejson-3.8.2/PKG-INFO
--- old/simplejson-3.8.1/PKG-INFO   2015-10-27 16:32:20.0 +0100
+++ new/simplejson-3.8.2/PKG-INFO   2016-02-15 21:18:55.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: simplejson
-Version: 3.8.1
+Version: 3.8.2
 Summary: Simple, fast, extensible JSON encoder/decoder for Python
 Home-page: http://github.com/simplejson/simplejson
 Author: Bob Ippolito
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.8.1/conf.py new/simplejson-3.8.2/conf.py
--- old/simplejson-3.8.1/conf.py2015-09-04 19:35:07.0 +0200
+++ new/simplejson-3.8.2/conf.py2016-02-15 19:02:14.0 +0100
@@ -44,7 +44,7 @@
 # The short X.Y version.
 version = '3.8'
 # The full version, including alpha/beta/rc tags.
-release = '3.8.1'
+release = '3.8.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.8.1/scripts/artifacts.py 
new/simplejson-3.8.2/scripts/artifacts.py
--- old/simplejson-3.8.1/scripts/artifacts.py   1970-01-01 01:00:00.0 
+0100
+++ new/simplejson-3.8.2/scripts/artifacts.py   2016-02-15 21:17:38.0 
+0100
@@ -0,0 +1,48 @@
+try:
+from urllib.request import urlopen
+except ImportError:
+from urllib import urlopen
+
+import io
+import json
+import subprocess
+
+
+def get_json(url):
+return json.loads(urlopen(url).read().decode('utf-8'))
+
+
+def download_file(src_url, dest_path):
+print(dest_path)
+subprocess.call(
+['curl', '-L', '-#', '-o', dest_path, src_url])
+
+
+def download_appveyor_artifacts():
+api_url = 'https://ci.appveyor.com/api'
+builds = get_json(
+'{}/projects/etrepum/simplejson'.format(api_url))
+
+for job in builds['bui

commit python3-simplejson for openSUSE:Factory

2015-11-04 Thread h_root
Hello community,

here is the log from the commit of package python3-simplejson for 
openSUSE:Factory checked in at 2015-11-04 15:30:27

Comparing /work/SRC/openSUSE:Factory/python3-simplejson (Old)
 and  /work/SRC/openSUSE:Factory/.python3-simplejson.new (New)


Package is "python3-simplejson"

Changes:

--- /work/SRC/openSUSE:Factory/python3-simplejson/python3-simplejson.changes
2015-10-28 17:17:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-simplejson.new/python3-simplejson.changes   
2015-11-04 15:30:29.0 +0100
@@ -1,0 +2,9 @@
+Thu Oct 29 15:19:19 UTC 2015 - a...@gmx.de
+
+- update to version 3.8.1:
+  * Fix issue with iterable_as_array and indent option
+https://github.com/simplejson/simplejson/issues/128
+  * Fix typo in keyword argument name introduced in 3.8.0
+https://github.com/simplejson/simplejson/pull/123
+
+---

Old:

  simplejson-3.8.0.tar.gz

New:

  simplejson-3.8.1.tar.gz



Other differences:
--
++ python3-simplejson.spec ++
--- /var/tmp/diff_new_pack.qS4rCa/_old  2015-11-04 15:30:30.0 +0100
+++ /var/tmp/diff_new_pack.qS4rCa/_new  2015-11-04 15:30:30.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-simplejson
-Version:3.8.0
+Version:3.8.1
 Release:0
 Url:http://github.com/simplejson/simplejson
 Summary:Simple, fast, extensible JSON encoder/decoder for Python

++ simplejson-3.8.0.tar.gz -> simplejson-3.8.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.8.0/CHANGES.txt 
new/simplejson-3.8.1/CHANGES.txt
--- old/simplejson-3.8.0/CHANGES.txt2015-07-18 23:46:40.0 +0200
+++ new/simplejson-3.8.1/CHANGES.txt2015-10-27 16:30:57.0 +0100
@@ -1,4 +1,11 @@
-Version 3.8.0 released 2015-XX-XX
+Version 3.8.1 released 2015-10-27
+
+* Fix issue with iterable_as_array and indent option
+  https://github.com/simplejson/simplejson/issues/128
+* Fix typo in keyword argument name introduced in 3.8.0
+  https://github.com/simplejson/simplejson/pull/123
+
+Version 3.8.0 released 2015-07-18
 
 * New iterable_as_array encoder option to perform lazy serialization of
   any iterable objects, without having to convert to tuple or list.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.8.0/PKG-INFO 
new/simplejson-3.8.1/PKG-INFO
--- old/simplejson-3.8.0/PKG-INFO   2015-07-18 23:50:32.0 +0200
+++ new/simplejson-3.8.1/PKG-INFO   2015-10-27 16:32:20.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: simplejson
-Version: 3.8.0
+Version: 3.8.1
 Summary: Simple, fast, extensible JSON encoder/decoder for Python
 Home-page: http://github.com/simplejson/simplejson
 Author: Bob Ippolito
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.8.0/conf.py new/simplejson-3.8.1/conf.py
--- old/simplejson-3.8.0/conf.py2015-07-18 23:46:40.0 +0200
+++ new/simplejson-3.8.1/conf.py2015-09-04 19:35:07.0 +0200
@@ -44,7 +44,7 @@
 # The short X.Y version.
 version = '3.8'
 # The full version, including alpha/beta/rc tags.
-release = '3.8.0'
+release = '3.8.1'
 
 # 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.8.0/setup.py 
new/simplejson-3.8.1/setup.py
--- old/simplejson-3.8.0/setup.py   2015-07-18 23:46:40.0 +0200
+++ new/simplejson-3.8.1/setup.py   2015-09-04 19:35:02.0 +0200
@@ -11,7 +11,7 @@
 DistutilsPlatformError
 
 IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '3.8.0'
+VERSION = '3.8.1'
 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.8.0/simplejson/__init__.py 
new/simplejson-3.8.1/simplejson/__init__.py
--- old/simplejson-3.8.0/simplejson/__init__.py 2015-07-18 23:46:40.0 
+0200
+++ new/simplejson-3.8.1/simplejson/__init__.py 2015-09-04 19:35:12.0 
+0200
@@ -97,7 +97,7 @@
 Expecting property name: line 1 column 3 (char 2)
 """
 from __future__ import absolute_import
-__version__ = '3.8.0'
+__version__ = '3.8.1'
 __all__ = [
 'dump', 'dumps', 'load', 'loads',
 'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.8.0/simplejson/_speedups.c 
new/si

commit python3-simplejson for openSUSE:Factory

2015-10-28 Thread h_root
Hello community,

here is the log from the commit of package python3-simplejson for 
openSUSE:Factory checked in at 2015-10-28 17:17:19

Comparing /work/SRC/openSUSE:Factory/python3-simplejson (Old)
 and  /work/SRC/openSUSE:Factory/.python3-simplejson.new (New)


Package is "python3-simplejson"

Changes:

--- /work/SRC/openSUSE:Factory/python3-simplejson/python3-simplejson.changes
2015-07-19 11:45:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-simplejson.new/python3-simplejson.changes   
2015-10-28 17:17:21.0 +0100
@@ -1,0 +2,6 @@
+Wed Oct 21 11:50:31 UTC 2015 - toddrme2...@gmail.com
+
+- Don't build with python3-buildservice-tweak
+  The unit tests don't work properly with it.
+
+---



Other differences:
--
++ python3-simplejson.spec ++
--- /var/tmp/diff_new_pack.ye0ajv/_old  2015-10-28 17:17:21.0 +0100
+++ /var/tmp/diff_new_pack.ye0ajv/_new  2015-10-28 17:17:21.0 +0100
@@ -28,6 +28,7 @@
 BuildRequires:  python3 >= 3.3
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
+BuildConflicts: python3-buildservice-tweak
 Requires:   python3-coverage
 Requires:   python3-nose
 




commit python3-simplejson for openSUSE:Factory

2015-07-19 Thread h_root
Hello community,

here is the log from the commit of package python3-simplejson for 
openSUSE:Factory checked in at 2015-07-19 11:45:50

Comparing /work/SRC/openSUSE:Factory/python3-simplejson (Old)
 and  /work/SRC/openSUSE:Factory/.python3-simplejson.new (New)


Package is "python3-simplejson"

Changes:

--- /work/SRC/openSUSE:Factory/python3-simplejson/python3-simplejson.changes
2015-06-06 09:54:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-simplejson.new/python3-simplejson.changes   
2015-07-19 11:45:51.0 +0200
@@ -1,0 +2,8 @@
+Sat Jul 18 23:47:30 UTC 2015 - a...@gmx.de
+
+- update to version 3.8.0:
+  * New iterable_as_array encoder option to perform lazy serialization
+of any iterable objects, without having to convert to tuple or
+list.
+
+---

Old:

  simplejson-3.7.3.tar.gz

New:

  simplejson-3.8.0.tar.gz



Other differences:
--
++ python3-simplejson.spec ++
--- /var/tmp/diff_new_pack.7uZxCH/_old  2015-07-19 11:45:52.0 +0200
+++ /var/tmp/diff_new_pack.7uZxCH/_new  2015-07-19 11:45:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-simplejson
-Version:3.7.3
+Version:3.8.0
 Release:0
 Url:http://github.com/simplejson/simplejson
 Summary:Simple, fast, extensible JSON encoder/decoder for Python

++ simplejson-3.7.3.tar.gz -> simplejson-3.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.7.3/CHANGES.txt 
new/simplejson-3.8.0/CHANGES.txt
--- old/simplejson-3.7.3/CHANGES.txt2015-05-31 21:24:24.0 +0200
+++ new/simplejson-3.8.0/CHANGES.txt2015-07-18 23:46:40.0 +0200
@@ -1,3 +1,8 @@
+Version 3.8.0 released 2015-XX-XX
+
+* New iterable_as_array encoder option to perform lazy serialization of
+  any iterable objects, without having to convert to tuple or list.
+
 Version 3.7.3 released 2015-05-31
 
 * Fix typo introduced in 3.7.0 (behavior should be indistinguishable)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.7.3/PKG-INFO 
new/simplejson-3.8.0/PKG-INFO
--- old/simplejson-3.7.3/PKG-INFO   2015-05-31 21:27:46.0 +0200
+++ new/simplejson-3.8.0/PKG-INFO   2015-07-18 23:50:32.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: simplejson
-Version: 3.7.3
+Version: 3.8.0
 Summary: Simple, fast, extensible JSON encoder/decoder for Python
 Home-page: http://github.com/simplejson/simplejson
 Author: Bob Ippolito
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.7.3/conf.py new/simplejson-3.8.0/conf.py
--- old/simplejson-3.7.3/conf.py2015-05-31 21:24:52.0 +0200
+++ new/simplejson-3.8.0/conf.py2015-07-18 23:46:40.0 +0200
@@ -42,9 +42,9 @@
 # other places throughout the built documents.
 #
 # The short X.Y version.
-version = '3.7'
+version = '3.8'
 # The full version, including alpha/beta/rc tags.
-release = '3.7.3'
+release = '3.8.0'
 
 # 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.7.3/index.rst 
new/simplejson-3.8.0/index.rst
--- old/simplejson-3.7.3/index.rst  2015-05-18 18:28:42.0 +0200
+++ new/simplejson-3.8.0/index.rst  2015-07-18 23:46:40.0 +0200
@@ -142,7 +142,7 @@
namedtuple_as_object=True, tuple_as_array=True, \
bigint_as_string=False, sort_keys=False, \
item_sort_key=None, for_json=None, ignore_nan=False, \
-   int_as_string_bitcount=None, **kw)
+   int_as_string_bitcount=None, iterable_as_array=False, **kw)
 
Serialize *obj* as a JSON formatted stream to *fp* (a 
``.write()``-supporting
file-like object) using this :ref:`conversion table `.
@@ -230,6 +230,13 @@
If *tuple_as_array* is true (default: ``True``),
:class:`tuple` (and subclasses) will be encoded as JSON arrays.
 
+  If *iterable_as_array* is true (default: ``False``),
+  any object not in the above table that implements ``__iter__()``
+  will be encoded as a JSON array.
+
+  .. versionchanged:: 3.8.0
+*iterable_as_array* is new in 3.8.0.
+
.. versionchanged:: 2.2.0
  *tuple_as_array* is new in 2.2.0.
 
@@ -302,7 +309,7 @@
 namedtuple_as_object=True, tuple_as_array=True, \
 bigint_as_string=False, sort_keys=False, \
 item_sort_key=None, for_json=None, ignore_nan=False, \
-   

commit python3-simplejson for openSUSE:Factory

2015-06-06 Thread h_root
Hello community,

here is the log from the commit of package python3-simplejson for 
openSUSE:Factory checked in at 2015-06-06 09:54:08

Comparing /work/SRC/openSUSE:Factory/python3-simplejson (Old)
 and  /work/SRC/openSUSE:Factory/.python3-simplejson.new (New)


Package is "python3-simplejson"

Changes:

--- /work/SRC/openSUSE:Factory/python3-simplejson/python3-simplejson.changes
2015-06-01 09:55:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-simplejson.new/python3-simplejson.changes   
2015-06-06 09:54:17.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun  5 00:40:08 UTC 2015 - a...@gmx.de
+
+- update to version 3.7.3:
+  * Fix typo introduced in 3.7.0 (behavior should be indistinguishable)
+
https://github.com/simplejson/simplejson/commit/e18cc09b688ea1f3305c27616fd3cadd2adc6d31#commitcomment-11443842
+
+---

Old:

  simplejson-3.7.2.tar.gz

New:

  simplejson-3.7.3.tar.gz



Other differences:
--
++ python3-simplejson.spec ++
--- /var/tmp/diff_new_pack.MWToN2/_old  2015-06-06 09:54:18.0 +0200
+++ /var/tmp/diff_new_pack.MWToN2/_new  2015-06-06 09:54:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-simplejson
-Version:3.7.2
+Version:3.7.3
 Release:0
 Url:http://github.com/simplejson/simplejson
 Summary:Simple, fast, extensible JSON encoder/decoder for Python

++ simplejson-3.7.2.tar.gz -> simplejson-3.7.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.7.2/CHANGES.txt 
new/simplejson-3.7.3/CHANGES.txt
--- old/simplejson-3.7.2/CHANGES.txt2015-05-22 18:26:24.0 +0200
+++ new/simplejson-3.7.3/CHANGES.txt2015-05-31 21:24:24.0 +0200
@@ -1,3 +1,8 @@
+Version 3.7.3 released 2015-05-31
+
+* Fix typo introduced in 3.7.0 (behavior should be indistinguishable)
+  
https://github.com/simplejson/simplejson/commit/e18cc09b688ea1f3305c27616fd3cadd2adc6d31#commitcomment-11443842
+
 Version 3.7.2 released 2015-05-22
 
 * Do not cache Decimal class in encoder, only reference the decimal module.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.7.2/PKG-INFO 
new/simplejson-3.7.3/PKG-INFO
--- old/simplejson-3.7.2/PKG-INFO   2015-05-22 18:34:43.0 +0200
+++ new/simplejson-3.7.3/PKG-INFO   2015-05-31 21:27:46.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: simplejson
-Version: 3.7.2
+Version: 3.7.3
 Summary: Simple, fast, extensible JSON encoder/decoder for Python
 Home-page: http://github.com/simplejson/simplejson
 Author: Bob Ippolito
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.7.2/conf.py new/simplejson-3.7.3/conf.py
--- old/simplejson-3.7.2/conf.py2015-05-22 18:23:16.0 +0200
+++ new/simplejson-3.7.3/conf.py2015-05-31 21:24:52.0 +0200
@@ -44,7 +44,7 @@
 # The short X.Y version.
 version = '3.7'
 # The full version, including alpha/beta/rc tags.
-release = '3.7.2'
+release = '3.7.3'
 
 # 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.7.2/setup.py 
new/simplejson-3.7.3/setup.py
--- old/simplejson-3.7.2/setup.py   2015-05-22 18:23:31.0 +0200
+++ new/simplejson-3.7.3/setup.py   2015-05-31 21:24:46.0 +0200
@@ -11,7 +11,7 @@
 DistutilsPlatformError
 
 IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '3.7.2'
+VERSION = '3.7.3'
 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.7.2/simplejson/__init__.py 
new/simplejson-3.7.3/simplejson/__init__.py
--- old/simplejson-3.7.2/simplejson/__init__.py 2015-05-22 18:21:54.0 
+0200
+++ new/simplejson-3.7.3/simplejson/__init__.py 2015-05-31 21:24:42.0 
+0200
@@ -98,7 +98,7 @@
 Expecting property name: line 1 column 3 (char 2)
 """
 from __future__ import absolute_import
-__version__ = '3.7.2'
+__version__ = '3.7.3'
 __all__ = [
 'dump', 'dumps', 'load', 'loads',
 'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.7.2/simplejson/encoder.py 
new/simplejson-3.7.3/simplejson/encoder.py
--- old/simplejson-3.7.2/simplejson/encoder.py  2015-05-22 18:21:25.0 
+0200
+++ new/simplejson-3.7.3/simplejson/encoder.py  

commit python3-simplejson for openSUSE:Factory

2015-06-01 Thread h_root
Hello community,

here is the log from the commit of package python3-simplejson for 
openSUSE:Factory checked in at 2015-06-01 09:55:18

Comparing /work/SRC/openSUSE:Factory/python3-simplejson (Old)
 and  /work/SRC/openSUSE:Factory/.python3-simplejson.new (New)


Package is "python3-simplejson"

Changes:

--- /work/SRC/openSUSE:Factory/python3-simplejson/python3-simplejson.changes
2014-12-01 14:01:14.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-simplejson.new/python3-simplejson.changes   
2015-06-01 09:55:19.0 +0200
@@ -1,0 +2,20 @@
+Sat May 30 17:54:55 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 3.7.2:
+  * Do not cache Decimal class in encoder, only reference the decimal
+ module.  This may make reload work in more common scenarios.
+
+- changes from Version 3.7.1:
+  * Fix compilation with MSVC
+https://github.com/simplejson/simplejson/pull/119
+
+- changes from Version 3.7.0:
+  * simplejson no longer trusts custom str/repr methods for int, long,
+float subclasses. These instances are now formatted as if they
+were exact instances of those types.
+https://github.com/simplejson/simplejson/issues/118
+
+---

Old:

  simplejson-3.6.5.tar.gz

New:

  simplejson-3.7.2.tar.gz



Other differences:
--
++ python3-simplejson.spec ++
--- /var/tmp/diff_new_pack.aLx473/_old  2015-06-01 09:55:20.0 +0200
+++ /var/tmp/diff_new_pack.aLx473/_new  2015-06-01 09:55:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-simplejson
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   python3-simplejson
-Version:3.6.5
+Version:3.7.2
 Release:0
 Url:http://github.com/simplejson/simplejson
 Summary:Simple, fast, extensible JSON encoder/decoder for Python

++ simplejson-3.6.5.tar.gz -> simplejson-3.7.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.6.5/CHANGES.txt 
new/simplejson-3.7.2/CHANGES.txt
--- old/simplejson-3.6.5/CHANGES.txt2014-10-24 17:13:39.0 +0200
+++ new/simplejson-3.7.2/CHANGES.txt2015-05-22 18:26:24.0 +0200
@@ -1,3 +1,20 @@
+Version 3.7.2 released 2015-05-22
+
+* Do not cache Decimal class in encoder, only reference the decimal module.
+  This may make reload work in more common scenarios.
+
+Version 3.7.1 released 2015-05-18
+
+* Fix compilation with MSVC
+  https://github.com/simplejson/simplejson/pull/119
+
+Version 3.7.0 released 2015-05-18
+
+* simplejson no longer trusts custom str/repr methods for int, long, float
+  subclasses. These instances are now formatted as if they were exact
+  instances of those types.
+  https://github.com/simplejson/simplejson/issues/118
+
 Version 3.6.5 released 2014-10-24
 
 * Importing bug fix for reference leak when an error occurs during
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.6.5/PKG-INFO 
new/simplejson-3.7.2/PKG-INFO
--- old/simplejson-3.6.5/PKG-INFO   2014-10-24 17:18:17.0 +0200
+++ new/simplejson-3.7.2/PKG-INFO   2015-05-22 18:34:43.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: simplejson
-Version: 3.6.5
+Version: 3.7.2
 Summary: Simple, fast, extensible JSON encoder/decoder for Python
 Home-page: http://github.com/simplejson/simplejson
 Author: Bob Ippolito
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.6.5/conf.py new/simplejson-3.7.2/conf.py
--- old/simplejson-3.6.5/conf.py2014-10-24 17:14:03.0 +0200
+++ new/simplejson-3.7.2/conf.py2015-05-22 18:23:16.0 +0200
@@ -36,15 +36,15 @@
 
 # General substitutions.
 project = 'simplejson'
-copyright = '2014, Bob Ippolito'
+copyright = '2015, Bob Ippolito'
 
 # The default replacements for |version| and |release|, also used in various
 # other places throughout the built documents.
 #
 # The short X.Y version.
-version = '3.6'
+version = '3.7'
 # The full version, including alpha/beta/rc tags.
-release = '3.6.5'
+release = '3.7.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.6.5/index.rst 
new/simplejson-3.7.2/index.rst
-

commit python3-simplejson for openSUSE:Factory

2014-12-01 Thread h_root
Hello community,

here is the log from the commit of package python3-simplejson for 
openSUSE:Factory checked in at 2014-12-01 14:01:05

Comparing /work/SRC/openSUSE:Factory/python3-simplejson (Old)
 and  /work/SRC/openSUSE:Factory/.python3-simplejson.new (New)


Package is "python3-simplejson"

Changes:

--- /work/SRC/openSUSE:Factory/python3-simplejson/python3-simplejson.changes
2014-05-21 16:22:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-simplejson.new/python3-simplejson.changes   
2014-12-01 14:01:14.0 +0100
@@ -1,0 +2,35 @@
+Sat Nov 29 08:29:03 UTC 2014 - a...@gmx.de
+
+- Update to version 3.6.5
+  * Importing bug fix for reference leak when an error occurs during
+dict encoding https://github.com/simplejson/simplejson/issues/109
+- Changes from version.6.4
+  * Important bug fix for dump when only sort_keys is set
+https://github.com/simplejson/simplejson/issues/106
+- Changes from version 3.6.3
+  * Documentation updates
+https://github.com/simplejson/simplejson/issues/103
+- Changes from version 3.6.2
+  * Documentation updates
+http://bugs.python.org/issue21514
+-Changes from version 3.6.1
+  * Documentation updates
+https://github.com/simplejson/simplejson/issues/102
+- Changes from version 3.6.0
+  * Automatically strip any UTF-8 BOM from input to more closely
+follow the latest specs https://github.com/simplejson/simplejson/pull/101
+- Changes from version 3.5.3
+  * Fix lower bound checking in scan_once / raw_decode API
+https://github.com/simplejson/simplejson/issues/98
+- Changes from version 3.5.2
+  * Fix Windows build with VS2008
+https://github.com/simplejson/simplejson/pull/97
+- Changes from version 3.5.1
+  * Consistently reject int_as_string_bitcount settings that are not
+positive integers
+- Changes from version 3.5.0
+  * Added int_as_string_bitcount encoder option
+https://github.com/simplejson/pull/96
+  * Fixed potential crash when encoder created with incorrect options
+
+---

Old:

  simplejson-3.4.1.tar.gz

New:

  simplejson-3.6.5.tar.gz



Other differences:
--
++ python3-simplejson.spec ++
--- /var/tmp/diff_new_pack.q3lGHn/_old  2014-12-01 14:01:16.0 +0100
+++ /var/tmp/diff_new_pack.q3lGHn/_new  2014-12-01 14:01:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-simplejson
-Version:3.4.1
+Version:3.6.5
 Release:0
 Url:http://github.com/simplejson/simplejson
 Summary:Simple, fast, extensible JSON encoder/decoder for Python

++ simplejson-3.4.1.tar.gz -> simplejson-3.6.5.tar.gz ++
 1879 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-simplejson for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package python3-simplejson for 
openSUSE:Factory checked in at 2014-05-21 16:21:59

Comparing /work/SRC/openSUSE:Factory/python3-simplejson (Old)
 and  /work/SRC/openSUSE:Factory/.python3-simplejson.new (New)


Package is "python3-simplejson"

Changes:

--- /work/SRC/openSUSE:Factory/python3-simplejson/python3-simplejson.changes
2013-08-01 16:02:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-simplejson.new/python3-simplejson.changes   
2014-05-21 16:22:00.0 +0200
@@ -1,0 +2,18 @@
+Tue May 20 12:27:38 UTC 2014 - toddrme2...@gmail.com
+
+- Update to 3.4.1
+  * Fixed tests to run on Python 3.4
+- Update to 3.4.0
+  * Native setuptools support re-introduced
+https://github.com/simplejson/simplejson/pull/92
+- Update to 3.3.3
+  * Improve test suite's Python 3.4 compatibility
+https://github.com/simplejson/simplejson/issues/87
+- Update to 3.3.2
+  * Docstring fix for decoded string types
+https://github.com/simplejson/simplejson/pull/82
+- update to 3.3.1:
+  * JSONDecodeError exceptions can now be pickled
+- Require python-setuptools instead of distribute (upstreams merged)
+  
+---

Old:

  simplejson-3.3.0.tar.gz

New:

  simplejson-3.4.1.tar.gz



Other differences:
--
++ python3-simplejson.spec ++
--- /var/tmp/diff_new_pack.XlGj6j/_old  2014-05-21 16:22:01.0 +0200
+++ /var/tmp/diff_new_pack.XlGj6j/_new  2014-05-21 16:22:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-simplejson
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-simplejson
-Version:3.3.0
+Version:3.4.1
 Release:0
 Url:http://github.com/simplejson/simplejson
 Summary:Simple, fast, extensible JSON encoder/decoder for Python

++ simplejson-3.3.0.tar.gz -> simplejson-3.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.3.0/CHANGES.txt 
new/simplejson-3.4.1/CHANGES.txt
--- old/simplejson-3.3.0/CHANGES.txt2013-05-08 08:04:12.0 +0200
+++ new/simplejson-3.4.1/CHANGES.txt2014-04-30 20:42:30.0 +0200
@@ -1,3 +1,27 @@
+Version 3.4.1 released 2014-04-30
+
+* Fixed tests to run on Python 3.4
+
+Version 3.4.0 released 2014-04-02
+
+* Native setuptools support re-introduced
+  https://github.com/simplejson/simplejson/pull/92
+
+Version 3.3.3 released 2014-02-14
+
+* Improve test suite's Python 3.4 compatibility
+  https://github.com/simplejson/simplejson/issues/87
+
+Version 3.3.2 released 2014-01-06
+
+* Docstring fix for decoded string types
+  https://github.com/simplejson/simplejson/pull/82
+
+Version 3.3.1 released 2013-10-05
+
+* JSONDecodeError exceptions can now be pickled
+  https://github.com/simplejson/simplejson/pull/78
+
 Version 3.3.0 released 2013-05-07
 
 * Unpaired surrogates once again pass through the decoder, to match older
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.3.0/PKG-INFO 
new/simplejson-3.4.1/PKG-INFO
--- old/simplejson-3.3.0/PKG-INFO   2013-05-08 11:30:45.0 +0200
+++ new/simplejson-3.4.1/PKG-INFO   2014-04-30 20:47:34.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: simplejson
-Version: 3.3.0
+Version: 3.4.1
 Summary: Simple, fast, extensible JSON encoder/decoder for Python
 Home-page: http://github.com/simplejson/simplejson
 Author: Bob Ippolito
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.3.0/conf.py new/simplejson-3.4.1/conf.py
--- old/simplejson-3.3.0/conf.py2013-05-08 08:04:12.0 +0200
+++ new/simplejson-3.4.1/conf.py2014-04-30 20:42:56.0 +0200
@@ -36,15 +36,15 @@
 
 # General substitutions.
 project = 'simplejson'
-copyright = '2013, Bob Ippolito'
+copyright = '2014, Bob Ippolito'
 
 # The default replacements for |version| and |release|, also used in various
 # other places throughout the built documents.
 #
 # The short X.Y version.
-version = '3.3'
+version = '3.4'
 # The full version, including alpha/beta/rc tags.
-release = '3.3.0'
+release = '3.4.1'
 
 # 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

commit python3-simplejson for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package python3-simplejson for 
openSUSE:Factory checked in at 2013-08-01 16:02:17

Comparing /work/SRC/openSUSE:Factory/python3-simplejson (Old)
 and  /work/SRC/openSUSE:Factory/.python3-simplejson.new (New)


Package is "python3-simplejson"

Changes:

--- /work/SRC/openSUSE:Factory/python3-simplejson/python3-simplejson.changes
2013-06-21 19:09:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-simplejson.new/python3-simplejson.changes   
2013-08-01 16:02:19.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug  1 09:11:12 UTC 2013 - speili...@suse.com
+
+- No need to run 2to3 anymore, fixes testsuite
+
+---



Other differences:
--
++ python3-simplejson.spec ++
--- /var/tmp/diff_new_pack.om3sLn/_old  2013-08-01 16:02:19.0 +0200
+++ /var/tmp/diff_new_pack.om3sLn/_new  2013-08-01 16:02:19.0 +0200
@@ -26,9 +26,8 @@
 Source: 
http://pypi.python.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3 >= 3.3
-BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+BuildRequires:  python3-setuptools
 Requires:   python3-coverage
 Requires:   python3-nose
 
@@ -42,15 +41,13 @@
 %setup -q -n simplejson-%{version}
 
 %build
-2to3 -w -n ./
 CFLAGS="%{optflags} -fno-strict-aliasing" python3 setup.py build
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-#NOTE(saschpe): Recursion error, check back:
-#%%check
-#python3 setup.py test
+%check
+python3 setup.py test
 
 %files
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-simplejson for openSUSE:Factory

2013-01-20 Thread h_root
Hello community,

here is the log from the commit of package python3-simplejson for 
openSUSE:Factory checked in at 2013-01-21 07:40:01

Comparing /work/SRC/openSUSE:Factory/python3-simplejson (Old)
 and  /work/SRC/openSUSE:Factory/.python3-simplejson.new (New)


Package is "python3-simplejson", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org