forked from pool/python-jsondiff
- Update to 2.2.0:
* Exclude a list of paths from diff. * really drop python<=3.7 support * remove last bits of python2 support * Fix pypi release readme formatting * Minimal conversion to pytest+hypothesis * Added simple equality operator for class Symbol * jsondiff: fix symbol equality * setup.py: migrate to pyproject.toml * fix: better diffing of empty containers * add rightonly jsondiff syntax * Introduce YAML support * packaging: revert to requirements files - Switch back to PyPi tarball. (required for setuptools_scm) - Drop patch remove_nose.patch, no longer required. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsondiff?expand=0&rev=24
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 03:18:20 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 2.2.0:
|
||||
* Exclude a list of paths from diff.
|
||||
* really drop python<=3.7 support
|
||||
* remove last bits of python2 support
|
||||
* Fix pypi release readme formatting
|
||||
* Minimal conversion to pytest+hypothesis
|
||||
* Added simple equality operator for class Symbol
|
||||
* jsondiff: fix symbol equality
|
||||
* setup.py: migrate to pyproject.toml
|
||||
* fix: better diffing of empty containers
|
||||
* add rightonly jsondiff syntax
|
||||
* Introduce YAML support
|
||||
* packaging: revert to requirements files
|
||||
- Switch back to PyPi tarball. (required for setuptools_scm)
|
||||
- Drop patch remove_nose.patch, no longer required.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 26 12:08:46 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user