diff --git a/python-django-ranged-response.spec b/python-django-ranged-response.spec index 8993d43..200b562 100644 --- a/python-django-ranged-response.spec +++ b/python-django-ranged-response.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2-) Name: python-django-ranged-response Version: 0.2.0 -Release: 1mamba +Release: 2mamba Summary: Modified Django FileResponse that adds Content-Range headers Group: System/Libraries 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 License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(django) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(django) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -45,5 +46,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %{python_sitearch}/django_ranged_response-%{version}-py*.egg-info/* %changelog +* Fri Sep 29 2023 Automatic Build System 0.2.0-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Fri Sep 24 2021 Silvan Calarco 0.2.0-1mamba - package created using the webbuild interface