diff --git a/python-django.spec b/python-django.spec index ec1830a..c5b2669 100644 --- a/python-django.spec +++ b/python-django.spec @@ -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 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 5.0.6-1mamba +- automatic version update by autodist + * Tue May 07 2024 Automatic Build System 5.0.5-1mamba - automatic version update by autodist diff --git a/simplejson-init.py b/simplejson-init.py deleted file mode 100644 index eca47fc..0000000 --- a/simplejson-init.py +++ /dev/null @@ -1,5 +0,0 @@ -r""" -Stub simplejson library that just imports the version provided by the system -""" - -from simplejson import *