Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sphinx_rtd_theme for
openSUSE:Factory checked in at 2021-03-05 13:43:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinx_rtd_theme (Old)
and /work/SRC/openSUSE:Factory/.python-sphinx_rtd_theme.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinx_rtd_theme"
Fri Mar 5 13:43:15 2021 rev:11 rq:876094 version:0.5.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinx_rtd_theme/python-sphinx_rtd_theme.changes
2019-06-18 14:47:59.481704606 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinx_rtd_theme.new.2378/python-sphinx_rtd_theme.changes
2021-03-05 13:43:17.743514171 +0100
@@ -1,0 +2,6 @@
+Tue Mar 2 00:35:37 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 0.5.1
+ * no upstream changelog available
+
+-------------------------------------------------------------------
Old:
----
sphinx_rtd_theme-0.4.3.tar.gz
New:
----
sphinx_rtd_theme-0.5.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinx_rtd_theme.spec ++++++
--- /var/tmp/diff_new_pack.F0YqmC/_old 2021-03-05 13:43:21.039517167 +0100
+++ /var/tmp/diff_new_pack.F0YqmC/_new 2021-03-05 13:43:21.039517167 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-sphinx_rtd_theme
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-sphinx_rtd_theme%{psuffix}
-Version: 0.4.3
+Version: 0.5.1
Release: 0
Summary: ReadTheDocs.org theme for Sphinx
License: MIT AND Apache-2.0 AND OFL-1.1
@@ -55,6 +55,14 @@
%setup -q -n sphinx_rtd_theme-%{version}
dos2unix OFL-License.txt
+# We cannot build the Javascript from source at this time, due to many missing
+# dependencies. Convince the build script to skip building the Javascript and
+# go on to the python.
+mkdir -p build/lib/%{srcname}/static/js
+cp -p sphinx_rtd_theme/static/js/badge_only.js build/lib/%{srcname}/static/js
+cp -p sphinx_rtd_theme/static/js/theme.js build/lib/%{srcname}/static/js
+sed -i "/'build_py'/d" setup.py
+
%build
%python_build
++++++ sphinx_rtd_theme-0.4.3.tar.gz -> sphinx_rtd_theme-0.5.1.tar.gz ++++++
++++ 8492 lines of diff (skipped)