forked from pool/python-datadiff
provided was 2.0.0. - Disable broken tests with python 3.11, related to ordering of sets - Remove six dependency - Update to version 2.1.0: * Bump version * Seems like this is never used * Better exception testing pattern, better test coverage :) * Remove python <2.6 stuff; and an adhoc nose test runner * Only round, not convert to hashable, when comparing dict values * Coverage reporting * PEP8 and other good practice fixes * Add LICENSE file, build wheels * Move tests into package subdir * Add tox.ini and test against more versions of python * fix __bool__ case when dict only has equal type diffs * fuzzy matching for float comparisons, fix empty set diffs * test_hashable_dict_values * revert datadiff/tools.py hashable to maintain module_nose.tools compatibility * use hashable when comparing OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-datadiff?expand=0&rev=4
42 lines
1.6 KiB
Plaintext
42 lines
1.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Mar 22 06:43:10 UTC 2023 - daniel.garcia@suse.com
|
|
|
|
- Fix the version in the package, it was set to 2.2.0, but the version
|
|
provided was 2.0.0.
|
|
- Disable broken tests with python 3.11, related to ordering of sets
|
|
- Remove six dependency
|
|
- Update to version 2.1.0:
|
|
* Bump version
|
|
* Seems like this is never used
|
|
* Better exception testing pattern, better test coverage :)
|
|
* Remove python <2.6 stuff; and an adhoc nose test runner
|
|
* Only round, not convert to hashable, when comparing dict values
|
|
* Coverage reporting
|
|
* PEP8 and other good practice fixes
|
|
* Add LICENSE file, build wheels
|
|
* Move tests into package subdir
|
|
* Add tox.ini and test against more versions of python
|
|
* fix __bool__ case when dict only has equal type diffs
|
|
* fuzzy matching for float comparisons, fix empty set diffs
|
|
* test_hashable_dict_values
|
|
* revert datadiff/tools.py hashable to maintain module_nose.tools compatibility
|
|
* use hashable when comparing
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 16 05:42:47 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add patch switch-to-pytest.patch:
|
|
* Stop using nose imports, use pytest instead.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 21 12:34:48 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Add license file LICENSE-2.0.txt
|
|
* Project is licenced under Apache-2.0
|
|
see: setup.py
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 01 20:15:30 UTC 2019 - mardnh@gmx.de
|
|
|
|
- Initial package, version 2.0.0
|