diff --git a/2.2.3.tar.gz b/Django-2.2.19.tar.gz similarity index 53% rename from 2.2.3.tar.gz rename to Django-2.2.19.tar.gz index 54e650ff1b761a9d2589c103da3dbb41bf95e6f1..b36f095033246c18134ca63cf5adc3e9ea000d2c 100644 Binary files a/2.2.3.tar.gz and b/Django-2.2.19.tar.gz differ diff --git a/python-django.spec b/python-django.spec index 2cf9e86e788eba5fa24c1eb2f5f9f1e9384691ba..c2b868bae48d1caf0be6da2505d60ae130b361ae 100644 --- a/python-django.spec +++ b/python-django.spec @@ -1,30 +1,29 @@ %global _empty_manifest_terminate_build 0 Name: python-django -Version: 2.2.3 -Release: 2 +Version: 2.2.19 +Release: 1 Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design. -License: BSD-3-Clause and OFL-1.1 and Apache-2.0 and MIT -URL: https://github.com/django/django -Source0: https://github.com/django/django/archive/%{version}.tar.gz -BuildArch: noarch - -Requires: python3-asgiref -Requires: python3-pytz -Requires: python3-sqlparse -Requires: python3-argon2-cffi -Requires: python3-bcrypt - +License: Apache-2.0 and Python-2.0 and OFL-1.1 and MIT +URL: https://www.djangoproject.com/ +Source0: https://files.pythonhosted.org/packages/dc/35/ad92bf082f7faa39bd949911b9df09ec1843167d657df6eb3720d2212427/Django-2.2.19.tar.gz +BuildArch: noarch %description A high-level Python Web framework that encourages rapid development and clean, pragmatic design. + %package -n python3-Django Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design. Provides: python-Django, python3-django BuildRequires: python3-devel BuildRequires: python3-setuptools +Requires: python3-pytz +Requires: python3-sqlparse +Requires: python3-argon2-cffi +Requires: python3-bcrypt %description -n python3-Django A high-level Python Web framework that encourages rapid development and clean, pragmatic design. + %package help Summary: Development documents and examples for Django Provides: python3-Django-doc @@ -32,7 +31,7 @@ Provides: python3-Django-doc Development documents and examples for Django %prep -%autosetup -n django-%{version} +%autosetup -n Django-2.2.19 %build %py3_build @@ -72,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 09 2021 openstack-sig +- Update to 2.2.19 + * Tus Feb 09 2021 wangxiyuan - Add python3-django for correct package name. Due to backward compatibility, the python3-Django is kept and it should be removed in the future.