From e8f9c5949e19709aded0c59e44d35c900da4a7f858d7bff4c0c1590caa59d813 Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 12 Apr 2013 12:10:31 +0000 Subject: [PATCH] Accepting request 163738 from devel:languages:python3 - Disable building on python3 < 3.3 since it is not supported - Update to version 3.1.3 (forwarded request 163737 from TheBlackCat) OBS-URL: https://build.opensuse.org/request/show/163738 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=45 --- python-simplejson.changes | 26 ++++++++++++++++++++++++++ python-simplejson.spec | 2 +- python3-simplejson.changes | 27 +++++++++++++++++++++++++++ python3-simplejson.spec | 4 ++-- simplejson-3.0.8.tar.gz | 3 --- simplejson-3.1.3.tar.gz | 3 +++ 6 files changed, 59 insertions(+), 6 deletions(-) delete mode 100644 simplejson-3.0.8.tar.gz create mode 100644 simplejson-3.1.3.tar.gz diff --git a/python-simplejson.changes b/python-simplejson.changes index 1a57178..dd27423 100644 --- a/python-simplejson.changes +++ b/python-simplejson.changes @@ -1,6 +1,32 @@ ------------------------------------------------------------------- Thu Feb 21 15:39:09 UTC 2013 - p.drouand@gmail.com +- Update to version 3.1.3 + * Updated documentation to discourage subclassing whenever possible. + default, object_hook, and object_pairs_hook provide almost all of + the functionality of subclassing. +- Update to version 3.1.2 + * Updated documentation to reflect separators behavior when indent is + not None + * Test suite should be compatible with debug builds of Python 2.x and 3.x +- Update to version 3.1.1 + * setup.py now has another workaround for Windows machines without + MSVC installed +- Update to version 3.1.0 + * Updated JSON conformance test suite + * simplejson.tool tests and bugfix for Python 3.x + * Improve error messages for certain kinds of truncated input + * Moved JSONDecodeError to json.scanner (still available for import + from json.decoder) + * Changed scanner to use JSONDecodeError directly rather than + StopIteration to improve error messages +- Update to version 3.0.9 + * Fix an off-by-one error in the colno property of JSONDecodeError + (when lineno == 1) + +------------------------------------------------------------------- +Thu Feb 21 15:39:09 UTC 2013 - p.drouand@gmail.com + - Update to version 3.0.8: * Fix a Python 2.x compiler warning for narrow unicode builds https://github.com/simplejson/simplejson/issues/56 diff --git a/python-simplejson.spec b/python-simplejson.spec index 4165442..555ad0c 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -17,7 +17,7 @@ Name: python-simplejson -Version: 3.0.8 +Version: 3.1.3 Release: 0 Url: http://github.com/simplejson/simplejson Summary: Simple, fast, extensible JSON encoder/decoder for Python diff --git a/python3-simplejson.changes b/python3-simplejson.changes index d0d74ab..d48ff3a 100644 --- a/python3-simplejson.changes +++ b/python3-simplejson.changes @@ -1,6 +1,33 @@ ------------------------------------------------------------------- Thu Feb 21 15:39:09 UTC 2013 - p.drouand@gmail.com +- Disable building on python3 < 3.3 since it is not supported +- Update to version 3.1.3 + * Updated documentation to discourage subclassing whenever possible. + default, object_hook, and object_pairs_hook provide almost all of + the functionality of subclassing. +- Update to version 3.1.2 + * Updated documentation to reflect separators behavior when indent is + not None + * Test suite should be compatible with debug builds of Python 2.x and 3.x +- Update to version 3.1.1 + * setup.py now has another workaround for Windows machines without + MSVC installed +- Update to version 3.1.0 + * Updated JSON conformance test suite + * simplejson.tool tests and bugfix for Python 3.x + * Improve error messages for certain kinds of truncated input + * Moved JSONDecodeError to json.scanner (still available for import + from json.decoder) + * Changed scanner to use JSONDecodeError directly rather than + StopIteration to improve error messages +- Update to version 3.0.9 + * Fix an off-by-one error in the colno property of JSONDecodeError + (when lineno == 1) + +------------------------------------------------------------------- +Thu Feb 21 15:39:09 UTC 2013 - p.drouand@gmail.com + - Update to version 3.0.8: * Fix a Python 2.x compiler warning for narrow unicode builds https://github.com/simplejson/simplejson/issues/56 diff --git a/python3-simplejson.spec b/python3-simplejson.spec index 335a009..543a56d 100644 --- a/python3-simplejson.spec +++ b/python3-simplejson.spec @@ -17,7 +17,7 @@ Name: python3-simplejson -Version: 3.0.8 +Version: 3.1.3 Release: 0 Url: http://github.com/simplejson/simplejson Summary: Simple, fast, extensible JSON encoder/decoder for Python @@ -25,7 +25,7 @@ License: MIT or AFL-2.1 Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: python3 +BuildRequires: python3 >= 3.3 BuildRequires: python3-2to3 BuildRequires: python3-devel BuildRequires: python3-distribute diff --git a/simplejson-3.0.8.tar.gz b/simplejson-3.0.8.tar.gz deleted file mode 100644 index 1c030c4..0000000 --- a/simplejson-3.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d529cb15b2f7925827d29a111d0628927f8a56b856cc8ad03f722001c438a457 -size 62958 diff --git a/simplejson-3.1.3.tar.gz b/simplejson-3.1.3.tar.gz new file mode 100644 index 0000000..254266b --- /dev/null +++ b/simplejson-3.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941a25bbb00b021dbe026b94278d9fab9f4655e11ab76eb3f022a9ee097f0478 +size 65320