#7 Update to 1.8.4
Merged 5 years ago by cstratak. Opened 5 years ago by amoralej.
Unknown source master  into  master

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

  /Sphinx-1.7.2.tar.gz

  /Sphinx-1.7.5.tar.gz

  /Sphinx-1.7.6.tar.gz

+ /Sphinx-1.8.4.tar.gz

file modified
+7 -4
@@ -26,8 +26,8 @@

  %global upstream_name Sphinx

  

  Name:       python-sphinx

- Version:    1.7.6

- Release:    3%{?dist}

+ Version:    1.8.4

+ Release:    1%{?dist}

  Epoch:      1

  Summary:    Python documentation generator

  
@@ -549,13 +549,13 @@

  

  # Igoring test_api_translator for now as it fails on Fedora.

  # The issue has been reported upstream: https://github.com/sphinx-doc/sphinx/issues/4710

- LANG=C.UTF-8 %{__python2} -m pytest -v --ignore=tests/test_api_translator.py

+ LANG=C.UTF-8 pytest-2

  %if 0%{?with_python3}

  pushd %{py3dir}

  # Currently, all linkcheck tests hit external websites.  Since network access

  # is disabled in koji, we have to disable these.

  rm tests/test_build_linkcheck.py

- PYTHON=python3 make test

+ pytest-3

  popd

  %endif # with_python3

  %endif # with tests
@@ -614,6 +614,9 @@

  

  

  %changelog

+ * Thu Feb 07 2019 Alfredo Moralejo <amoralej@redhat.com> - 1:1.8.4-1

+ - Update to 1.8.4.

+ 

  * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.7.6-3

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

  

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

- SHA512 (Sphinx-1.7.6.tar.gz) = 505c4e92c1a09c48a50d8bd0ec86089bd3f0f5352302ae330e2fba6e61316f40c6ec3726e2cfaeb54de0818127a26ef5364ac92bcf254283022c38c4e95d419c

+ SHA512 (Sphinx-1.8.4.tar.gz) = 6821bb56c30b52f357ae55f5db45f056883c457eae62a0751a2b654519a07bca9edccb7678b29fa380379f059c9d8899d9e7b06ceccca5ec26962e6f83bb8578

no initial comment

Could you provide more info on the fixed bug? Is it reported upstream?

Sorry, this patch is not needed to build. The problem happens when running unit tests with python2-future installed but this is not the case in fedora buildroot. I'll remove this patch.

rebased onto b8f6b2b4c5435f7081c6d000471f6eb4796ac54a

5 years ago

Could you use here 'pytest-2' ? Generally it's better to be explicit and not use the unversioned binaries.

rebased onto 016c639

5 years ago

Could you use here 'pytest-2' ? Generally it's better to be explicit and not use the unversioned binaries.

Done

Pull-Request has been merged by cstratak

5 years ago