2013-03-04 03:32:01 +00:00
|
|
|
|
2013-02-11 05:03:22 +00:00
|
|
|
%global upstream_name sphinxcontrib-httpdomain
|
|
|
|
|
|
|
|
Name: python-%{upstream_name}
|
2018-07-10 00:44:51 +00:00
|
|
|
Version: 1.7.0
|
2019-03-06 14:40:58 +00:00
|
|
|
Release: 4%{?dist}
|
2013-02-11 05:03:22 +00:00
|
|
|
Summary: Sphinx domain for documenting HTTP APIs
|
|
|
|
License: BSD
|
|
|
|
URL: http://packages.python.org/sphinxcontrib-httpdomain/
|
2016-08-15 06:23:10 +00:00
|
|
|
Source0: https://files.pythonhosted.org/packages/source/s/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
|
2017-07-24 01:47:00 +00:00
|
|
|
# issue to be filed(?)
|
|
|
|
Patch4: 0004-httpdomain-bump-domain-data-version.patch
|
2013-02-11 05:03:22 +00:00
|
|
|
BuildArch: noarch
|
2017-06-23 03:15:41 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Using this Sphinx domain you can document your HTTP API. It includes support
|
|
|
|
for generating documentation from Flask routing tables.
|
|
|
|
|
|
|
|
%package -n python3-%{upstream_name}
|
|
|
|
Summary: %{summary}
|
|
|
|
%{?python_provide:%python_provide python3-%{upstream_name}}
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
Requires: python3-sphinx
|
|
|
|
Requires: python3-six
|
|
|
|
|
|
|
|
%description -n python3-%{upstream_name}
|
|
|
|
Using this Sphinx domain you can document your HTTP API. It includes support
|
|
|
|
for generating documentation from Flask routing tables.
|
2019-03-06 14:40:58 +00:00
|
|
|
|
2017-06-23 03:15:41 +00:00
|
|
|
|
2013-02-11 05:03:22 +00:00
|
|
|
%prep
|
|
|
|
%setup -q -n %{upstream_name}-%{version}
|
2017-07-24 01:47:00 +00:00
|
|
|
%patch4 -p2
|
2013-04-22 01:27:37 +00:00
|
|
|
rm -r *.egg-info
|
2013-02-11 05:03:22 +00:00
|
|
|
|
|
|
|
%build
|
2017-06-23 03:15:41 +00:00
|
|
|
%{py3_build}
|
2013-02-11 05:03:22 +00:00
|
|
|
|
|
|
|
%install
|
2017-06-23 03:15:41 +00:00
|
|
|
%{py3_install}
|
|
|
|
|
|
|
|
%files -n python3-%{upstream_name}
|
2015-09-27 10:26:11 +00:00
|
|
|
%doc README.rst
|
|
|
|
%license LICENSE
|
2019-03-06 14:40:58 +00:00
|
|
|
%{python3_sitelib}/sphinxcontrib*
|
2013-02-11 05:03:22 +00:00
|
|
|
|
|
|
|
%changelog
|
2019-03-06 14:40:58 +00:00
|
|
|
* Wed Mar 06 2019 Miro Hrončok <mhroncok@redhat.com> - 1.7.0-4
|
|
|
|
- Subpackage python2-sphinxcontrib-httpdomain has been removed
|
|
|
|
See https://fedoraproject.org/wiki/Changes/Sphinx2
|
|
|
|
|
2019-02-02 09:28:25 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-14 02:11:38 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-10 00:44:51 +00:00
|
|
|
* Tue Jul 10 2018 Dan Callaghan <dcallagh@redhat.com> - 1.7.0-1
|
|
|
|
- upstream release 1.7.0: https://sphinxcontrib-httpdomain.readthedocs.io/en/stable/#version-1-7-0
|
|
|
|
|
2018-06-19 09:20:31 +00:00
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.6.1-2
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-03-04 22:55:25 +00:00
|
|
|
* Mon Mar 05 2018 Dan Callaghan <dcallagh@redhat.com> - 1.6.1-1
|
|
|
|
- Update to 1.6.1 bug fix release (RHBZ#1551209)
|
|
|
|
|
2018-02-09 11:00:35 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-15 00:26:19 +00:00
|
|
|
* Mon Jan 15 2018 Dan Callaghan <dcallagh@redhat.com> - 1.6.0-1
|
|
|
|
- Update to 1.6.0 bug fix release (RHBZ#1534132)
|
|
|
|
|
2017-07-27 11:54:51 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-24 01:47:00 +00:00
|
|
|
* Mon Jul 24 2017 Dan Callaghan <dcallagh@redhat.com> - 1.5.0-4
|
|
|
|
- fix for Sphinx 1.6 compatibility (RHBZ#1473447)
|
|
|
|
|
2017-06-23 03:15:41 +00:00
|
|
|
* Fri Jun 23 2017 Dan Callaghan <dcallagh@redhat.com> - 1.5.0-3
|
|
|
|
- added Python 3 subpackage (RHBZ#1459474)
|
|
|
|
|
2017-02-11 10:33:56 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-08-15 06:23:10 +00:00
|
|
|
* Mon Aug 15 2016 Dan Callaghan <dcallagh@redhat.com> - 1.5.0-1
|
|
|
|
- upstream release 1.5.0: http://pythonhosted.org/sphinxcontrib-httpdomain/#version-1-5-0
|
|
|
|
|
2016-02-04 21:01:05 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-09-27 10:26:11 +00:00
|
|
|
* Sun Sep 27 2015 Dan Callaghan <dcallagh@redhat.com> - 1.4.0-1
|
|
|
|
- upstream release 1.4.0: http://pythonhosted.org/sphinxcontrib-httpdomain/#version-1-4-0
|
|
|
|
|
2015-06-18 20:53:38 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-01-20 02:27:25 +00:00
|
|
|
* Tue Jan 20 2015 Dan Callaghan <dcallagh@redhat.com> - 1.3.0-1
|
|
|
|
- upstream release 1.3.0: http://pythonhosted.org/sphinxcontrib-httpdomain/#version-1-3-0
|
|
|
|
|
2014-06-07 23:16:42 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-02-10 23:29:17 +00:00
|
|
|
* Tue Feb 11 2014 Dan Callaghan <dcallagh@redhat.com> - 1.1.8-5
|
|
|
|
- really fix sphinx requirement
|
|
|
|
|
2014-02-10 17:53:30 +00:00
|
|
|
* Mon Feb 10 2014 Pádraig Brady <pbrady@redhat.com> - 1.1.8-4
|
|
|
|
- fix sphinx requirement on RHEL 7
|
|
|
|
|
2013-10-09 01:39:02 +00:00
|
|
|
* Wed Oct 09 2013 Dan Callaghan <dcallagh@redhat.com> - 1.1.8-3
|
|
|
|
- require python-sphinx10 on EPEL
|
|
|
|
|
2013-08-04 09:53:58 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-04-22 01:27:37 +00:00
|
|
|
* Mon Apr 22 2013 Dan Callaghan <dcallagh@redhat.com> - 1.1.8-1
|
|
|
|
- new upstream release 1.1.8
|
|
|
|
- require python-sphinx (except on EPEL5/6)
|
|
|
|
|
2013-03-04 03:32:01 +00:00
|
|
|
* Mon Mar 04 2013 Dan Callaghan <dcallagh@redhat.com> - 1.1.7-2
|
|
|
|
- support EPEL5 and EPEL6
|
|
|
|
|
2013-02-11 05:03:22 +00:00
|
|
|
* Mon Feb 11 2013 Dan Callaghan <dcallagh@redhat.com> - 1.1.7-1
|
|
|
|
- initial version
|