14
0

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
This commit is contained in:
2022-05-24 13:35:17 +00:00
committed by Git OBS Bridge
parent 0bcdfe2073
commit a37284164b
4 changed files with 17 additions and 9 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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>