Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf5a2d48d8 | ||
|
|
63a8f7aefb | ||
|
|
153c8a4054 | ||
|
|
3a5b12f688 | ||
|
|
fea4d52ef1 | ||
|
|
a42c28ce7c | ||
|
|
92839f3f56 | ||
|
|
a06c535b39 | ||
|
|
8c43a53ed7 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -20,3 +20,5 @@
|
||||
/Sphinx-2.0.0b2.tar.gz
|
||||
/Sphinx-2.0.1.tar.gz
|
||||
/Sphinx-2.1.2.tar.gz
|
||||
/Sphinx-2.2.0.tar.gz
|
||||
/Sphinx-2.2.2.tar.gz
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%global upstream_name Sphinx
|
||||
|
||||
Name: python-sphinx
|
||||
%global general_version 2.1.2
|
||||
%global general_version 2.2.2
|
||||
#global prerel ...
|
||||
%global upstream_version %{general_version}%{?prerel}
|
||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||
@@ -352,10 +352,10 @@ mkdir %{buildroot}%{python3_sitelib}/sphinxcontrib
|
||||
export PYTHONPATH=%{buildroot}%{python3_sitelib}
|
||||
export PATH=%{buildroot}%{_bindir}:$PATH
|
||||
|
||||
# Currently, all linkcheck tests and test_latex_remote_images need internet
|
||||
# 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" \
|
||||
-k "not linkcheck and not test_latex_images" \
|
||||
%endif
|
||||
;
|
||||
%endif
|
||||
@@ -385,6 +385,24 @@ export PATH=%{buildroot}%{_bindir}:$PATH
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* 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)
|
||||
|
||||
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.1.2-5
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.1.2-4
|
||||
- Bootstrap for Python 3.8
|
||||
|
||||
* Thu Aug 15 2019 Richard Shaw <hobbes1069@gmail.com> - 1:2.1.2-3
|
||||
- Rebuild for Python 3.8.
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.1.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@@ -1 +1 @@
|
||||
SHA512 (Sphinx-2.1.2.tar.gz) = 22696cd143b75c497c36e08b81b10981e80ad10a4f9f42a29165bfed18bacbc33dc2f477926fe795faf9918dce9d283cd1acf03f7289bd50fa93a86e7979d9f1
|
||||
SHA512 (Sphinx-2.2.2.tar.gz) = 2aaed5980c6fb3bf1a8b2911bbf5d7b8a2d9356e2e9faad58e9ac93e76f76e0c5f40243774553a719dfe982e5e683821545db56142cd8e3db914e97e363124f1
|
||||
|
||||
Reference in New Issue
Block a user