15
0

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

- 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
- Fix capitalization in Summary
- Limit Python files matched in %files section

OBS-URL: https://build.opensuse.org/request/show/1161720
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixedint?expand=0&rev=5
This commit is contained in:
2024-03-26 12:14:27 +00:00
committed by Git OBS Bridge
parent cdea982ba8
commit ec2270d197
2 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 26 11:51:00 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
- Fix capitalization in Summary
- Limit Python files matched in %files section
-------------------------------------------------------------------
Thu Mar 7 14:41:12 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>