#14 Update to 2.2.2 and reenable some tests
Merged 4 years ago by churchyard. Opened 4 years ago by churchyard.
rpms/ churchyard/python-sphinx 2.2.2  into  master

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

  /Sphinx-2.0.1.tar.gz

  /Sphinx-2.1.2.tar.gz

  /Sphinx-2.2.0.tar.gz

+ /Sphinx-2.2.2.tar.gz

file modified
+5 -6
@@ -19,7 +19,7 @@ 

  %global upstream_name Sphinx

  

  Name:       python-sphinx

- %global     general_version 2.2.0

+ %global     general_version 2.2.2

  #global     prerel ...

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

  Version:    %{general_version}%{?prerel:~%{prerel}}
@@ -352,11 +352,10 @@ 

  export PYTHONPATH=%{buildroot}%{python3_sitelib}

  export PATH=%{buildroot}%{_bindir}:$PATH

  

- # Currently, all linkcheck tests and test_latex_remote_images need internet

- # XXX investigate test_gettext_definition_terms test_text_definition_terms

+ # Currently, all linkcheck tests and test_latex_images need internet

  %{__python3} -m pytest \

  %if %{without internet}

-     -k "not linkcheck and not latex_remote_images and not test_latex_images and not test_gettext_definition_terms and not test_text_definition_terms" \

+     -k "not linkcheck and not test_latex_images" \

  %endif

  ;

  %endif
@@ -386,8 +385,8 @@ 

  

  

  %changelog

- * Tue Dec 10 2019 Charalampos Stratakis <cstratak@redhat.com> - 1:2.2.0-1

- - Update to 2.2.0 (rhbz#1743018)

+ * Tue Dec 10 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.2.2-1

+ - Update to 2.2.2 (rhbz#1743018)

  

  * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.1.2-6

  - Rebuilt for Python 3.8.0rc1 (#1748018)

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

- SHA512 (Sphinx-2.2.0.tar.gz) = 5d5832a6e966782ced58ecfe26e164636ef9433862c3ed299663f69c90d5d1173bbaf9d29410939d35163e740a1aeb6db460e8fdcf6b92eadfcb6e88a2fbcc38

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

no initial comment

Pull-Request has been merged by churchyard

4 years ago