From 054ad3d9f41e25b3b5d58184615a36cbf755c14807e28e3b791a549e1283cf1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 6 May 2025 11:15:40 +0000 Subject: [PATCH] Accepting request 1274844 from home:glaubitz:branches:devel:languages:python - Update to 0.14.3 * Drop support for Python 3.8. - Update BuildRequires from pyproject.toml OBS-URL: https://build.opensuse.org/request/show/1274844 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CacheControl?expand=0&rev=38 --- cachecontrol-0.14.2.tar.gz | 3 --- cachecontrol-0.14.3.tar.gz | 3 +++ python-CacheControl.changes | 7 +++++++ python-CacheControl.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 cachecontrol-0.14.2.tar.gz create mode 100644 cachecontrol-0.14.3.tar.gz diff --git a/cachecontrol-0.14.2.tar.gz b/cachecontrol-0.14.2.tar.gz deleted file mode 100644 index 9124a53..0000000 --- a/cachecontrol-0.14.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48de68bd56ae1e850183040aa0e7d177416e2bf37442201fa11dfa725047de5e -size 44224 diff --git a/cachecontrol-0.14.3.tar.gz b/cachecontrol-0.14.3.tar.gz new file mode 100644 index 0000000..049891b --- /dev/null +++ b/cachecontrol-0.14.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822e4f1e048f35c9edd19426b4fe8260daf4168732c65c6ff9bc0d8acea24d7b +size 44364 diff --git a/python-CacheControl.changes b/python-CacheControl.changes index 8a6baee..8796f72 100644 --- a/python-CacheControl.changes +++ b/python-CacheControl.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 6 08:53:17 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.14.3 + * Drop support for Python 3.8. +- Update BuildRequires from pyproject.toml + ------------------------------------------------------------------- Thu Jan 23 10:21:12 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-CacheControl.spec b/python-CacheControl.spec index 5e6feb2..2594b37 100644 --- a/python-CacheControl.spec +++ b/python-CacheControl.spec @@ -18,14 +18,14 @@ %{?sle15_python_module_pythons} Name: python-CacheControl -Version: 0.14.2 +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.2} +BuildRequires: %{python_module flit-core >= 3.11} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel}