14
0
forked from pool/python-redis

Accepting request 1162291 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/1162291
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=88
This commit is contained in:
2024-03-26 15:50:57 +00:00
committed by Git OBS Bridge
parent 0f0cfe95a3
commit 2d0859fe95
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Mar 26 13:46:39 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 Jan 15 20:19:45 UTC 2024 - Dirk Müller <dmueller@suse.com>