commit python-sphinx_rtd_theme for openSUSE:Factory

2018-04-30 Thread root
Hello community,

here is the log from the commit of package python-sphinx_rtd_theme for 
openSUSE:Factory checked in at 2018-04-30 22:50:58

Comparing /work/SRC/openSUSE:Factory/python-sphinx_rtd_theme (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinx_rtd_theme.new (New)


Package is "python-sphinx_rtd_theme"

Mon Apr 30 22:50:58 2018 rev:6 rq:602108 version:0.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinx_rtd_theme/python-sphinx_rtd_theme.changes
  2017-09-21 12:29:16.234331440 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinx_rtd_theme.new/python-sphinx_rtd_theme.changes
 2018-04-30 22:50:59.761849709 +0200
@@ -1,0 +2,29 @@
+Tue Apr 24 15:24:42 UTC 2018 - a...@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
+
+---

Old:

  sphinx_rtd_theme-0.2.4.tar.gz

New:

  sphinx_rtd_theme-0.3.0.tar.gz



Other differences:
--
++ python-sphinx_rtd_theme.spec ++
--- /var/tmp/diff_new_pack.w9S7eZ/_old  2018-04-30 22:51:01.229796150 +0200
+++ /var/tmp/diff_new_pack.w9S7eZ/_new  2018-04-30 22:51:01.229796150 +0200
@@ -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 @@
 %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

++ sphinx_rtd_theme-0.2.4.tar.gz -> sphinx_rtd_theme-0.3.0.tar.gz ++
 5209 lines of diff (skipped)




commit python-sphinx_rtd_theme for openSUSE:Factory

2017-09-21 Thread root
Hello community,

here is the log from the commit of package python-sphinx_rtd_theme for 
openSUSE:Factory checked in at 2017-09-21 12:29:11

Comparing /work/SRC/openSUSE:Factory/python-sphinx_rtd_theme (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinx_rtd_theme.new (New)


Package is "python-sphinx_rtd_theme"

Thu Sep 21 12:29:11 2017 rev:5 rq:527416 version:0.2.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinx_rtd_theme/python-sphinx_rtd_theme.changes
  2017-04-28 10:41:41.721393690 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinx_rtd_theme.new/python-sphinx_rtd_theme.changes
 2017-09-21 12:29:16.234331440 +0200
@@ -1,0 +2,40 @@
+Tue Sep 19 22:00:38 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 0.2.4
+  * Yet another patch to deal with extra builders outside Spinx, such as the
+singlehtml builders from the Read the Docs Sphinx extension
+- Update to 0.2.3
+  * Temporarily patch Sphinx issue with ``singlehtml`` builder by inspecting 
the
+builder in template.
+- Update to 0.2.2
+  * Roll back toctree fix in 0.2.1 (#367). This didn't fix the issue and
+introduced another bug with toctrees display.
+- Update to 0.2.1
+  * Add the ``rel`` HTML attribute to the footer links which point to
+the previous and next pages.
+  * Fix toctree issue caused by Sphinx singlehtml builder (#367)
+- Update to 0.2.0
+  * Adds the ``comments`` block after the ``body`` block in the template
+  * Added "Edit on GitLab" support
+  * Many bug fixes
+- Update to 0.1.10-alpha
+  * Removes Sphinx dependency
+  * Fixes hamburger on mobile display
+  * Adds a ``body_begin`` block to the template
+  * Add ``prev_next_buttons_location`` which can take the value ``bottom``,
+``top``, ``both`` , ``None`` and will display the "Next" and "Previous"
+buttons accordingly
+- Update to 0.1.9
+  * Intermittent scrollbar visibility bug fixed. This change introduces a
+backwards incompatible change to the theme's layout HTML. This should only 
be
+a problem for derivative themes that have overridden styling of nav 
elements
+using direct decendant selectors. See `#215`_ for more information.
+  * Safari overscroll bug fixed
+  * Version added to the nav header
+  * Revision id was added to the documentation footer if you are using RTD
+  * An extra block, ``extrafooter`` was added to allow extra content in the
+document footer block
+  * Fixed modernizr URL
+  * Small display style changes on code blocks, figure captions, and nav 
elements
+
+---

Old:

  sphinx_rtd_theme-0.1.8.tar.gz

New:

  sphinx_rtd_theme-0.2.4.tar.gz



Other differences:
--
++ python-sphinx_rtd_theme.spec ++
--- /var/tmp/diff_new_pack.ykCa9Q/_old  2017-09-21 12:29:18.182057458 +0200
+++ /var/tmp/diff_new_pack.ykCa9Q/_new  2017-09-21 12:29:18.186056895 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sphinx_rtd_theme
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sphinx_rtd_theme
-Version:0.1.8
+Version:0.2.4
 Release:0
 Summary:ReadTheDocs.org theme for Sphinx
 License:MIT and Apache-2.0 and OFL-1.1
@@ -27,8 +27,8 @@
 Source: 
https://pypi.io/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
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %python_subpackages
@@ -40,12 +40,14 @@
 
 %prep
 %setup -q -n sphinx_rtd_theme-%{version}
+sed -i 's/\r$//' OFL-License.txt
 
 %build
 %python_build
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %defattr(-,root,root,-)

++ sphinx_rtd_theme-0.1.8.tar.gz -> sphinx_rtd_theme-0.2.4.tar.gz ++
 1832 lines of diff (skipped)




commit python-sphinx_rtd_theme for openSUSE:Factory

2017-04-28 Thread root
Hello community,

here is the log from the commit of package python-sphinx_rtd_theme for 
openSUSE:Factory checked in at 2017-04-28 10:41:31

Comparing /work/SRC/openSUSE:Factory/python-sphinx_rtd_theme (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinx_rtd_theme.new (New)


Package is "python-sphinx_rtd_theme"

Fri Apr 28 10:41:31 2017 rev:4 rq:489327 version:0.1.8

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinx_rtd_theme/python-sphinx_rtd_theme.changes
  2016-08-03 11:39:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinx_rtd_theme.new/python-sphinx_rtd_theme.changes
 2017-04-28 10:41:41.721393690 +0200
@@ -1,0 +2,10 @@
+Wed Apr 12 18:18:26 UTC 2017 - toddrme2...@gmail.com
+
+- Fix python_module macro definition.
+
+---
+Mon Dec 19 18:41:21 UTC 2016 - jmate...@suse.com
+
+- update for multipython build
+
+---



Other differences:
--
++ python-sphinx_rtd_theme.spec ++
--- /var/tmp/diff_new_pack.x3REfW/_old  2017-04-28 10:41:43.997072030 +0200
+++ /var/tmp/diff_new_pack.x3REfW/_new  2017-04-28 10:41:44.001071465 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sphinx_rtd_theme
 Version:0.1.8
 Release:0
@@ -24,14 +25,13 @@
 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
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+
+%python_subpackages
 
 %description
 This is a prototype mobile-friendly sphinx theme I made for readthedocs.org. 
It's
@@ -42,12 +42,12 @@
 %setup -q -n sphinx_rtd_theme-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc LICENSE OFL-License.txt Apache-License-2.0.txt README.rst
 %{python_sitelib}/*




commit python-sphinx_rtd_theme for openSUSE:Factory

2016-08-03 Thread h_root
Hello community,

here is the log from the commit of package python-sphinx_rtd_theme for 
openSUSE:Factory checked in at 2016-08-03 11:39:27

Comparing /work/SRC/openSUSE:Factory/python-sphinx_rtd_theme (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinx_rtd_theme.new (New)


Package is "python-sphinx_rtd_theme"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinx_rtd_theme/python-sphinx_rtd_theme.changes
  2015-05-18 22:25:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinx_rtd_theme.new/python-sphinx_rtd_theme.changes
 2016-08-03 11:39:29.0 +0200
@@ -1,0 +2,10 @@
+Mon Jul 18 12:50:06 UTC 2016 - dmuel...@suse.com
+
+- update license
+
+---
+Mon Jul 18 12:32:47 UTC 2016 - tbecht...@suse.com
+
+- Use pypi.io for Source url
+
+---



Other differences:
--
++ python-sphinx_rtd_theme.spec ++
--- /var/tmp/diff_new_pack.PXzA87/_old  2016-08-03 11:39:30.0 +0200
+++ /var/tmp/diff_new_pack.PXzA87/_new  2016-08-03 11:39:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sphinx_rtd_theme
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -20,10 +20,10 @@
 Version:0.1.8
 Release:0
 Summary:ReadTheDocs.org theme for Sphinx
-License:MIT
+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.python.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -49,7 +49,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README.rst
+%doc LICENSE OFL-License.txt Apache-License-2.0.txt README.rst
 %{python_sitelib}/*
 
 %changelog