17
0

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
This commit is contained in:
Tomáš Chvátal
2020-08-20 07:26:22 +00:00
committed by Git OBS Bridge
parent 01095392ca
commit f0fb76eb06
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>