#30 Update to 3.5.4
Merged 3 years ago by cstratak. Opened 3 years ago by ksurma.
rpms/ ksurma/python-sphinx 3.5.4  into  rawhide

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

  /Sphinx-3.4.3.tar.gz

  /Sphinx-3.5.2.tar.gz

  /Sphinx-3.5.3.tar.gz

+ /Sphinx-3.5.4.tar.gz

file modified
+5 -1
@@ -24,7 +24,7 @@ 

  %global upstream_name Sphinx

  

  Name:       python-sphinx

- %global     general_version 3.5.3

+ %global     general_version 3.5.4

  #global     prerel ...

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

  Version:    %{general_version}%{?prerel:~%{prerel}}
@@ -364,6 +364,10 @@ 

  

  

  %changelog

+ * Mon May 10 2021 Karolina Surma <ksurma@redhat.com> - 1:3.5.4-1

+ - Update to 3.5.4

+ - Fixes rhbz#1949477

+ 

  * Thu Apr 01 2021 Karolina Surma <ksurma@redhat.com> - 1:3.5.3-1

  - Update to 3.5.3

  - Fixes rhbz#1941161

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

- SHA512 (Sphinx-3.5.3.tar.gz) = 4e2cb1c3632ec131cc724f306bbe084691c2178620d1dec130d3bc8be3ee116c14093863ec768242965be9f28c74ed704768b23a62a1510ff00bf1c2edb810df

+ SHA512 (Sphinx-3.5.4.tar.gz) = 853379f3b0496772846be9beb072c2c8a69ff899ffe4c6435b448ea639a32138c61403f9c14f62f4f78b2e526a2ee7c05b4196eabdeee37bcae6aa98df992125

This version restricts docutils to 0.16 - which we already know about.
I haven't done mass rebuild of packages requiring sphinx as this update brings only bugfixes. If anyone feels it should be done, I'll run it.
I've tested installation and basic functionality manually in mock.

I haven't done mass rebuild of packages requiring sphinx as this update brings only bugfixes. If anyone feels it should be done, I'll run it.

This should be safe. If not, we'll deal with it later.

Thanks for the update. I'll wait for Zuul and if everything is OK, we can merge+ship.

Build succeeded.

Everything looks good. Thanks!

Pull-Request has been merged by cstratak

3 years ago