From 52d00503192973f36e629c8869652df1b65eb8be Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 6 Sep 2011 12:23:54 -0700 Subject: fix https://github.com/simplejson/simplejson/issues/16 - include MANIFEST.in in MANIFEST.in. distutils is dumb. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7dc6d78..c54f39c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '2.2.0' +VERSION = '2.2.1' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() -- cgit v1.2.1 From 205ec293aa75538599c47692c18c048b80ed0d3e Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Fri, 18 Nov 2011 16:57:10 -0800 Subject: bump version to 2.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c54f39c..534c333 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '2.2.1' +VERSION = '2.3.0' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() -- cgit v1.2.1 From d131445ddae87b810a2b186cb7b57c8fddb0444e Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Thu, 29 Dec 2011 10:39:42 -0800 Subject: bump version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 534c333..fb52014 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '2.3.0' +VERSION = '2.3.1' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() -- cgit v1.2.1 From f9f73115e42bcda4526cc89f145c873c7be2bef6 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Fri, 30 Dec 2011 07:32:35 -0800 Subject: fix 2.3.1 regression and bump version to 2.3.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index fb52014..80692b8 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '2.3.1' +VERSION = '2.3.2' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() -- cgit v1.2.1 From 9069fbfe3d856e4b66b42c9a354423812e5a593b Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Mon, 27 Feb 2012 12:24:29 -0800 Subject: bump to 2.3.3 and clean up indent code --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 80692b8..f53793d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '2.3.2' +VERSION = '2.3.3' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() -- cgit v1.2.1 From 1544fcc00249096849ee803bd9c1ad021c972ea3 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 6 Mar 2012 10:31:40 -0800 Subject: version and changelog bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f53793d..68fb1db 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '2.3.3' +VERSION = '2.4.0' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() -- cgit v1.2.1 From a19eb434a6733cf97dd5e4dd4721416743b840aa Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Thu, 29 Mar 2012 11:59:33 -0700 Subject: bump version to 2.5.0, add docs for item_sort_key --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 68fb1db..aa2f515 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '2.4.0' +VERSION = '2.5.0' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() -- cgit v1.2.1 From 607a4898322da4ff51f992690118ee6e5fa1be1d Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Thu, 10 May 2012 13:05:48 -0700 Subject: Support for use_decimal=True in sub-interpreters --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index aa2f515..34e7e32 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '2.5.0' +VERSION = '2.5.1' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() -- cgit v1.2.1 From e1919939c141bb55c18c67cf576bdb3c2fc0ab18 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Thu, 10 May 2012 15:12:21 -0700 Subject: Fix for regression introduced in 2.5.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 34e7e32..784e97b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '2.5.1' +VERSION = '2.5.2' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() -- cgit v1.2.1 From 16b63cdb118138f8639b6f005d92f2136c815a1e Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 26 Jun 2012 07:28:32 +0400 Subject: Error messages changed to match proposal for Python 3.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 784e97b..2629044 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '2.5.2' +VERSION = '2.6.0' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() -- cgit v1.2.1 From 6f5ca6ba4d2f71958176756eac2ac7fe6ec62537 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Fri, 27 Jul 2012 21:59:46 -0700 Subject: bump version to 2.6.1 and add test/docs for #38 raw_decode fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2629044..b257890 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '2.6.0' +VERSION = '2.6.1' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() -- cgit v1.2.1 From 57d980277f8d1d6324904edd43e1a730572b64b6 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Fri, 21 Sep 2012 12:26:31 -0700 Subject: export JSONEncoderForHTML (#41), bump to v2.6.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b257890..f799e29 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '2.6.1' +VERSION = '2.6.2' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() -- cgit v1.2.1 From 5846148410234f6466aefcddc68683811577998e Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Wed, 26 Dec 2012 12:48:47 -0800 Subject: First pass at Python 3.3 compatibility First pass at Python 3.3 compatibility, bump to 3.0.0 --- setup.py | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f799e29..0086943 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '2.6.2' +VERSION = '3.0.0' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() @@ -36,13 +36,13 @@ class ve_build_ext(build_ext): def run(self): try: build_ext.run(self) - except DistutilsPlatformError, x: + except DistutilsPlatformError: raise BuildFailed() def build_extension(self, ext): try: build_ext.build_extension(self, ext) - except ext_errors, x: + except ext_errors: raise BuildFailed() @@ -89,16 +89,17 @@ def run_setup(with_binary): try: run_setup(not IS_PYPY) except BuildFailed: - BUILD_EXT_WARNING = "WARNING: The C extension could not be compiled, speedups are not enabled." - print '*' * 75 - print BUILD_EXT_WARNING - print "Failure information, if any, is above." - print "I'm retrying the build without the C extension now." - print '*' * 75 + BUILD_EXT_WARNING = ("WARNING: The C extension could not be compiled, " + "speedups are not enabled.") + print('*' * 75) + print(BUILD_EXT_WARNING) + print("Failure information, if any, is above.") + print("I'm retrying the build without the C extension now.") + print('*' * 75) run_setup(False) - print '*' * 75 - print BUILD_EXT_WARNING - print "Plain-Python installation succeeded." - print '*' * 75 + print('*' * 75) + print(BUILD_EXT_WARNING) + print("Plain-Python installation succeeded.") + print('*' * 75) -- cgit v1.2.1 From 77850638e824d23e3301962b3b142fe2e0520abb Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Fri, 28 Dec 2012 18:06:06 -0800 Subject: add some more classifiers for pypi --- setup.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0086943..c85e235 100644 --- a/setup.py +++ b/setup.py @@ -13,9 +13,18 @@ LONG_DESCRIPTION = open('README.rst', 'r').read() CLASSIFIERS = filter(None, map(str.strip, """ +Development Status :: 5 - Production/Stable Intended Audience :: Developers License :: OSI Approved :: MIT License Programming Language :: Python +Programming Language :: Python :: 2 +Programming Language :: Python :: 2.5 +Programming Language :: Python :: 2.6 +Programming Language :: Python :: 2.7 +Programming Language :: Python :: 3 +Programming Language :: Python :: 3.3 +Programming Language :: Python :: Implementation :: CPython +Programming Language :: Python :: Implementation :: PyPy Topic :: Software Development :: Libraries :: Python Modules """.splitlines())) -- cgit v1.2.1 From 03396cb26b6165814150461ec9f49343c151d862 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 1 Jan 2013 13:17:38 -0800 Subject: _Py_Accu style encoder optimization, bump to 3.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c85e235..3f45697 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.0.0' +VERSION = '3.0.1' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() -- cgit v1.2.1 From ed84084a51367a4731f80794b062f54365ac9c59 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 1 Jan 2013 13:37:34 -0800 Subject: bump to 3.0.2, fix Py_EnterRecusiveCall/Py_LeaveRecursiveCall balance from 3.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3f45697..78c9bcc 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.0.1' +VERSION = '3.0.2' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() -- cgit v1.2.1 From 1deb43541905587b1b5014e03db78fce0adb2b58 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 1 Jan 2013 15:15:58 -0800 Subject: bump to 3.0.3, fix bugs --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 78c9bcc..9e55a9b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.0.2' +VERSION = '3.0.3' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() -- cgit v1.2.1 From bad35638105e9adc4f802c2dd515790646bb01a8 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Wed, 2 Jan 2013 11:25:43 -0800 Subject: bump to 3.0.4, update changes for #47 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9e55a9b..e61bac3 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.0.3' +VERSION = '3.0.4' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() -- cgit v1.2.1 From 88186b0b91343fed6d22e45b940ebd7f7e58f703 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Thu, 3 Jan 2013 11:30:56 -0800 Subject: bump to v3.0.5, fix deprecations in tests --- setup.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e61bac3..607e7bc 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +from __future__ import with_statement import sys from distutils.core import setup, Extension, Command @@ -7,9 +8,11 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.0.4' +VERSION = '3.0.5' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" -LONG_DESCRIPTION = open('README.rst', 'r').read() + +with open('README.rst', 'r') as f: + LONG_DESCRIPTION = f.read() CLASSIFIERS = filter(None, map(str.strip, """ @@ -67,7 +70,10 @@ class TestCommand(Command): def run(self): import sys, subprocess raise SystemExit( - subprocess.call([sys.executable, 'simplejson/tests/__init__.py'])) + subprocess.call([sys.executable, + # Turn on deprecation warnings + '-Wd', + 'simplejson/tests/__init__.py'])) def run_setup(with_binary): cmdclass = dict(test=TestCommand) -- cgit v1.2.1 From 9b30e089d1e346b533dea12f6dd28c5e200af057 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Fri, 11 Jan 2013 09:06:01 -0800 Subject: v3.0.6, fixes ensure_ascii=False regression (#50) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 607e7bc..7578766 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.0.5' +VERSION = '3.0.6' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From 0cb8be97d96ef319f32666b5f5bd23ddcbb9066e Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Fri, 11 Jan 2013 10:12:18 -0800 Subject: v3.0.7 now dual-licensed MIT or AFL v2.1 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7578766..429c215 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.0.6' +VERSION = '3.0.7' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: @@ -19,6 +19,7 @@ CLASSIFIERS = filter(None, map(str.strip, Development Status :: 5 - Production/Stable Intended Audience :: Developers License :: OSI Approved :: MIT License +License :: OSI Approved :: Academic Free License (AFL) Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.5 -- cgit v1.2.1 From 7b96b85710439cdc7dac16a4655bf407bfad77d7 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 19 Feb 2013 10:22:26 -0800 Subject: Fix a Python 2.x compiler warning for narrow unicode builds (#56) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 429c215..92412a0 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.0.7' +VERSION = '3.0.8' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From 44d7709a31f3a19f3d465411585ebb7be7fa2295 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Thu, 21 Feb 2013 09:38:52 -0800 Subject: fix off-by-one error in the colno of JSONDecodeError when lineno == 0 (#57) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 92412a0..59579b8 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.0.8' +VERSION = '3.0.9' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From 104b40fcf6aa39d9ba7b240c3c528d1f85e86ef2 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Thu, 21 Feb 2013 14:19:08 -0800 Subject: improve truncated input error messages, use JSONDecodeError instead of StopIteration (#61) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 59579b8..1ef4f8a 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.0.9' +VERSION = '3.1.0' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From c8feb3ab3113dd04aa4897a8897b78742d94124d Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Thu, 21 Feb 2013 17:27:08 -0800 Subject: another setup.py workaround for Windows with missing MSVC --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1ef4f8a..57d467e 100644 --- a/setup.py +++ b/setup.py @@ -35,8 +35,9 @@ Topic :: Software Development :: Libraries :: Python Modules if sys.platform == 'win32' and sys.version_info > (2, 6): # 2.6's distutils.msvc9compiler can raise an IOError when failing to # find the compiler + # It can also raise ValueError http://bugs.python.org/issue7511 ext_errors = (CCompilerError, DistutilsExecError, DistutilsPlatformError, - IOError) + IOError, ValueError) else: ext_errors = (CCompilerError, DistutilsExecError, DistutilsPlatformError) -- cgit v1.2.1 From 062aa98fe19c9536b6ede4c0b84f5f3e6711b768 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Thu, 21 Feb 2013 20:37:02 -0800 Subject: tag v3.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 57d467e..9deb4ab 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.1.0' +VERSION = '3.1.1' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From afa4fd25ca037c3ba4bb35aa99643715e1188ee0 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Fri, 22 Feb 2013 11:25:51 -0800 Subject: Updated documentation to reflect separators behavior when indent is not None (#59) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9deb4ab..d0909ea 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.1.1' +VERSION = '3.1.2' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From ceb0f979b1c4bd40e7940637f93ddc59b441a532 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Fri, 5 Apr 2013 12:23:53 -0700 Subject: v3.1.3 - docs update to discourage subclassing --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d0909ea..d85eec9 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.1.2' +VERSION = '3.1.3' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From d4d6469787614d2adac90bfe85c6ada28fa7deb3 Mon Sep 17 00:00:00 2001 From: shakefu Date: Tue, 16 Apr 2013 23:36:44 -0700 Subject: Mark as 3.2.0-dev. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d85eec9..7629444 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.1.3' +VERSION = '3.2.0-dev' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From ad58a553fbc921e76700bc9d252b6fddcc70f51a Mon Sep 17 00:00:00 2001 From: shakefu Date: Sat, 20 Apr 2013 16:25:46 -0700 Subject: Version bump to 3.2.0 for the hell of it. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7629444..7527632 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.2.0-dev' +VERSION = '3.2.0' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From 35816bfe2d0ddeb5ddcc68239683cbb35b7e3ff2 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 7 May 2013 16:38:34 -0700 Subject: pass-through in decoder for lone surrogates #62 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7527632..0cb9e6a 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.2.0' +VERSION = '3.3.0' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From d59550cc9bf62bca93b52480536e94707e789579 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Sat, 5 Oct 2013 11:55:47 -0700 Subject: update metadata for 3.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0cb9e6a..f5068d3 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.3.0' +VERSION = '3.3.1' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From 7d4ea580816a52fb2d762464cdf66108956abdc2 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Mon, 6 Jan 2014 08:37:36 -0800 Subject: update CHANGES.txt for v3.3.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f5068d3..6f2591a 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.3.1' +VERSION = '3.3.2' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From a03499478fa57299798c68bbab1c5285a26a4a73 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Mon, 10 Feb 2014 14:52:06 -0800 Subject: add comment about setuptools usage #85 --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6f2591a..8625290 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,11 @@ #!/usr/bin/env python from __future__ import with_statement +# +# To use setuptools commands such as bdist_egg, execute like this: +# +# python -c 'import setuptools; execfile("setup.py")' bdist_egg +# import sys from distutils.core import setup, Extension, Command from distutils.command.build_ext import build_ext -- cgit v1.2.1 From 59dc5296f731f868678cbdcba199a77a0513e5c1 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Fri, 14 Feb 2014 16:16:12 -0800 Subject: improve Python 3.3 compat #87, bump to 3.3.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8625290..f0d0a27 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.3.2' +VERSION = '3.3.3' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From 1b5f020aabd5fefb52f60f167aa385154c226093 Mon Sep 17 00:00:00 2001 From: Guy Rozendorn Date: Wed, 2 Apr 2014 11:50:17 +0300 Subject: bringing back bdist_egg build support --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f0d0a27..c2ec21b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,10 @@ from __future__ import with_statement # python -c 'import setuptools; execfile("setup.py")' bdist_egg # import sys -from distutils.core import setup, Extension, Command +try: + from setuptools import setup, Extension, Command +except ImportError: + from distutils.core import setup, Extension, Command from distutils.command.build_ext import build_ext from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError -- cgit v1.2.1 From 6175d2919e8a24260cfce3c489ba7d0a0bdb8e84 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Wed, 2 Apr 2014 13:28:50 -0700 Subject: bump to v3.4.0 --- setup.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c2ec21b..30b4f31 100644 --- a/setup.py +++ b/setup.py @@ -1,11 +1,6 @@ #!/usr/bin/env python from __future__ import with_statement -# -# To use setuptools commands such as bdist_egg, execute like this: -# -# python -c 'import setuptools; execfile("setup.py")' bdist_egg -# import sys try: from setuptools import setup, Extension, Command @@ -16,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.3.3' +VERSION = '3.4.0' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From 88ac2f35519afb8099dbb7861ff476896d577206 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Wed, 30 Apr 2014 11:43:21 -0700 Subject: fix tests to run on Python 3.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 30b4f31..e82441e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.4.0' +VERSION = '3.4.1' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From 8741b67c403773706d2374161f1b87da2e1aa59b Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Wed, 21 May 2014 00:02:27 -0700 Subject: clean up #96 and prep for v3.5.0 release --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e82441e..d816cd2 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.4.1' +VERSION = '3.5.0' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: @@ -30,6 +30,7 @@ Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.3 +Programming Language :: Python :: 3.4 Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy Topic :: Software Development :: Libraries :: Python Modules -- cgit v1.2.1 From 1c0ea7f4d3c85cee6904b312922fd50e24e08e78 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Thu, 22 May 2014 11:56:02 -0700 Subject: consistently reject int_as_string_bitcount <= 0 #96 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d816cd2..417b02f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.5.0' +VERSION = '3.5.1' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From a19d53c1df389648b31619eda67cb178f8f00036 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Fri, 23 May 2014 08:20:40 -0700 Subject: update version for v3.5.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 417b02f..96a098b 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.5.1' +VERSION = '3.5.2' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From b7486b82233ed2ec1a614dcf8944d376d12d04bf Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 24 Jun 2014 11:49:26 -0700 Subject: Fix lower bound checking in scan_once / raw_decode API #98 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 96a098b..235241a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.5.2' +VERSION = '3.5.3' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From 46d42a5245607745eb39da83f0ca250d9c3eff52 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Mon, 21 Jul 2014 17:23:59 +0200 Subject: v3.6.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 235241a..83e979c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.5.3' +VERSION = '3.6.0' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From 1ddfc5ace82f4fbda2a6a85c62a063ae45c94576 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Sat, 9 Aug 2014 19:59:28 -0700 Subject: update documentation per #102 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 83e979c..3d5dd52 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.6.0' +VERSION = '3.6.1' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From baf6d6445c289f5d7eb5dbb14de65de48fbf56ad Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Sat, 9 Aug 2014 21:08:39 -0700 Subject: doc updates from http://bugs.python.org/issue21514 re: #102 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3d5dd52..e2f5ee6 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.6.1' +VERSION = '3.6.2' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From 2e83d7cc9388678ef750f7ccfa30947eed47e73d Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Mon, 18 Aug 2014 12:55:46 -0700 Subject: documentation about key limitations in JSON per #103 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e2f5ee6..31237bf 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.6.2' +VERSION = '3.6.3' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From 77437f037f99e9df49dab740b32bdb20af93af44 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Mon, 29 Sep 2014 14:07:14 -0700 Subject: update version for v3.6.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 31237bf..d937ae2 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.6.3' +VERSION = '3.6.4' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From d52cd59d28766c72314537e2a087665b8b54fa9b Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Fri, 24 Oct 2014 08:14:19 -0700 Subject: update CHANGES and bump version to v3.6.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d937ae2..de86d0c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.6.4' +VERSION = '3.6.5' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From e18cc09b688ea1f3305c27616fd3cadd2adc6d31 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Mon, 18 May 2015 11:46:23 -0700 Subject: no longer trust custom repr for int/long/float subclasses #118 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index de86d0c..77ad402 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.6.5' +VERSION = '3.7.0' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From 71c3672396b32b62f35c53668182720f8f3d5ecc Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Mon, 18 May 2015 19:13:41 -0700 Subject: bump version for #119 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 77ad402..faad45b 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.7.0' +VERSION = '3.7.1' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From c2190efda0e6fdd6783a56a6aeab818b072350a1 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Fri, 22 May 2015 09:27:19 -0700 Subject: attempt to work around an issue with reloading the Decimal module --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index faad45b..0fb6bab 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.7.1' +VERSION = '3.7.2' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1 From 0bcdf20cc525c1343b796cb8f247ea5213c6557e Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Sun, 31 May 2015 12:25:39 -0700 Subject: fix typo in e18cc09 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0fb6bab..c3d206e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ 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: -- cgit v1.2.1