15
0

- Update to 20230430:

* Replaced deprecated `imp` usage with `importlib` (#7)
  * Migrated to PEP 621 metadata, flit
  * Reformated with updated black/µsort/µfmt
  * Tested on Python 3.7 - 3.11
  * Dropped support for Python 2.7, 3.5, and 3.6
- Switch to pyproject, autosetup and pyunittest macros.
- Stop using greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diff-match-patch?expand=0&rev=7
This commit is contained in:
2023-12-20 02:08:27 +00:00
committed by Git OBS Bridge
parent f0fb76eb06
commit 4fdca4ecc0
4 changed files with 25 additions and 14 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Dec 20 02:07:58 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 20230430:
* Replaced deprecated `imp` usage with `importlib` (#7)
* Migrated to PEP 621 metadata, flit
* Reformated with updated black/µsort/µfmt
* Tested on Python 3.7 - 3.11
* Dropped support for Python 2.7, 3.5, and 3.6
- Switch to pyproject, autosetup and pyunittest macros.
- Stop using greedy globs in %files.
-------------------------------------------------------------------
Wed Aug 19 17:37:55 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>