15
0

- Switch to pyproject macros.

- Stop using greedy globs in %files.
- Add patch update-versioneer.patch:
  * Update to a new versioneer that supports Python 3.12.
- Actually drop BuildRequires on six.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-spinner?expand=0&rev=9
This commit is contained in:
2024-01-15 03:39:56 +00:00
committed by Git OBS Bridge
parent e6145ac013
commit e693b0ed77
3 changed files with 2378 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 15 03:38:08 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- Stop using greedy globs in %files.
- Add patch update-versioneer.patch:
* Update to a new versioneer that supports Python 3.12.
- Actually drop BuildRequires on six.
-------------------------------------------------------------------
Tue Sep 20 12:23:36 UTC 2022 - pgajdos@suse.com