15
0
forked from pool/python-knack

Accepting request 1191183 from home:glaubitz:branches:devel:languages:python

- Update to version 0.12.0
  * Declare support for Python 3.12 (#279)
- Switch build system from setuptools to pyproject.toml
  * Add python-pip and python-wheel to BuildRequires
  * Replace %python_build with %pyproject_wheel
  * Replace %python_install with %pyproject_install
- Limit Python files matched in %files section

OBS-URL: https://build.opensuse.org/request/show/1191183
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=46
This commit is contained in:
2024-08-02 15:48:42 +00:00
committed by Git OBS Bridge
parent 0b59c90873
commit f03bc30d8e
4 changed files with 21 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Aug 2 11:56:05 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.12.0
* Declare support for Python 3.12 (#279)
- Switch build system from setuptools to pyproject.toml
* Add python-pip and python-wheel to BuildRequires
* Replace %python_build with %pyproject_wheel
* Replace %python_install with %pyproject_install
- Limit Python files matched in %files section
-------------------------------------------------------------------
Wed Mar 6 14:07:45 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>