15
0
forked from pool/python-git-pw

Accepting request 1244132 from home:glaubitz:branches:devel:languages:python

- Update to 2.7.1
  * pre-commit: Bump versions
  * Don't decode error response bodies
- Switch package to modern Python Stack on SLE-15
  * Use Python 3.11 on SLE-15 by default
  * Drop support for older Python versions
- 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
  * Update name for dist directory in %files section

OBS-URL: https://build.opensuse.org/request/show/1244132
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-git-pw?expand=0&rev=25
This commit is contained in:
2025-02-07 12:50:11 +00:00
committed by Git OBS Bridge
parent a56fdbca49
commit ccc90e36a8
4 changed files with 27 additions and 10 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Feb 7 12:00:54 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.7.1
* pre-commit: Bump versions
* Don't decode error response bodies
- Switch package to modern Python Stack on SLE-15
* Use Python 3.11 on SLE-15 by default
* Drop support for older Python versions
- 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
* Update name for dist directory in %files section
-------------------------------------------------------------------
Wed Nov 13 14:30:51 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>