rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 0.2.0-2mamba;Fri Sep 29 2023]

This commit is contained in:
Automatic Build System 2024-01-06 11:04:23 +01:00
parent c35ff47000
commit 0626b78f6c

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2-) %define pkgname %(echo %name | cut -d- -f2-)
Name: python-django-ranged-response Name: python-django-ranged-response
Version: 0.2.0 Version: 0.2.0
Release: 1mamba Release: 2mamba
Summary: Modified Django FileResponse that adds Content-Range headers Summary: Modified Django FileResponse that adds Content-Range headers
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -11,9 +11,10 @@ URL: https://github.com/wearespindle/django-ranged-fileresponse
Source: https://pypi.debian.net/django-ranged-response/django-ranged-response-%{version}.tar.gz Source: https://pypi.debian.net/django-ranged-response/django-ranged-response-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython311-devel
BuildRequires: python3.7dist(django) BuildRequires: python3.11dist(django)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description %description
%{summary}. %{summary}.
@ -45,5 +46,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%{python_sitearch}/django_ranged_response-%{version}-py*.egg-info/* %{python_sitearch}/django_ranged_response-%{version}-py*.egg-info/*
%changelog %changelog
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 0.2.0-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Fri Sep 24 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0-1mamba * Fri Sep 24 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0-1mamba
- package created using the webbuild interface - package created using the webbuild interface