15
0
Files
python-diff-match-patch/python-diff-match-patch.changes
Tomáš Chvátal f0fb76eb06 Accepting request 827939 from home:buschmann23:branches:devel:languages:python
- Update to version 20200713
  * Pulls in upstream change to use raw strings for regex
  * Updates to how the package builds, tests, and runs lint
  * Uses PEP 517/518 metadata for build requirements/backend
  * Formatting improvements, including use of isort

OBS-URL: https://build.opensuse.org/request/show/827939
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diff-match-patch?expand=0&rev=5
2020-08-20 07:26:22 +00:00

28 lines
1.1 KiB
Plaintext

-------------------------------------------------------------------
Wed Aug 19 17:37:55 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>
- Update to version 20200713
* Pulls in upstream change to use raw strings for regex
* Updates to how the package builds, tests, and runs lint
* Uses PEP 517/518 metadata for build requirements/backend
* Formatting improvements, including use of isort
-------------------------------------------------------------------
Tue Jan 28 13:15:33 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Provide/obsolete diff_match_patch package name as it is not
matching up the pypi name
-------------------------------------------------------------------
Tue Jan 28 08:47:06 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Format with spec-cleaner
- Remove devel dependency
- Run the tests without setuptools
-------------------------------------------------------------------
Sat Jan 25 14:05:38 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- initial package for version 20181111.
- add make-tests-runable.patch to be able to run the tests