15
0

Accepting request 1114962 from home:pgajdos:python

- Update to version 2.2.0:
  * Bump version
  * Removed separate version file now that Setuptools can read without importing.
  * Ran ruff --fix to clean up some lint.
  * Remove LICENSE from MANIFEST.in (Setuptools includes it by default now).
  * Add a pyproject.toml for better packaging support.
  * Mark failing tests as xfail until someone can investigate.
  * Moved package metadata to declarative setup.cfg
  * Remove tests_require
  * Remove superfluous license field
  * Remove commented code for deprecated usage.
  * Port test runner to nose.
- added patches
  https://sourceforge.net/p/datadiff/code/merge-requests/3/
  + python-datadiff-no-six.patch

OBS-URL: https://build.opensuse.org/request/show/1114962
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-datadiff?expand=0&rev=6
This commit is contained in:
2023-10-03 11:16:00 +00:00
committed by Git OBS Bridge
parent cc01fc523b
commit 52c0b8df45
9 changed files with 76 additions and 605 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Oct 03 08:04:27 UTC 2023 - pgajdos@suse.com
- Update to version 2.2.0:
* Bump version
* Removed separate version file now that Setuptools can read without importing.
* Ran ruff --fix to clean up some lint.
* Remove LICENSE from MANIFEST.in (Setuptools includes it by default now).
* Add a pyproject.toml for better packaging support.
* Mark failing tests as xfail until someone can investigate.
* Moved package metadata to declarative setup.cfg
* Remove tests_require
* Remove superfluous license field
* Remove commented code for deprecated usage.
* Port test runner to nose.
- added patches
https://sourceforge.net/p/datadiff/code/merge-requests/3/
+ python-datadiff-no-six.patch
-------------------------------------------------------------------
Wed Mar 22 06:43:10 UTC 2023 - daniel.garcia@suse.com