#12 Update to 3.0.7
Merged 3 years ago by mrunge. Opened 3 years ago by churchyard.
rpms/ churchyard/python-django 3.0.7  into  master

file modified
+1
@@ -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

file modified
+10 -4
@@ -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 @@ 

  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 @@ 

  

  

  %changelog

+ * Sun Jun 07 2020 Miro Hrončok <mhroncok@redhat.com> - 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 <mhroncok@redhat.com> - 3.0.2-3

  - Rebuilt for Python 3.9

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (Django-3.0.2.tar.gz) = 34011f1c67009fd450fd362ce40b138371a130f5fc92b8a5c28250965b7d9391b1a3e45ac290fd5d053afa2424e8fee360d3d4f6c4d8da71ec4643ec144d1b33

+ SHA512 (Django-3.0.7.tar.gz) = 566a78c3686baaea2ea8f2db2c1762a78ec5e5ae44f0be43f49c83899c2a0a9d1b2297a05ce8f4bc6bc580c494dde66bb2be47a8269cce3e1b007fedd857e5d3

  • 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)

rebased onto 4241314

3 years ago

Pull-Request has been merged by mrunge

3 years ago