diff --git a/python-cachecontrol.spec b/python-cachecontrol.spec index a96205f..f0610f6 100644 --- a/python-cachecontrol.spec +++ b/python-cachecontrol.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-cachecontrol -Version: 0.14.1 +Version: 0.14.2 Release: 1mamba Summary: httplib2 caching for requests Group: System/Libraries @@ -10,6 +10,7 @@ Packager: Silvan Calarco 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,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %{python_sitelib}/%{pkgname}/* %changelog +* Thu Jan 09 2025 Automatic Build System 0.14.2-1mamba +- automatic version update by autodist + * Tue Nov 05 2024 Automatic Build System 0.14.1-1mamba - automatic version update by autodist