Update to 1.1.0
This commit is contained in:
parent
419621a63a
commit
4e4efc2528
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/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
|
/ebe84efc1a869da8d5689c706cdcf6ea864f0d9b.tar.gz
|
||||||
|
/sphinxcontrib-websupport-1.1.0.tar.gz
|
||||||
|
@ -1,14 +1,13 @@
|
|||||||
%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.1.0
|
||||||
Release: 13.20180316git%{?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: https://github.com/sphinx-doc/sphinxcontrib-websupport/archive/%{commit}.tar.gz
|
Source0: %{pypi_source}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,7 +39,7 @@ 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}-%{commit}
|
%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
|
||||||
|
|
||||||
@ -62,7 +61,8 @@ PYTHONPATH=. py.test-3 tests/
|
|||||||
%{python3_sitelib}/sphinxcontrib_websupport-*.egg-info
|
%{python3_sitelib}/sphinxcontrib_websupport-*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 06 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-13.20180316git
|
* 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
|
- Subpackage python2-sphinxcontrib-websupport has been removed
|
||||||
See https://fedoraproject.org/wiki/Changes/Sphinx2
|
See https://fedoraproject.org/wiki/Changes/Sphinx2
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ebe84efc1a869da8d5689c706cdcf6ea864f0d9b.tar.gz) = a33c32cd20c24a714c149059953492e2bacf590a912cc2144935021ad4c2639eb7a47986f31bebf028bcc43de3a842bde0215602213d883d3cc0ed9abf78e747
|
SHA512 (sphinxcontrib-websupport-1.1.0.tar.gz) = adbd7db06150a4424a881a22442c2535ed823c7adcc295ef9c3af5ae38d823349830a114e8a7af2138498d0e68b37189707c1bb5a28b45c76031bcf94210fb89
|
||||||
|
Loading…
Reference in New Issue
Block a user