Compare commits

...

2 Commits

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-cachecontrol
Version: 0.14.0
Version: 0.14.2
Release: 1mamba
Summary: httplib2 caching for requests
Group: System/Libraries
@ -10,6 +10,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://pypi.org/project/CacheControl/
Source: https://pypi.debian.net/CacheControl/cachecontrol-%{version}.tar.gz
License: Apache License 2.0
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(msgpack)
@ -49,6 +50,12 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/%{pkgname}/*
%changelog
* Thu Jan 09 2025 Automatic Build System <autodist@openmamba.org> 0.14.2-1mamba
- automatic version update by autodist
* Tue Nov 05 2024 Automatic Build System <autodist@openmamba.org> 0.14.1-1mamba
- automatic version update by autodist
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 0.14.0-1mamba
- automatic version update by autodist