Accepting request 1306480 from home:glaubitz:branches:security:forensics

- 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/1306480
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-tsk?expand=0&rev=22
This commit is contained in:
2025-09-22 11:56:49 +00:00
committed by Git OBS Bridge
parent 45a356f25b
commit 542466fbda
2 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Sep 22 10:38:29 UTC 2025 - 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
- Limit Python files matched in %files section
-------------------------------------------------------------------
Fri Aug 1 14:49:21 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>