Accepting request 602106 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/602106 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=12
This commit is contained in:
parent
d4b72b11f4
commit
7bd96bcb3e
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 24 15:24:42 UTC 2018 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
* update copyright year
|
||||
|
||||
- update to version 0.3.0:
|
||||
* New Features
|
||||
+ Add html language attribute
|
||||
+ Allow setting 'rel' and 'title' attributes for stylesheets
|
||||
(#551)
|
||||
+ Add option to style external links
|
||||
+ Add github, gitlab, bitbucket page arguments option
|
||||
+ Add pygments support
|
||||
+ Add setuptools entry point allowing to use sphinx_rtd_theme as
|
||||
Sphinx html_theme directly.
|
||||
+ Add language to the JS output variable
|
||||
* Fixes
|
||||
+ Fix some HTML warnings and errors
|
||||
+ Fix many styling issues
|
||||
+ Fix many sidebar glitches
|
||||
+ Fix line number spacing to align with the code lines
|
||||
+ Hide Edit links on auto created pages
|
||||
+ Include missing font files with the theme
|
||||
* Other Changes
|
||||
+ Significant improvement of our documentation
|
||||
+ Compress our Javascript files
|
||||
+ Updated dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 19 22:00:38 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sphinx_rtd_theme
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,19 +18,18 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-sphinx_rtd_theme
|
||||
Version: 0.2.4
|
||||
Version: 0.3.0
|
||||
Release: 0
|
||||
Summary: ReadTheDocs.org theme for Sphinx
|
||||
License: MIT and Apache-2.0 and OFL-1.1
|
||||
License: MIT AND Apache-2.0 AND OFL-1.1
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/snide/sphinx_rtd_theme/
|
||||
Source: https://pypi.io/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-%{version}.tar.gz
|
||||
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
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@ -50,8 +49,8 @@ sed -i 's/\r$//' OFL-License.txt
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE OFL-License.txt Apache-License-2.0.txt README.rst
|
||||
%license LICENSE OFL-License.txt Apache-License-2.0.txt
|
||||
%doc README.rst
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2df74b8ff6fae6965c527e97cca6c6c944886aae474b490e17f92adfbe843417
|
||||
size 1392456
|
3
sphinx_rtd_theme-0.3.0.tar.gz
Normal file
3
sphinx_rtd_theme-0.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:665135dfbdf8f1d218442458a18cf266444354b8c98eed93d1543f7e701cfdba
|
||||
size 2234897
|
Loading…
Reference in New Issue
Block a user