Changelog for
python310-simplejson-3.18.1-3.1.x86_64.rpm :
* Wed Jan 04 2023 Dirk Müller
- update to 3.18.1:
* Remove unnecessary `i` variable from encoder module namespace
* Declare support for Python 3.11 and add wheels
* Sun Dec 04 2022 Yogalakshmi Arunachalam - Update to v3.18.0
* Allow serialization of classes that implement for_json or _asdict by ignoring TypeError when those methods are called https://github.com/simplejson/simplejson/pull/302
* Raise JSONDecodeError instead of ValueError in invalid unicode escape sequence edge case https://github.com/simplejson/simplejson/pull/298
* 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