Update to commit ebe84efc1a869da8d5689c706cdcf6ea864f0d9b
Fix build with Sphinx 1.7 (bz#1578132)
This commit is contained in:
parent
188cf32647
commit
d2d5654136
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/sphinxcontrib-websupport-1.0.1.tar.gz
|
/sphinxcontrib-websupport-1.0.1.tar.gz
|
||||||
/sphinxcontrib-websupport-1.0.1.dev20171013.tar.gz
|
/sphinxcontrib-websupport-1.0.1.dev20171013.tar.gz
|
||||||
/88d4fdd163efdeaab91a105b7980c42078ed3417.tar.gz
|
/88d4fdd163efdeaab91a105b7980c42078ed3417.tar.gz
|
||||||
|
/ebe84efc1a869da8d5689c706cdcf6ea864f0d9b.tar.gz
|
||||||
|
@ -2,17 +2,16 @@
|
|||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global commit 88d4fdd163efdeaab91a105b7980c42078ed3417
|
%global commit ebe84efc1a869da8d5689c706cdcf6ea864f0d9b
|
||||||
%global pypi_name sphinxcontrib-websupport
|
%global pypi_name sphinxcontrib-websupport
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 7.20171013git%{?dist}
|
Release: 8.20180316git%{?dist}
|
||||||
Summary: Sphinx API for Web Apps
|
Summary: Sphinx API for Web Apps
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://sphinx-doc.org/
|
URL: http://sphinx-doc.org/
|
||||||
#Source0: https://files.pythonhosted.org/packages/source/s/%{pypi_name}/%{pypi_name}-%{version}.%{commit}.tar.gz
|
|
||||||
Source0: https://github.com/sphinx-doc/sphinxcontrib-websupport/archive/%{commit}.tar.gz
|
Source0: https://github.com/sphinx-doc/sphinxcontrib-websupport/archive/%{commit}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -112,6 +111,10 @@ PYTHONPATH=. py.test-3 tests/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 16 2018 Javier Peña <jpena@redhat.com> - 1.0.1-8.20180316git
|
||||||
|
- Update to commit ebe84efc1a869da8d5689c706cdcf6ea864f0d9b
|
||||||
|
- Fix build with Sphinx 1.7 (bz#1578132)
|
||||||
|
|
||||||
* Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.0.1-7.20171013git
|
* Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.0.1-7.20171013git
|
||||||
- Update Python 2 dependency declarations to new packaging standards
|
- Update Python 2 dependency declarations to new packaging standards
|
||||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (88d4fdd163efdeaab91a105b7980c42078ed3417.tar.gz) = fd9591796d8071090c03a341b1e454bf27b57bb5289b33eddc5e5f993808d39fb2a31b8eb608d9f7a30077f8ebdc97e02fdd9ab163b5dce0f9560fb962fb5c35
|
SHA512 (ebe84efc1a869da8d5689c706cdcf6ea864f0d9b.tar.gz) = a33c32cd20c24a714c149059953492e2bacf590a912cc2144935021ad4c2639eb7a47986f31bebf028bcc43de3a842bde0215602213d883d3cc0ed9abf78e747
|
||||||
|
Loading…
Reference in New Issue
Block a user