Changelog for
python313-json_tricks-3.17.3-2.4.noarch.rpm :
* Mon Aug 19 2024 Steve Kowalik
- Add patch support-pytest-8.patch:
* Do not use pytest.warns(None).
* Thu Dec 07 2023 Dirk Müller - update to 3.17.3:
* drop python 2 support
* datetime fixes
* Sat Jun 17 2023 Christian Boltz - Update to 3.17.1
* no upstream changelog
* Tue May 16 2023 Christian Boltz - Update to 3.16.1
* no upstream changelog
* Thu Jul 14 2022 Ben Greiner - Remove ancient pathlib requirement for python3. It is part of the stdlib since Python 3.4
* Mon Apr 19 2021 Steve Kowalik - Update to 3.15.5:
* Attempt py3.9 support
* Allow none as encoder class for dump(s), for compatibility
* Fix Numpy Array with shape (0,N) not decoded correctly.- Do not build for Python 3.6, due to no NumPy.
* Mon Apr 20 2020 Tomáš Chvátal - Fix build without python2
* Thu Apr 16 2020 pgajdosAATTsuse.com- version update to 3.15.2
* Deprecation warning ignore_comments
* Fix the code and tests for python2
* Mon Apr 06 2020 Tomáš Chvátal - Update to 3.15.0:
* no upstream changelog
* Thu Sep 05 2019 Todd R - Update to 3.13.2:
* Move the version number to a Python file
* Tests failed because type of error had changed
* Add json_tricks.__version__