!13 [sync] PR-10: To fix some cves upgrade to 2.2.27 version

From: @openeuler-sync-bot 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2022-02-13 14:28:33 +00:00 committed by Gitee
commit dff9578348
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 7 additions and 3 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-django
Version: 2.2.19
Version: 2.2.27
Release: 1
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
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
%description
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
%prep
%autosetup -n Django-2.2.19
%autosetup -n django-2.2.27
%build
%py3_build
@ -71,6 +71,10 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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>
- Update to 2.2.19