automatic version update by autodist [release 5.0.5-1mamba;Tue May 07 2024]

This commit is contained in:
Automatic Build System 2024-05-08 12:00:03 +02:00
parent 4f776af177
commit f06fb97f00
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: python-django
Version: 5.0.4
Version: 5.0.5
Release: 1mamba
Summary: A high-level Python Web framework
Group: System/Libraries/Python
@ -35,7 +35,7 @@ This package contains documentation for %{name} high-level Python Web framework.
%endif
%prep
%setup -q -n Django-%{version}
%setup -q -n django-%{version}
%build
CFLAGS="%{optflags}" %{__python} setup.py build
@ -61,6 +61,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc AUTHORS LICENSE
%changelog
* Tue May 07 2024 Automatic Build System <autodist@openmamba.org> 5.0.5-1mamba
- automatic version update by autodist
* Sun Apr 07 2024 Automatic Build System <autodist@openmamba.org> 5.0.4-1mamba
- automatic version update by autodist