python-jsondiff/python-jsondiff.changes
Robert Schweikert a37284164b Accepting request 978966 from home:glaubitz:branches:devel:languages:python
- Update to version 2.0.0
  * Removed deprecated function
  * Remove deprecated jsondiff entry point
- from version 1.3.1
  * Optionally allow different escape_str than '$'
  * Clarified the readme, closes #23
  * Fixed readme
- Remove jsondiff command from %install, %post, %postun and %files sections

OBS-URL: https://build.opensuse.org/request/show/978966
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsondiff?expand=0&rev=18
2022-05-24 13:35:17 +00:00

78 lines
2.7 KiB
Plaintext

-------------------------------------------------------------------
Tue May 24 13:11:04 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 2.0.0
* Removed deprecated function
* Remove deprecated jsondiff entry point
- from version 1.3.1
* Optionally allow different escape_str than '$'
* Clarified the readme, closes #23
* Fixed readme
- Remove jsondiff command from %install, %post, %postun and %files sections
-------------------------------------------------------------------
Tue Dec 7 09:32:07 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.3.0
* Update README.rst
* Add license to setup.py
* Upating travis config to explicitly set ubuntu versions to use
for each python version.
* Fix long list diffing bug by converting recursive code to iterative.
* Add failing test for list-diff recursion error bug
- Refresh patches for new version
* remove_nose.patch
- Switch Source field to point to Github tarball URL
* The tarball from PyPi does not contain the tests
-------------------------------------------------------------------
Sun Sep 13 17:39:27 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Add remove_nose.patch to remove requirement for nose.
-------------------------------------------------------------------
Mon May 25 10:59:35 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
-------------------------------------------------------------------
Fri Oct 4 15:22:38 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 1.2.0
* Deprecate the jsondiff command due to conflicts with json-patch
-------------------------------------------------------------------
Sun Jun 2 20:34:43 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
-------------------------------------------------------------------
Fri May 17 21:48:19 UTC 2019 - Scott Wulf <swulf@suse.com>
- Removing conflict with jsonpatch
* Reasoning:
- moto requires cfn-lint and jsondiff
- cfn-lint requires jsonpatch
-------------------------------------------------------------------
Tue May 14 22:18:30 UTC 2019 - Gary Smith <GSmith@suse.com>
- Upgraded to 1.1.2
* no changelog available
-------------------------------------------------------------------
Mon May 14 11:25:31 UTC 2018 - tchvatal@suse.com
- Conflict with python-jsonpatch
-------------------------------------------------------------------
Wed May 9 01:00:26 UTC 2018 - toddrme2178@gmail.com
- Fix typo to allow building
-------------------------------------------------------------------
Tue May 8 18:43:02 UTC 2018 - tchvatal@suse.com
- Initial commit, required by python-moto