!8 update version to 2.2.19
From: @zhangy1317 Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
ac9b1ad0ee
Binary file not shown.
@ -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 <openstack@openeuler.org>
|
||||
- Update to 2.2.19
|
||||
|
||||
* 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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user