14
0
forked from pool/python-unify

- Switch to autosetup and pyproject macros.

- Add patch no-more-lib2to3.patch:
  * Don't use lib2to3, use the tokenize module.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unify?expand=0&rev=18
This commit is contained in:
2024-12-12 05:46:20 +00:00
committed by Git OBS Bridge
parent fde24b375a
commit ecb1da4007
3 changed files with 32 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Dec 12 05:44:15 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to autosetup and pyproject macros.
- Add patch no-more-lib2to3.patch:
* Don't use lib2to3, use the tokenize module.
-------------------------------------------------------------------
Tue Mar 19 12:44:31 UTC 2024 - Markéta Machová <mmachova@suse.com>