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

- Update to 4.3
  * Add support for Python 3.14.
  * Drop support for Python 3.9.

OBS-URL: https://build.opensuse.org/request/show/1320182
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=29
This commit is contained in:
2025-11-26 16:30:23 +00:00
committed by Git OBS Bridge
parent cd686654ce
commit be2eea483c
4 changed files with 12 additions and 5 deletions

View File

@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-ZConfig
Version: 4.2
Version: 4.3
Release: 0
Summary: Structured Configuration Library
License: ZPL-2.1
URL: https://github.com/zopefoundation/ZConfig
Source: https://files.pythonhosted.org/packages/source/Z/ZConfig/zconfig-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module docutils}
BuildRequires: %{python_module manuel}
BuildRequires: %{python_module pip}