15
0
forked from pool/python-ldap

Accepting request 1289231 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/1289231
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=139
This commit is contained in:
2025-06-30 12:57:58 +00:00
committed by Git OBS Bridge
parent a6e2ecc31f
commit 58aa8f3f3a
2 changed files with 13 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jun 30 09:36:40 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
-------------------------------------------------------------------
Thu Aug 29 07:22:28 UTC 2024 - Markéta Machová <mmachova@suse.com>