- Switch to autosetup and pyproject macros.

- Add patch use-setuptools.patch:
  * Switch to setuptools to build, rather than distutils.
- Stop using greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crcmod?expand=0&rev=10
This commit is contained in:
2024-01-18 08:04:00 +00:00
committed by Git OBS Bridge
parent ed0acb2f1c
commit 417c86ca4e
3 changed files with 32 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jan 18 08:02:47 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to autosetup and pyproject macros.
- Add patch use-setuptools.patch:
* Switch to setuptools to build, rather than distutils.
- Stop using greedy globs in %files.
-------------------------------------------------------------------
Wed Sep 28 12:52:24 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>