Accepting request 621489 from home:apersaud:branches:devel:languages:python
- specfile: * be more specific in %files: %{python_sitelib}/* -> %{python_sitelib}/sphinx_rtd_theme* * remove python-devel - update to version 0.4.0: * Fixes + Do not rely on readthedocs.org for CSS/JS (#614) + Color accessibility improvements on the left navigation * Other Changes + Write theme version and build date at top of JavaScript and CSS + Changed code and literals to use a native font stack (#612) + Fix small styling issues OBS-URL: https://build.opensuse.org/request/show/621489 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=16
This commit is contained in:
parent
6b05b90b89
commit
00952442fb
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 2 01:14:35 UTC 2018 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
* be more specific in %files:
|
||||
%{python_sitelib}/* -> %{python_sitelib}/sphinx_rtd_theme*
|
||||
* remove python-devel
|
||||
|
||||
- update to version 0.4.0:
|
||||
* Fixes
|
||||
+ Do not rely on readthedocs.org for CSS/JS (#614)
|
||||
+ Color accessibility improvements on the left navigation
|
||||
* Other Changes
|
||||
+ Write theme version and build date at top of JavaScript and CSS
|
||||
+ Changed code and literals to use a native font stack (#612)
|
||||
+ Fix small styling issues
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 6 19:34:11 UTC 2018 - arun@gmx.de
|
||||
|
||||
|
@ -18,14 +18,13 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-sphinx_rtd_theme
|
||||
Version: 0.3.1
|
||||
Version: 0.4.0
|
||||
Release: 0
|
||||
Summary: ReadTheDocs.org theme for Sphinx
|
||||
License: MIT AND Apache-2.0 AND OFL-1.1
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/snide/sphinx_rtd_theme/
|
||||
Source: https://files.pythonhosted.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@ -51,6 +50,6 @@ sed -i 's/\r$//' OFL-License.txt
|
||||
%files %{python_files}
|
||||
%license LICENSE OFL-License.txt Apache-License-2.0.txt
|
||||
%doc README.rst
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/sphinx_rtd_theme*
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d0481532b5f441b075127a2d755f430f1f8410a50112b1af6b069518548381d
|
||||
size 2234990
|
3
sphinx_rtd_theme-0.4.0.tar.gz
Normal file
3
sphinx_rtd_theme-0.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de88d637a60371d4f923e06b79c4ba260490c57d2ab5a8316942ab5d9a6ce1bf
|
||||
size 5388092
|
Loading…
Reference in New Issue
Block a user