Upgrade to 2.2.27 version

(cherry picked from commit 19dc861238321e5071f5842ddcc834e9846ffb5e)
This commit is contained in:
houyingchao 2022-02-10 17:00:03 +08:00 committed by openeuler-sync-bot
parent ac9b1ad0ee
commit bf81996cc9
2 changed files with 7 additions and 3 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-django Name: python-django
Version: 2.2.19 Version: 2.2.27
Release: 1 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: Apache-2.0 and Python-2.0 and OFL-1.1 and MIT License: Apache-2.0 and Python-2.0 and OFL-1.1 and MIT
URL: https://www.djangoproject.com/ URL: https://www.djangoproject.com/
Source0: https://files.pythonhosted.org/packages/dc/35/ad92bf082f7faa39bd949911b9df09ec1843167d657df6eb3720d2212427/Django-2.2.19.tar.gz Source0: https://github.com/django/django/archive/refs/tags/2.2.27.tar.gz
BuildArch: noarch BuildArch: noarch
%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.
@ -31,7 +31,7 @@ Provides: python3-Django-doc
Development documents and examples for Django Development documents and examples for Django
%prep %prep
%autosetup -n Django-2.2.19 %autosetup -n django-2.2.27
%build %build
%py3_build %py3_build
@ -71,6 +71,10 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Feb 10 2022 houyingchao <houyingchao@huawei.com> - 2.2.27-1
- Upgrade to 2.2.27
- Fix CVE-2021-45115 CVE-2021-45116 CVE-2021-45452 CVE-2022-22818 CVE-2022-23833
* Fri Jul 09 2021 openstack-sig <openstack@openeuler.org> * Fri Jul 09 2021 openstack-sig <openstack@openeuler.org>
- Update to 2.2.19 - Update to 2.2.19