Changelog for
python39-jmespath-0.10.0-1.2.noarch.rpm :
* Mon Sep 27 2021 Steve Kowalik
- Add patch remove-nose.patch:
* Remove use of nose in the tests.
* Mon May 31 2021 pgajdosAATTsuse.com- use github tarball to use upstream tests- %check: use %pyunittest rpm macro to test the package- deleted sources - test_hypothesis.py (not needed)
* Tue Jun 02 2020 Dirk Mueller - update to 0.10.0:
* Python 2.6 and 3.3 have reached end-of-life and have been deprecated. (issue 175)
* Fix race condition when clearing cached parsed expressions. (issue 197)
* Wed Mar 11 2020 Dirk Mueller - update to 0.9.5:
*
* Fix syntax warnings on python 3.8
* Tue Mar 26 2019 Tomáš Chvátal - Update to 0.9.4:
* Fix min_by/max_by with empty lists (`issue 151)
* Fix reverse type for null type (issue 145)
* Mon Mar 18 2019 John Vandenberg - Add extra testing with hypothesis- Remove unnecessary dependency on python-base- Update to v0.9.4
* Fix min_by/max_by with empty lists
* Fix reverse type for null type
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Thu Aug 16 2018 jengelhAATTinai.de- Use noun phrase for summary.
* Mon Aug 13 2018 mceplAATTsuse.com- Remove dependency on unittest2- Clean up SPEC file
* Thu Nov 09 2017 rjschweiAATTsuse.com- Update to 0.9.3: + Fix issue where long types in py2 and Decimal types were not being evaluated as numbers (issue 125) + Handle numbers in scientific notation in to_number() function (issue 120) + Fix issue where custom functions would override the function table of the builtin function class (issue 133)