19
0

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

- Update to 0.14.4
  * Explicitly support Python 3.14.
  * Drop support for Python 3.9.
- Update BuildRequires from pyproject.toml

OBS-URL: https://build.opensuse.org/request/show/1319014
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CacheControl?expand=0&rev=44
This commit is contained in:
2025-11-24 09:11:21 +00:00
committed by Git OBS Bridge
parent f3aed4726f
commit f85351cf40
4 changed files with 14 additions and 5 deletions

View File

@@ -23,16 +23,16 @@
%endif
%{?sle15_python_module_pythons}
Name: python-CacheControl
Version: 0.14.3
Version: 0.14.4
Release: 0
Summary: Caching library for Python requests
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/psf/cachecontrol
Source: https://github.com/psf/cachecontrol/archive/v%{version}.tar.gz#/cachecontrol-%{version}.tar.gz
BuildRequires: %{python_module flit-core >= 3.11}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module uv-build >= 0.9.6}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -50,6 +50,7 @@ Requires(postun): update-alternatives
%endif
# SECTION test requirements
BuildRequires: %{python_module CherryPy}
BuildRequires: %{python_module cheroot}
BuildRequires: %{python_module filelock >= 3.8.0}
BuildRequires: %{python_module msgpack >= 0.5.2}
BuildRequires: %{python_module pytest}