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.3.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
|
||||
|
||||
Name: python-%{upstream_name}
|
||||
Version: 1.4.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Sphinx domain for documenting HTTP APIs
|
||||
License: BSD
|
||||
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
|
||||
BuildArch: noarch
|
||||
BuildRequires: python2-devel
|
||||
@ -60,6 +60,9 @@ rm -rf %{buildroot}
|
||||
%{python_sitelib}/*
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user