Upgrade to 2.2.27 version
(cherry picked from commit 19dc861238321e5071f5842ddcc834e9846ffb5e)
This commit is contained in:
parent
ac9b1ad0ee
commit
bf81996cc9
Binary file not shown.
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user