Changelog for
python310-simplejson-3.17.6-qubes.2.21.x86_64.rpm :
* Mon Nov 29 2021 Dirk Müller
- update to 3.17.6:
* Declare support for Python 3.10 and add wheels
* Tue Sep 07 2021 Dirk Müller - update to 3.17.5:
* Fix the C extension module to harden is_namedtuple against looks-a-likes such as Mocks. Also prevent dict encoding from causing an unraised SystemError when encountering a non-Dict. Noticed by running user tests against a CPython interpreter with C asserts enabled (COPTS += -UNDEBUG).
* Fri Jul 16 2021 Dirk Müller - update to 3.17.3:
* Replaced Travis-CI and AppVeyor with Github Actions, adding wheels for Python 3.9.
* Wed Jul 29 2020 Ondřej Súkup - update to 3.17.2- use pytest as testrunner
* Sun Nov 24 2019 Arun Persaud - specfile:
* update copyright year- update to version 3.17.0:
* Updated documentation to be Python 3 first, and have removed documentation notes about version changes that occurred more than five years ago. https://github.com/simplejson/simplejson/pull/257 https://github.com/simplejson/simplejson/pull/254
* Update build matrix for Python 3.8 https://github.com/simplejson/simplejson/pull/255 https://github.com/simplejson/simplejson/pull/256
* Sat Sep 08 2018 Arun Persaud - update to version 3.16.1:
* Added examples for JSON lines use cases
* Add wheels for more Python versions and platforms
* Mon Jul 02 2018 tchvatalAATTsuse.com- Do not package tests
* Mon Jul 02 2018 arunAATTgmx.de- specfile:
* be more specific in %files: %{python_sitearch}/
* -> %{python_sitearch}/simplejson
*- update to version 3.16.0:
* Restore old behavior with regard to the type of decoded empty strings with speedups enabled on Python 2.x https://github.com/simplejson/simplejson/pull/225
* Add python_requires to setup.py to help pip https://github.com/simplejson/simplejson/pull/224
* Fix CSS in docs when built locally https://github.com/simplejson/simplejson/pull/222
* Mon May 21 2018 arunAATTgmx.de- update to version 3.15.0:
* Clean up the C code
* Bypass the decode() method in bytes subclasses
* Support builds without cStringIO
* Allow to disable serializing bytes by default in Python 3
* Simplify the compatibility code
* Fix tests in Python 2.5
* Sun May 06 2018 arunAATTgmx.de- specfile:
* update copyright year- update to version 3.14.0:
* Defer is_raw_json test (performance improvement) https://github.com/simplejson/simplejson/pull/212
* Avoid escaping U+2028 and U+2029 without ensure_ascii https://github.com/simplejson/simplejson/pull/211
* Fix an incorrect type test in Python 2, avoiding an unnecessary unicode copy. https://github.com/simplejson/simplejson/pull/210