Hello community,
here is the log from the commit of package python-python-docs-theme for
openSUSE:Leap:15.2 checked in at 2020-03-23 17:26:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-python-docs-theme (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-python-docs-theme.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-docs-theme"
Mon Mar 23 17:26:55 2020 rev:2 rq:787427 version:2020.1
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-python-docs-theme/python-python-docs-theme.changes
2020-02-22 18:48:23.456239276 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-python-docs-theme.new.3160/python-python-docs-theme.changes
2020-03-23 17:26:57.234174358 +0100
@@ -1,0 +2,6 @@
+Fri Mar 20 12:50:54 UTC 2020 - [email protected]
+
+- version update to 2020.1
+ * no upstream changelog found
+
+-------------------------------------------------------------------
Old:
----
python-docs-theme-2018.7.tar.gz
New:
----
python-docs-theme-2020.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-docs-theme.spec ++++++
--- /var/tmp/diff_new_pack.kgRRG9/_old 2020-03-23 17:26:57.670174701 +0100
+++ /var/tmp/diff_new_pack.kgRRG9/_new 2020-03-23 17:26:57.674174704 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-python-docs-theme
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# 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-python-docs-theme
-Version: 2018.7
+Version: 2020.1
Release: 0
Summary: The Sphinx theme for the CPython docs and related projects
License: Python-2.0
++++++ python-docs-theme-2018.7.tar.gz -> python-docs-theme-2020.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-docs-theme-2018.7/PKG-INFO
new/python-docs-theme-2020.1/PKG-INFO
--- old/python-docs-theme-2018.7/PKG-INFO 2018-07-24 20:28:17.000000000
+0200
+++ new/python-docs-theme-2020.1/PKG-INFO 2020-01-14 21:04:23.000000000
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: python-docs-theme
-Version: 2018.7
+Version: 2020.1
Summary: The Sphinx theme for the CPython docs and related projects
Home-page: https://docs.python.org
Author: PyPA
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-docs-theme-2018.7/python_docs_theme/layout.html
new/python-docs-theme-2020.1/python_docs_theme/layout.html
--- old/python-docs-theme-2018.7/python_docs_theme/layout.html 2018-05-16
20:03:41.000000000 +0200
+++ new/python-docs-theme-2020.1/python_docs_theme/layout.html 2020-01-14
20:54:13.000000000 +0100
@@ -55,6 +55,6 @@
{% if theme_issues_url %}{% trans pathto_bugs=theme_issues_url %}<a
href="{{ theme_issues_url }}">Found a bug</a>?{% endtrans %}{% endif %}
<br />
- {% trans sphinx_version=sphinx_version|e %}Created using <a
href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
+ {% trans sphinx_version=sphinx_version|e %}Created using <a
href="https://www.sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans
%}
</div>
{% endblock %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-docs-theme-2018.7/python_docs_theme/static/copybutton.js
new/python-docs-theme-2020.1/python_docs_theme/static/copybutton.js
--- old/python-docs-theme-2018.7/python_docs_theme/static/copybutton.js
2018-05-16 20:03:41.000000000 +0200
+++ new/python-docs-theme-2020.1/python_docs_theme/static/copybutton.js
2020-01-14 20:54:13.000000000 +0100
@@ -3,7 +3,9 @@
* the >>> and ... prompts and the output and thus make the code
* copyable. */
var div = $('.highlight-python .highlight,' +
- '.highlight-python3 .highlight')
+ '.highlight-python3 .highlight,' +
+ '.highlight-pycon .highlight,' +
+ '.highlight-default .highlight');
var pre = div.find('pre');
// get the styles from the current theme
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-docs-theme-2018.7/python_docs_theme/static/pydoctheme.css
new/python-docs-theme-2020.1/python_docs_theme/static/pydoctheme.css
--- old/python-docs-theme-2018.7/python_docs_theme/static/pydoctheme.css
2018-07-24 19:50:41.000000000 +0200
+++ new/python-docs-theme-2020.1/python_docs_theme/static/pydoctheme.css
2020-01-14 20:54:13.000000000 +0100
@@ -133,10 +133,6 @@
font-weight: normal;
}
-.deprecated {
- border-radius: 3px;
-}
-
table.docutils {
border: 1px solid #ddd;
min-width: 20%;
@@ -192,3 +188,6 @@
background: none !important;
}
+dl > dt span ~ em {
+ font-family: monospace, sans-serif;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-docs-theme-2018.7/python_docs_theme.egg-info/PKG-INFO
new/python-docs-theme-2020.1/python_docs_theme.egg-info/PKG-INFO
--- old/python-docs-theme-2018.7/python_docs_theme.egg-info/PKG-INFO
2018-07-24 20:28:16.000000000 +0200
+++ new/python-docs-theme-2020.1/python_docs_theme.egg-info/PKG-INFO
2020-01-14 21:04:23.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: python-docs-theme
-Version: 2018.7
+Version: 2020.1
Summary: The Sphinx theme for the CPython docs and related projects
Home-page: https://docs.python.org
Author: PyPA
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-docs-theme-2018.7/setup.cfg
new/python-docs-theme-2020.1/setup.cfg
--- old/python-docs-theme-2018.7/setup.cfg 2018-07-24 20:28:17.000000000
+0200
+++ new/python-docs-theme-2020.1/setup.cfg 2020-01-14 21:04:23.000000000
+0100
@@ -4,4 +4,5 @@
[egg_info]
tag_build =
tag_date = 0
+tag_svn_revision = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-docs-theme-2018.7/setup.py
new/python-docs-theme-2020.1/setup.py
--- old/python-docs-theme-2018.7/setup.py 2018-07-24 20:27:58.000000000
+0200
+++ new/python-docs-theme-2020.1/setup.py 2020-01-14 21:03:30.000000000
+0100
@@ -13,7 +13,7 @@
name='python-docs-theme',
# Version is date based as year.month[.serial], where serial is used
# if multiple releases are needed to address build failures.
- version='2018.7',
+ version='2020.1',
description='The Sphinx theme for the CPython docs and related projects',
long_description=long_description,
author='PyPA',