#20 Update to 3.1.2
Merged 3 years ago by churchyard. Opened 3 years ago by churchyard.
rpms/ churchyard/python-sphinx 3.1.2  into  master

file modified
+1
@@ -23,3 +23,4 @@ 

  /Sphinx-2.2.0.tar.gz

  /Sphinx-2.2.2.tar.gz

  /Sphinx-3.1.1.tar.gz

+ /Sphinx-3.1.2.tar.gz

file modified
+6 -2
@@ -21,11 +21,11 @@ 

  %global upstream_name Sphinx

  

  Name:       python-sphinx

- %global     general_version 3.1.1

+ %global     general_version 3.1.2

  #global     prerel ...

  %global     upstream_version %{general_version}%{?prerel}

  Version:    %{general_version}%{?prerel:~%{prerel}}

- Release:    2%{?dist}

+ Release:    1%{?dist}

  Epoch:      1

  Summary:    Python documentation generator

  
@@ -389,6 +389,10 @@ 

  

  

  %changelog

+ * Fri Aug 07 2020 Miro Hrončok <mhroncok@redhat.com> - 1:3.1.2-1

+ - Update to 3.1.2

+ - Fixes rhbz#1853901

+ 

  * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.1.1-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

  

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

- SHA512 (Sphinx-3.1.1.tar.gz) = 0c97cab085b1d8152cefde73a7e2116e83426a1ff071c8be9b37ae8e8cf82e9abefacad2cb37a86e1754fbdf57a8dc05ee3041d7dde506fa103babb82c380293

+ SHA512 (Sphinx-3.1.2.tar.gz) = d1b55a603ea4a76d2315e170b8ba7858caf1658660e9983034918bd265c505f0e5157ab9d9cebc970261646ae0959e1cf75562b01b73bf3a380e712393a735b9

This is a minor update and it is mostly backwards compatible except one change of output:

https://www.sphinx-doc.org/en/3.x/changes.html#release-3-1-2-released-jul-05-2020

As such I am inclined to ship it if it builds (it did in my scratch build), but another opinion would be appreciated.

Murphy's law, 3.2.0 is out. I'm keeping this open in case we see that 3.2 would be too disturbing.

Update to 3.1.2 sanity checked, all good.

Pull-Request has been merged by churchyard

3 years ago