19
0

Accepting request 1293404 from home:glaubitz:branches:devel:languages:python:aws

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

OBS-URL: https://build.opensuse.org/request/show/1293404
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-jschema-to-python?expand=0&rev=5
This commit is contained in:
2025-07-15 10:56:20 +00:00
committed by Git OBS Bridge
parent bf0e931572
commit c85dfd9f3f
2 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jul 15 10:40:50 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Limit Python files matched in %files section
- 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
-------------------------------------------------------------------
Tue Jun 13 11:03:00 UTC 2023 - ecsos <ecsos@opensuse.org>