Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 86c2987e02 | |||
| ed734c1c76 | |||
| 675f80ca72 | |||
| 77c3fe8b89 | |||
| 86ceb8f33f | |||
| 054ad3d9f4 | |||
| e58d791aea | |||
| f031f9e167 | |||
| 04655430f0 | |||
| 9df083ad3c |
BIN
cachecontrol-0.14.3.tar.gz
LFS
Normal file
BIN
cachecontrol-0.14.3.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d862b0f313c852c618510fbce464b5eb58b02dbe3a146952c5a7b7cb4957431d
|
||||
size 114136
|
||||
@@ -1,11 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -23,16 +23,16 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-CacheControl
|
||||
Version: 0.14.4
|
||||
Version: 0.14.3
|
||||
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,7 +50,6 @@ 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}
|
||||
|
||||
Reference in New Issue
Block a user