From f04954dbe7fed99d7df0f68ebdcfe0e06561b815 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: May 25 2020 13:40:47 +0000 Subject: [PATCH 1/2] Rebuilt for Python 3.9 --- diff --git a/python-django.spec b/python-django.spec index ac5e152..8a4aa04 100644 --- a/python-django.spec +++ b/python-django.spec @@ -4,7 +4,7 @@ Name: python-django #global pre ... %global real_version %{ver}%{?pre:%{pre}} Version: %{ver}%{?pre:~%{pre}} -Release: 2%{?dist} +Release: 3%{?dist} Summary: A high-level Python Web framework License: BSD @@ -321,6 +321,9 @@ cd tests %changelog +* Mon May 25 2020 Miro Hrončok - 3.0.2-3 +- Rebuilt for Python 3.9 + * Thu Jan 30 2020 Fedora Release Engineering - 3.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 42413146669c3717a63a46a7260e0d69561c6271 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jun 07 2020 15:09:01 +0000 Subject: [PATCH 2/2] Update to 3.0.7, enbale tests - Security fix for CVE-2020-7471 (rhbz#1798516) - Security fix for CVE-2020-9402 (rhbz#1810093) - Security fix for CVE-2020-13254 (rhbz#1843617) - Security fix for CVE-2020-13596 (rhbz#1843627) --- diff --git a/.gitignore b/.gitignore index e6caa5a..0a4d004 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /Django-3.0b1.tar.gz /Django-3.0.tar.gz /Django-3.0.2.tar.gz +/Django-3.0.7.tar.gz diff --git a/python-django.spec b/python-django.spec index 8a4aa04..987aa77 100644 --- a/python-django.spec +++ b/python-django.spec @@ -1,10 +1,10 @@ Name: python-django %global pkgname Django -%global ver 3.0.2 +%global ver 3.0.7 #global pre ... %global real_version %{ver}%{?pre:%{pre}} Version: %{ver}%{?pre:~%{pre}} -Release: 3%{?dist} +Release: 1%{?dist} Summary: A high-level Python Web framework License: BSD @@ -133,8 +133,7 @@ cd %{_builddir}/%{pkgname}-%{real_version} export PYTHONPATH=$(pwd) cd tests -# skip tests for now -# %{__python3} runtests.py --settings=test_sqlite --verbosity=2 --parallel 1 +%{__python3} runtests.py --settings=test_sqlite --verbosity=2 --parallel 1 %files bash-completion @@ -321,6 +320,13 @@ cd tests %changelog +* Sun Jun 07 2020 Miro Hrončok - 3.0.7-1 +- Update to 3.0.7 +- Security fix for CVE-2020-7471 (rhbz#1798516) +- Security fix for CVE-2020-9402 (rhbz#1810093) +- Security fix for CVE-2020-13254 (rhbz#1843617) +- Security fix for CVE-2020-13596 (rhbz#1843627) + * Mon May 25 2020 Miro Hrončok - 3.0.2-3 - Rebuilt for Python 3.9 diff --git a/sources b/sources index 8148b09..3417d16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Django-3.0.2.tar.gz) = 34011f1c67009fd450fd362ce40b138371a130f5fc92b8a5c28250965b7d9391b1a3e45ac290fd5d053afa2424e8fee360d3d4f6c4d8da71ec4643ec144d1b33 +SHA512 (Django-3.0.7.tar.gz) = 566a78c3686baaea2ea8f2db2c1762a78ec5e5ae44f0be43f49c83899c2a0a9d1b2297a05ce8f4bc6bc580c494dde66bb2be47a8269cce3e1b007fedd857e5d3