!8 update version to 2.2.19

From: @zhangy1317
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-07-21 10:00:22 +00:00 committed by Gitee
commit ac9b1ad0ee
2 changed files with 16 additions and 14 deletions

View File

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