15
0
forked from pool/python-dnslib

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

- Update to 0.9.26
  * Implement matchWildcard (Issue #72)
- Limit Python files matched in %files section
- 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
- Switch package to modern Python Stack on SLE-15
  * Use Python 3.11 on SLE-15 by default
  * Drop support for older Python versions

OBS-URL: https://build.opensuse.org/request/show/1267633
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnslib?expand=0&rev=14
This commit is contained in:
2025-04-07 12:23:44 +00:00
committed by Git OBS Bridge
parent 6edf074b96
commit 7df7f65078
4 changed files with 26 additions and 9 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Apr 7 11:06:51 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.9.26
* Implement matchWildcard (Issue #72)
- Limit Python files matched in %files section
- 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
- Switch package to modern Python Stack on SLE-15
* Use Python 3.11 on SLE-15 by default
* Drop support for older Python versions
-------------------------------------------------------------------
Mon Jul 15 15:54:39 UTC 2024 - Dirk Müller <dmueller@suse.com>