19
0

6 Commits

Author SHA256 Message Date
8c769fe267 Accepting request 1319677 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1319677
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-CacheControl?expand=0&rev=21
2025-11-25 14:50:27 +00:00
5f3baebb32 - 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/package/show/devel:languages:python/python-CacheControl?expand=0&rev=44
2025-11-24 09:11:21 +00:00
8c2ebe4c8f Accepting request 1300795 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1300795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-CacheControl?expand=0&rev=20
2025-08-22 15:47:09 +00:00
483af8e16b - Convert to libalternatives on SLE-16-based and newer systems only
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CacheControl?expand=0&rev=42
2025-08-14 12:56:47 +00:00
a658de3e11 Accepting request 1291263 from devel:languages:python
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1291263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-CacheControl?expand=0&rev=19
2025-07-09 15:26:07 +00:00
cd7b06ea1a - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CacheControl?expand=0&rev=40
2025-07-08 12:38:52 +00:00
4 changed files with 14 additions and 5 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d862b0f313c852c618510fbce464b5eb58b02dbe3a146952c5a7b7cb4957431d
size 114136

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Nov 21 09:19:43 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.14.4
* Explicitly support Python 3.14.
* Drop support for Python 3.9.
- Update BuildRequires from pyproject.toml
-------------------------------------------------------------------
Thu Aug 14 12:53:25 UTC 2025 - Markéta Machová <mmachova@suse.com>

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}