14
0
forked from pool/python-sure

Accepting request 1162358 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

OBS-URL: https://build.opensuse.org/request/show/1162358
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sure?expand=0&rev=31
This commit is contained in:
2024-03-26 20:40:55 +00:00
committed by Git OBS Bridge
parent 15e729ff47
commit f337b0b096
2 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Mar 26 19:06:01 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
-------------------------------------------------------------------
Mon Dec 4 10:46:23 UTC 2023 - Dirk Müller <dmueller@suse.com>