Update to version 2.0.0b2
This commit is contained in:
+5
-2
@@ -20,7 +20,7 @@
|
||||
|
||||
Name: python-sphinx
|
||||
%global general_version 2.0.0
|
||||
%global prerel b1
|
||||
%global prerel b2
|
||||
%global upstream_version %{general_version}%{?prerel}
|
||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||
Release: 1%{?dist}
|
||||
@@ -348,7 +348,7 @@ export PATH=%{buildroot}%{_bindir}:$PATH
|
||||
# Currently, all linkcheck tests and test_latex_remote_images need internet
|
||||
%{__python3} -m pytest \
|
||||
%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 # with tests
|
||||
@@ -377,6 +377,9 @@ export PATH=%{buildroot}%{_bindir}:$PATH
|
||||
|
||||
|
||||
%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
|
||||
- Update to 2.0.0b1
|
||||
- Drop Python 2 package
|
||||
|
||||
Reference in New Issue
Block a user