Update to version 2.0.0b2
This commit is contained in:
parent
d1c43fc658
commit
7cdc32e4ae
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/Sphinx-1.7.6.tar.gz
|
/Sphinx-1.7.6.tar.gz
|
||||||
/Sphinx-1.8.4.tar.gz
|
/Sphinx-1.8.4.tar.gz
|
||||||
/Sphinx-2.0.0b1.tar.gz
|
/Sphinx-2.0.0b1.tar.gz
|
||||||
|
/Sphinx-2.0.0b2.tar.gz
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: python-sphinx
|
Name: python-sphinx
|
||||||
%global general_version 2.0.0
|
%global general_version 2.0.0
|
||||||
%global prerel b1
|
%global prerel b2
|
||||||
%global upstream_version %{general_version}%{?prerel}
|
%global upstream_version %{general_version}%{?prerel}
|
||||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
@ -348,7 +348,7 @@ export PATH=%{buildroot}%{_bindir}:$PATH
|
|||||||
# Currently, all linkcheck tests and test_latex_remote_images need internet
|
# Currently, all linkcheck tests and test_latex_remote_images need internet
|
||||||
%{__python3} -m pytest \
|
%{__python3} -m pytest \
|
||||||
%if %{without internet}
|
%if %{without internet}
|
||||||
-k "not linkcheck and not latex_remote_images" \
|
-k "not linkcheck and not latex_remote_images and not test_latex_images" \
|
||||||
%endif
|
%endif
|
||||||
;
|
;
|
||||||
%endif # with tests
|
%endif # with tests
|
||||||
@ -377,6 +377,9 @@ export PATH=%{buildroot}%{_bindir}:$PATH
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 27 2019 Charalampos Stratakis <cstratak@redhat.com> - 1:2.0.0~b2-1
|
||||||
|
- Update to 2.0.0b2
|
||||||
|
|
||||||
* Wed Feb 27 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.0.0~b1-1
|
* Wed Feb 27 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.0.0~b1-1
|
||||||
- Update to 2.0.0b1
|
- Update to 2.0.0b1
|
||||||
- Drop Python 2 package
|
- Drop Python 2 package
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Sphinx-2.0.0b1.tar.gz) = 6f6e90a152c9ebf96f5ded2966b70e9bb203a1444ada8a0f31a71973d4f475b4dae891119752447f810837c91791c1325c5182d3608f089a09ce797d007c71ee
|
SHA512 (Sphinx-2.0.0b2.tar.gz) = d1b7e593fac3e7187f6c4237be95fd4e6076ffe5672a0a3c672858936f8b8ca89ae04365bd2a224287f50923d1739f9c0a6032a8f879587b1227a180d4758b69
|
||||||
|
Loading…
Reference in New Issue
Block a user