automatic version update by autodist [release 5.0.6-1mamba;Thu May 09 2024]

This commit is contained in:
Automatic Build System 2024-05-10 13:44:18 +02:00
parent f06fb97f00
commit 61a3cd15ee
2 changed files with 5 additions and 9 deletions

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: python-django
Version: 5.0.5
Version: 5.0.6
Release: 1mamba
Summary: A high-level Python Web framework
Group: System/Libraries/Python
@ -9,8 +9,6 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.djangoproject.com/
Source: https://www.djangoproject.com/m/releases/%{majver}/Django-%{version}.tar.gz
# stub simplejson module that imports the system version
Source1: simplejson-init.py
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
@ -35,7 +33,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 +59,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc AUTHORS LICENSE
%changelog
* Thu May 09 2024 Automatic Build System <autodist@openmamba.org> 5.0.6-1mamba
- automatic version update by autodist
* Tue May 07 2024 Automatic Build System <autodist@openmamba.org> 5.0.5-1mamba
- automatic version update by autodist

View File

@ -1,5 +0,0 @@
r"""
Stub simplejson library that just imports the version provided by the system
"""
from simplejson import *