#16 Update to 3.0.0 (rhbz#1783776)
Closed 3 years ago by cstratak. Opened 3 years ago by defolos.
rpms/ defolos/python-sphinx master  into  master

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

  /Sphinx-2.1.2.tar.gz

  /Sphinx-2.2.0.tar.gz

  /Sphinx-2.2.2.tar.gz

+ /Sphinx-3.0.0.tar.gz

file modified
+5 -2
@@ -19,11 +19,11 @@ 

  %global upstream_name Sphinx

  

  Name:       python-sphinx

- %global     general_version 2.2.2

+ %global     general_version 3.0.0

  #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

  
@@ -385,6 +385,9 @@ 

  

  

  %changelog

+ * Thu Apr  9 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 1:3.0.0-1

+ -  Update to 3.0.0 (rhbz#1783776)

+ 

  * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.2-2

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

  

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

- SHA512 (Sphinx-2.2.2.tar.gz) = 2aaed5980c6fb3bf1a8b2911bbf5d7b8a2d9356e2e9faad58e9ac93e76f76e0c5f40243774553a719dfe982e5e683821545db56142cd8e3db914e97e363124f1

+ SHA512 (Sphinx-3.0.0.tar.gz) = 7cd36eda10c13dcd16417b86c01eb361b2933836ce0a22e2728b4168356daa85f69db1b86352c3d2aa2445fa2ed77e7609ea22eb1970e93b8e25bdff52000ea3

no initial comment

Do not merge this yet.

@cstratak will test how many packages are affected by this.

@defolos Thanks and sorry for not identifying we were working on this.

Triaging has been completed and the failures are tracked here: https://bugzilla.redhat.com/show_bug.cgi?id=1783776

Currently 25 packages experience failures due to the update.

Let's try if 3.0.1 fixes any of the failures to save ourselves some needless investigations?

Already restarted all the builds with the 3.0.1 release, all the current bugs are reported against that version.

Final verdict, 23 packages failed to build from source due to the update. 3 are already fixed in rawhide.

Already built sphinx 3.0.2 in copr.

I'll investigate the Python 3.9 failure.

Can you push your changes here please?

Pull-Request has been closed by cstratak

3 years ago