From f06fb97f00d7bc0d1659fb9ea94efd1fdf774bc3 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Wed, 8 May 2024 12:00:03 +0200 Subject: [PATCH] automatic version update by autodist [release 5.0.5-1mamba;Tue May 07 2024] --- python-django.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-django.spec b/python-django.spec index 268d0d8..ec1830a 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.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 5.0.5-1mamba +- automatic version update by autodist + * Sun Apr 07 2024 Automatic Build System 5.0.4-1mamba - automatic version update by autodist