* Thu Oct 10 2024 adrian.glaubitz@suse.com
- Update to 2.2.1
* Protect Symbol.eq by instance check
* Tue Aug 13 2024 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 2024 adrian.glaubitz@suse.com
- Switch build system from setuptools to pyproject.toml
+ Add python-pip and python-wheel to BuildRequires
+ Replace %python_build with %pyproject_wheel
+ Replace %python_install with %pyproject_install
- Limit Python files matched in %files section
* Tue Jun 13 2023 ecsos@opensuse.org
- Add %{?sle15_python_module_pythons}
* Tue May 24 2022 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 07 2021 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 2020 mcepl@suse.com
- Add remove_nose.patch to remove requirement for nose.
* Mon May 25 2020 pgajdos@suse.com
- %python3_only -> %python_alternative
* Fri Oct 04 2019 mcalabkova@suse.com
- Update to version 1.2.0
* Deprecate the jsondiff command due to conflicts with json-patch
* Sun Jun 02 2019 jengelh@inai.de
- Use noun phrase in summary.
Version: 1.2.0-bp152.2.1
* Mon Dec 14 2020 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Include in SLE-15 (bsc#1176785, jsc#ECO-3105, jsc#PM-2352)
* Sun Sep 13 2020 Matej Cepl <mcepl@suse.com>
- Add remove_nose.patch to remove requirement for nose.
* Mon May 25 2020 Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
* Fri Oct 04 2019 Marketa Calabkova <mcalabkova@suse.com>
- Update to version 1.2.0
* Deprecate the jsondiff command due to conflicts with json-patch
* Sun Jun 02 2019 Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
* Fri May 17 2019 Scott Wulf <swulf@suse.com>
- Removing conflict with jsonpatch
* Reasoning:
- moto requires cfn-lint and jsondiff
- cfn-lint requires jsonpatch
* Tue May 14 2019 Gary Smith <GSmith@suse.com>
- Upgraded to 1.1.2
* no changelog available
* Mon May 14 2018 tchvatal@suse.com
- Conflict with python-jsonpatch
* Wed May 09 2018 toddrme2178@gmail.com
- Fix typo to allow building
* Tue May 08 2018 tchvatal@suse.com
- Initial commit, required by python-moto