upstream release 1.5.0: http://pythonhosted.org/sphinxcontrib-httpdomain/#version-1-5-0
This commit is contained in:
parent
dbe9b0e804
commit
d5cd122cf0
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/sphinxcontrib-httpdomain-1.1.8.tar.gz
|
/sphinxcontrib-httpdomain-1.1.8.tar.gz
|
||||||
/sphinxcontrib-httpdomain-1.3.0.tar.gz
|
/sphinxcontrib-httpdomain-1.3.0.tar.gz
|
||||||
/sphinxcontrib-httpdomain-1.4.0.tar.gz
|
/sphinxcontrib-httpdomain-1.4.0.tar.gz
|
||||||
|
/sphinxcontrib-httpdomain-1.5.0.tar.gz
|
||||||
|
@ -6,12 +6,12 @@
|
|||||||
%global upstream_name sphinxcontrib-httpdomain
|
%global upstream_name sphinxcontrib-httpdomain
|
||||||
|
|
||||||
Name: python-%{upstream_name}
|
Name: python-%{upstream_name}
|
||||||
Version: 1.4.0
|
Version: 1.5.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Sphinx domain for documenting HTTP APIs
|
Summary: Sphinx domain for documenting HTTP APIs
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://packages.python.org/sphinxcontrib-httpdomain/
|
URL: http://packages.python.org/sphinxcontrib-httpdomain/
|
||||||
Source0: http://pypi.python.org/packages/source/s/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/s/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
|
||||||
Patch1: 0001-httpdomain-bump-domain-data-version.patch
|
Patch1: 0001-httpdomain-bump-domain-data-version.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
@ -60,6 +60,9 @@ rm -rf %{buildroot}
|
|||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user