automatic version update by autodist [release 7.4.0-1mamba;Sat Feb 17 2024]

This commit is contained in:
Automatic Build System 2024-02-17 11:15:44 +01:00
parent 39336cda19
commit 6bee044f1d

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-pip-tools
Version: 7.3.0
Version: 7.4.0
Release: 1mamba
Summary: pip-tools keeps your pinned dependencies fresh
Group: System/Libraries
@ -15,6 +15,7 @@ BuildRequires: libpython311-devel
BuildRequires: python3.11dist(build)
BuildRequires: python3.11dist(click)
BuildRequires: python3.11dist(pip)
BuildRequires: python3.11dist(pyproject-hooks)
BuildRequires: python3.11dist(setuptools)
BuildRequires: python3.11dist(wheel)
## AUTOBUILDREQ-END
@ -54,5 +55,8 @@ done
%doc LICENSE
%changelog
* Sat Feb 17 2024 Automatic Build System <autodist@openmamba.org> 7.4.0-1mamba
- automatic version update by autodist
* Wed Nov 08 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 7.3.0-1mamba
- package created using the webbuild interface