14
0

Accepting request 1121580 from home:buschmann23:branches:devel:languages:python

- update to version 2.5.31
  * no changelog available, alternatively have a look at
    https://github.com/pre-commit/identify/compare/v2.2.13...v2.5.31
- use editdistance instead of ukkonen
  * Upstream changed from editdistance_s to ukkonen for performance
    reasons. Ukkonen is not now available for openSUSE. So switch
    back to editdistance for now.
  * Add 0001-use-editdistance-not-ukkonen.patch
- spec file changes
  * remove not required python-setuptools from Requires
  * upstream URL has changed to https://github.com/pre-commit/identify
  * change requirement for python-editdistance from Suggests to
    Recommends

OBS-URL: https://build.opensuse.org/request/show/1121580
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=20
This commit is contained in:
2023-11-01 15:47:22 +00:00
committed by Git OBS Bridge
parent de4790eb9d
commit 93ceb4df6f
5 changed files with 91 additions and 14 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Nov 1 09:17:44 UTC 2023 - Matthias Fehring <buschmann23@opensuse.org>
- update to version 2.5.31
* no changelog available, alternatively have a look at
https://github.com/pre-commit/identify/compare/v2.2.13...v2.5.31
- use editdistance instead of ukkonen
* Upstream changed from editdistance_s to ukkonen for performance
reasons. Ukkonen is not now available for openSUSE. So switch
back to editdistance for now.
* Add 0001-use-editdistance-not-ukkonen.patch
- spec file changes
* remove not required python-setuptools from Requires
* upstream URL has changed to https://github.com/pre-commit/identify
* change requirement for python-editdistance from Suggests to
Recommends
-------------------------------------------------------------------
Wed Aug 18 12:47:19 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>