Blame python-sphinxcontrib-websupport.spec

9d0a7bc
%global pypi_name sphinxcontrib-websupport
9d0a7bc
9d0a7bc
Name:           python-%{pypi_name}
1a66445
Version:        1.1.2
56984b7
Release:        3%{?dist}
9d0a7bc
Summary:        Sphinx API for Web Apps
9d0a7bc
9d0a7bc
License:        BSD
9d0a7bc
URL:            http://sphinx-doc.org/
1a66445
Source0:        %{pypi_source}
9d0a7bc
BuildArch:      noarch
9d0a7bc
9d0a7bc
%description
9d0a7bc
sphinxcontrib-websupport provides a Python API to easily integrate Sphinx
9d0a7bc
documentation into your Web application.
9d0a7bc
9d0a7bc
%package -n     python3-%{pypi_name}
9d0a7bc
Summary:        %{summary}
9d0a7bc
%{?python_provide:%python_provide python3-%{pypi_name}}
9d0a7bc
BuildRequires:  python3-devel
9d0a7bc
BuildRequires:  python3-setuptools
9d0a7bc
BuildRequires:  python3-jinja2
9d0a7bc
BuildRequires:  python3-mock
9d0a7bc
BuildRequires:  python3-pytest
9d0a7bc
BuildRequires:  python3-six
9d0a7bc
BuildRequires:  python3-sphinx
10992d0
BuildRequires:  python3-sphinxcontrib-serializinghtml >= 1.1.3
9d0a7bc
BuildRequires:  python3-sqlalchemy
9d0a7bc
BuildRequires:  python3-whoosh
9d0a7bc
Requires:       python3-jinja2
9d0a7bc
Requires:       python3-six
9d0a7bc
Requires:       python3-sphinx
10992d0
Requires:       python3-sphinxcontrib-serializinghtml >= 1.1.3
1a66445
Recommends:     python3-sqlalchemy
1a66445
Recommends:     python3-whoosh
9d0a7bc
9d0a7bc
%description -n python3-%{pypi_name}
9d0a7bc
sphinxcontrib-websupport provides a Python API to easily integrate Sphinx
9d0a7bc
documentation into your Web application.
9d0a7bc
9d0a7bc
%prep
1a66445
%autosetup -n %{pypi_name}-%{version}
9d0a7bc
# Remove bundled egg-info
9d0a7bc
rm -rf %{pypi_name}.egg-info
9d0a7bc
9d0a7bc
%build
9d0a7bc
%py3_build
9d0a7bc
9d0a7bc
%install
9d0a7bc
%py3_install
9d0a7bc
9d0a7bc
%check
fa17119
mkdir empty && pushd empty # don't run the tests from sources
fa17119
export PYTHONPATH=%{buildroot}%{python3_sitelib}
fa17119
%{__python3} -m pytest ../tests
fa17119
popd
fa17119
rmdir empty
9d0a7bc
9d0a7bc
%files -n python3-%{pypi_name}
9d0a7bc
%license LICENSE
9d0a7bc
%doc README.rst
419621a
%dir %{python3_sitelib}/sphinxcontrib
419621a
%{python3_sitelib}/sphinxcontrib/websupport/
cfdd3a4
%{python3_sitelib}/sphinxcontrib_websupport-*.pth
210523a
%{python3_sitelib}/sphinxcontrib_websupport-*.egg-info/
9d0a7bc
9d0a7bc
%changelog
56984b7
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.2-3
56984b7
- Rebuilt for Python 3.8
56984b7
2ed31f5
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2
2ed31f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2ed31f5
1a66445
* Mon May 20 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.2-1
1a66445
- Update to 1.1.2 (#1711650)
1a66445
210523a
* Wed Mar 27 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.1~dev20190321-1
210523a
- Update to 1.1.1.dev20190321 (#1691429)
210523a
- Support Sphinx 2.0 (#1690793)
210523a
4e4efc2
* Wed Mar 06 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.0-1
4e4efc2
- Update to 1.1.0
419621a
- Subpackage python2-sphinxcontrib-websupport has been removed
419621a
  See https://fedoraproject.org/wiki/Changes/Sphinx2
419621a
0c30290
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-12.20180316git
0c30290
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0c30290
b5d2654
* Mon Jul 16 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-11.20180316git
b5d2654
- Remove unused dependency on xapian
b5d2654
666119c
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-10.20180316git
666119c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
666119c
94d1979
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-9.20180316git
94d1979
- Rebuilt for Python 3.7
94d1979
d2d5654
* Wed May 16 2018 Javier Peña <jpena@redhat.com> - 1.0.1-8.20180316git
d2d5654
- Update to commit ebe84efc1a869da8d5689c706cdcf6ea864f0d9b
d2d5654
- Fix build with Sphinx 1.7 (bz#1578132)
d2d5654
188cf32
* Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.0.1-7.20171013git
188cf32
- Update Python 2 dependency declarations to new packaging standards
188cf32
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
188cf32
727fc5f
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-6.20171013git
727fc5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
727fc5f
5a01928
* Mon Dec 18 2017 Javier Peña <jpena@redhat.com> - 1.0.1-5.20171013git
5a01928
- Fixed Source0 URL (bz#1526646)
5a01928
cfdd3a4
* Fri Oct 13 2017 Javier Peña <jpena@redhat.com> - 1.0.1-4.20171013git
cfdd3a4
- Updated to latest git commit to fix build in Rawhide
cfdd3a4
5c2648d
* Wed Oct 11 2017 Troy Dawson <tdawson@redhat.com> - 1.0.1-3
5c2648d
- Cleanup spec file conditionals
5c2648d
adb8e4e
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
adb8e4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
adb8e4e
9d0a7bc
* Fri Jun 30 2017 Javier Peña <jpena@redhat.com> - 1.0.1-1
9d0a7bc
- Initial package.
9d0a7bc