rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 2.2.3-2mamba;Tue Sep 26 2023]
This commit is contained in:
parent
e8146ed478
commit
481f144e05
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2-)
|
%define pkgname %(echo %name | cut -d- -f2-)
|
||||||
Name: python-cookiecutter
|
Name: python-cookiecutter
|
||||||
Version: 2.2.3
|
Version: 2.2.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A command-line utility that creates projects from project templates
|
Summary: A command-line utility that creates projects from project templates
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,16 +11,17 @@ URL: https://github.com/cookiecutter/cookiecutter
|
|||||||
Source: https://pypi.debian.net/cookiecutter/cookiecutter-%{version}.tar.gz
|
Source: https://pypi.debian.net/cookiecutter/cookiecutter-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.7dist(arrow)
|
BuildRequires: python3.11dist(arrow)
|
||||||
BuildRequires: python3.7dist(binaryornot)
|
BuildRequires: python3.11dist(binaryornot)
|
||||||
BuildRequires: python3.7dist(click)
|
BuildRequires: python3.11dist(click)
|
||||||
BuildRequires: python3.7dist(jinja2)
|
BuildRequires: python3.11dist(jinja2)
|
||||||
BuildRequires: python3.7dist(python-slugify)
|
BuildRequires: python3.11dist(python-slugify)
|
||||||
BuildRequires: python3.7dist(pyyaml)
|
BuildRequires: python3.11dist(pyyaml)
|
||||||
BuildRequires: python3.7dist(requests)
|
BuildRequires: python3.11dist(requests)
|
||||||
BuildRequires: python3.7dist(setuptools)
|
BuildRequires: python3.11dist(setuptools)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -62,6 +63,9 @@ sed -i "\,%{_bindir},d" %{name}.filelist
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 2.2.3-2mamba
|
||||||
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||||
|
|
||||||
* Wed Jul 12 2023 Automatic Build System <autodist@mambasoft.it> 2.2.3-1mamba
|
* Wed Jul 12 2023 Automatic Build System <autodist@mambasoft.it> 2.2.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user