parent
85aae8a86d
commit
210523a9d1
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/88d4fdd163efdeaab91a105b7980c42078ed3417.tar.gz
|
||||
/ebe84efc1a869da8d5689c706cdcf6ea864f0d9b.tar.gz
|
||||
/sphinxcontrib-websupport-1.1.0.tar.gz
|
||||
/sphinxcontrib-websupport-1.1.1.dev20190321.tar.gz
|
||||
|
@ -1,13 +1,14 @@
|
||||
%global pypi_name sphinxcontrib-websupport
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.1.0
|
||||
%global upver 1.1.1.dev20190321
|
||||
Version: 1.1.1~dev20190321
|
||||
Release: 1%{?dist}
|
||||
Summary: Sphinx API for Web Apps
|
||||
|
||||
License: BSD
|
||||
URL: http://sphinx-doc.org/
|
||||
Source0: %{pypi_source}
|
||||
Source0: %{pypi_source %{pypi_name} %{upver}}
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -39,7 +40,7 @@ sphinxcontrib-websupport provides a Python API to easily integrate Sphinx
|
||||
documentation into your Web application.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pypi_name}-%{version}
|
||||
%autosetup -n %{pypi_name}-%{upver}
|
||||
# Remove bundled egg-info
|
||||
rm -rf %{pypi_name}.egg-info
|
||||
|
||||
@ -50,7 +51,7 @@ rm -rf %{pypi_name}.egg-info
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
PYTHONPATH=. py.test-3 tests/
|
||||
%{__python3} -m pytest tests/
|
||||
|
||||
%files -n python3-%{pypi_name}
|
||||
%license LICENSE
|
||||
@ -58,9 +59,13 @@ PYTHONPATH=. py.test-3 tests/
|
||||
%dir %{python3_sitelib}/sphinxcontrib
|
||||
%{python3_sitelib}/sphinxcontrib/websupport/
|
||||
%{python3_sitelib}/sphinxcontrib_websupport-*.pth
|
||||
%{python3_sitelib}/sphinxcontrib_websupport-*.egg-info
|
||||
%{python3_sitelib}/sphinxcontrib_websupport-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Wed Mar 27 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.1~dev20190321-1
|
||||
- Update to 1.1.1.dev20190321 (#1691429)
|
||||
- Support Sphinx 2.0 (#1690793)
|
||||
|
||||
* Wed Mar 06 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.0-1
|
||||
- Update to 1.1.0
|
||||
- Subpackage python2-sphinxcontrib-websupport has been removed
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sphinxcontrib-websupport-1.1.0.tar.gz) = adbd7db06150a4424a881a22442c2535ed823c7adcc295ef9c3af5ae38d823349830a114e8a7af2138498d0e68b37189707c1bb5a28b45c76031bcf94210fb89
|
||||
SHA512 (sphinxcontrib-websupport-1.1.1.dev20190321.tar.gz) = 1fe24be29c88fd4fa8e08a445a893d50f89854eda2ec37f8b7711dda6c4de20e3aef595d0be0255212e216c2a2106a9ae6b4c10b9ce84ed7f06d24606c7010ae
|
||||
|
Loading…
Reference in New Issue
Block a user