15
0

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

- Update to 0.6.0
  * Modernized repo after a few years.
  * Dropped Python 2.7 support.
  * For python 2.7 use version 0.5.3.
- 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
- Update BuildRequires from pyproject.toml

OBS-URL: https://build.opensuse.org/request/show/1244736
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dialite?expand=0&rev=10
This commit is contained in:
2025-02-10 13:46:13 +00:00
committed by Git OBS Bridge
parent fc056ed8eb
commit b9e56e4a81
4 changed files with 29 additions and 9 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Feb 10 12:01:04 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.6.0
* Modernized repo after a few years.
* Dropped Python 2.7 support.
* For python 2.7 use version 0.5.3.
- 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
- Update BuildRequires from pyproject.toml
-------------------------------------------------------------------
Sat Jan 2 19:35:13 UTC 2021 - Benjamin Greiner <code@bnavigator.de>