15
0

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

- Update to 4.2
  * Drop support for Python 3.7, 3.8.
  * Add support for Python 3.13.
- Drop py313.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1239253
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=25
This commit is contained in:
2025-01-21 12:14:37 +00:00
committed by Git OBS Bridge
parent 920a4a1f4f
commit 11ddc6695f
5 changed files with 13 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ZConfig
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-ZConfig
Version: 4.1
Version: 4.2
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
# PATCH-FIX-UPSTREAM: gh#zopefoundation/ZConfig#97
Patch1: py313.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module docutils}
BuildRequires: %{python_module manuel}