New upstream version.
This commit is contained in:
parent
65f343d714
commit
804fb91fd4
@ -5,23 +5,23 @@
|
||||
%global srcname sphinx_rtd_theme
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.4.1
|
||||
Version: 0.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Sphinx theme for readthedocs.org
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/snide/sphinx_rtd_theme
|
||||
Source0: https://files.pythonhosted.org/packages/source/s/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||
Source0: %pypi_source
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: python2-sphinx
|
||||
BuildRequires: python2dist(setuptools)
|
||||
BuildRequires: python2dist(sphinx)
|
||||
|
||||
%if 0%{?with_py3}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-sphinx
|
||||
BuildRequires: python3dist(setuptools)
|
||||
BuildRequires: python3dist(sphinx)
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -36,7 +36,7 @@ Requires: fontawesome-fonts-web
|
||||
Requires: font(fontawesome)
|
||||
Requires: font(lato)
|
||||
Requires: font(robotoslab)
|
||||
Requires: python2-sphinx
|
||||
Requires: python2dist(sphinx)
|
||||
|
||||
%{?python_provide:%python_provide python2-%{srcname}}
|
||||
|
||||
@ -53,7 +53,7 @@ Requires: fontawesome-fonts-web
|
||||
Requires: font(fontawesome)
|
||||
Requires: font(lato)
|
||||
Requires: font(robotoslab)
|
||||
Requires: python3-sphinx
|
||||
Requires: python3dist(sphinx)
|
||||
|
||||
%{?python_provide:%python_provide python3-%{srcname}}
|
||||
|
||||
@ -141,6 +141,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Oct 22 2018 Jerry James <loganjerry@gmail.com> - 0.4.2-1
|
||||
- New upstream version
|
||||
|
||||
* Tue Jul 31 2018 Jerry James <loganjerry@gmail.com> - 0.4.1-1
|
||||
- New upstream version
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sphinx_rtd_theme-0.4.1.tar.gz) = f04bbf48d730ea3dfd70268d3024c26c3ab5f0a3ebc3af89c3285b63f0f3bd7bed8fe8077bbfecec92625a44379fe5c25a6a247f7a0d10f3abb54f8a0eaabf7f
|
||||
SHA512 (sphinx_rtd_theme-0.4.2.tar.gz) = adfca96515a0e91d16d47c530652a49fce44836deeec0c62035deb9ff5f6f659f11617baf7513bdfa324b661b167ccb02fbc6f7b068f7a11cd26bfedd7cdba4c
|
||||
|
Loading…
Reference in New Issue
Block a user