Update to 1.1.2 (#1711650)
This commit is contained in:
parent
210523a9d1
commit
1a66445027
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/ebe84efc1a869da8d5689c706cdcf6ea864f0d9b.tar.gz
|
/ebe84efc1a869da8d5689c706cdcf6ea864f0d9b.tar.gz
|
||||||
/sphinxcontrib-websupport-1.1.0.tar.gz
|
/sphinxcontrib-websupport-1.1.0.tar.gz
|
||||||
/sphinxcontrib-websupport-1.1.1.dev20190321.tar.gz
|
/sphinxcontrib-websupport-1.1.1.dev20190321.tar.gz
|
||||||
|
/sphinxcontrib-websupport-1.1.2.tar.gz
|
||||||
|
@ -1,14 +1,13 @@
|
|||||||
%global pypi_name sphinxcontrib-websupport
|
%global pypi_name sphinxcontrib-websupport
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
%global upver 1.1.1.dev20190321
|
Version: 1.1.2
|
||||||
Version: 1.1.1~dev20190321
|
|
||||||
Release: 1%{?dist}
|
Release: 1%{?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: %{pypi_source %{pypi_name} %{upver}}
|
Source0: %{pypi_source}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -19,7 +18,6 @@ documentation into your Web application.
|
|||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-docutils
|
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-jinja2
|
BuildRequires: python3-jinja2
|
||||||
BuildRequires: python3-mock
|
BuildRequires: python3-mock
|
||||||
@ -28,22 +26,25 @@ BuildRequires: python3-six
|
|||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx
|
||||||
BuildRequires: python3-sqlalchemy
|
BuildRequires: python3-sqlalchemy
|
||||||
BuildRequires: python3-whoosh
|
BuildRequires: python3-whoosh
|
||||||
Requires: python3-docutils
|
|
||||||
Requires: python3-jinja2
|
Requires: python3-jinja2
|
||||||
Requires: python3-six
|
Requires: python3-six
|
||||||
Requires: python3-sphinx
|
Requires: python3-sphinx
|
||||||
Requires: python3-sqlalchemy
|
Recommends: python3-sqlalchemy
|
||||||
Requires: python3-whoosh
|
Recommends: python3-whoosh
|
||||||
|
|
||||||
%description -n python3-%{pypi_name}
|
%description -n python3-%{pypi_name}
|
||||||
sphinxcontrib-websupport provides a Python API to easily integrate Sphinx
|
sphinxcontrib-websupport provides a Python API to easily integrate Sphinx
|
||||||
documentation into your Web application.
|
documentation into your Web application.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{pypi_name}-%{upver}
|
%autosetup -n %{pypi_name}-%{version}
|
||||||
# Remove bundled egg-info
|
# Remove bundled egg-info
|
||||||
rm -rf %{pypi_name}.egg-info
|
rm -rf %{pypi_name}.egg-info
|
||||||
|
|
||||||
|
# This "magical" import somehow doesn't work here
|
||||||
|
# XXX investigate
|
||||||
|
sed -i 's/from sphinx\.builders\.html import /from sphinxcontrib.serializinghtml import /' sphinxcontrib/websupport/builder.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
|
|
||||||
@ -62,6 +63,9 @@ rm -rf %{pypi_name}.egg-info
|
|||||||
%{python3_sitelib}/sphinxcontrib_websupport-*.egg-info/
|
%{python3_sitelib}/sphinxcontrib_websupport-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 20 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.2-1
|
||||||
|
- Update to 1.1.2 (#1711650)
|
||||||
|
|
||||||
* Wed Mar 27 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.1~dev20190321-1
|
* Wed Mar 27 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.1~dev20190321-1
|
||||||
- Update to 1.1.1.dev20190321 (#1691429)
|
- Update to 1.1.1.dev20190321 (#1691429)
|
||||||
- Support Sphinx 2.0 (#1690793)
|
- Support Sphinx 2.0 (#1690793)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (sphinxcontrib-websupport-1.1.1.dev20190321.tar.gz) = 1fe24be29c88fd4fa8e08a445a893d50f89854eda2ec37f8b7711dda6c4de20e3aef595d0be0255212e216c2a2106a9ae6b4c10b9ce84ed7f06d24606c7010ae
|
SHA512 (sphinxcontrib-websupport-1.1.2.tar.gz) = 55754f6304f38abd50f410da164f401a1b9a1d289b19f0077a38f72ce11a2dd64eff0713bb99471e470ff15fbd6a0042d49bab14c92f82cdd61019adbb88397e
|
||||||
|
Loading…
Reference in New Issue
Block a user