automatic version update by autodist [release 5.0.6-1mamba;Thu May 09 2024]
This commit is contained in:
parent
f06fb97f00
commit
61a3cd15ee
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: python-django
|
Name: python-django
|
||||||
Version: 5.0.5
|
Version: 5.0.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A high-level Python Web framework
|
Summary: A high-level Python Web framework
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
@ -9,8 +9,6 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.djangoproject.com/
|
URL: https://www.djangoproject.com/
|
||||||
Source: https://www.djangoproject.com/m/releases/%{majver}/Django-%{version}.tar.gz
|
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
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
@ -35,7 +33,7 @@ This package contains documentation for %{name} high-level Python Web framework.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n django-%{version}
|
%setup -q -n Django-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
@ -61,6 +59,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 07 2024 Automatic Build System <autodist@openmamba.org> 5.0.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
r"""
|
|
||||||
Stub simplejson library that just imports the version provided by the system
|
|
||||||
"""
|
|
||||||
|
|
||||||
from simplejson import *
|
|
Loading…
Reference in New Issue
Block a user