Hello community,
here is the log from the commit of package python-pylons-sphinx-themes for
openSUSE:Factory checked in at 2020-01-20 22:50:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pylons-sphinx-themes (Old)
and /work/SRC/openSUSE:Factory/.python-pylons-sphinx-themes.new.26092
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pylons-sphinx-themes"
Mon Jan 20 22:50:39 2020 rev:6 rq:765484 version:1.0.11
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pylons-sphinx-themes/python-pylons-sphinx-themes.changes
2019-11-04 17:12:09.728630069 +0100
+++
/work/SRC/openSUSE:Factory/.python-pylons-sphinx-themes.new.26092/python-pylons-sphinx-themes.changes
2020-01-20 22:50:44.815235083 +0100
@@ -1,0 +2,9 @@
+Sat Jan 18 18:44:20 UTC 2020 - Arun Persaud <[email protected]>
+
+- specfile:
+ * update copyright year
+
+- update to version 1.0.11:
+ * Fix the width of linenos table column when used in code-blocks.
+
+-------------------------------------------------------------------
Old:
----
pylons-sphinx-themes-1.0.10.tar.gz
New:
----
pylons-sphinx-themes-1.0.11.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pylons-sphinx-themes.spec ++++++
--- /var/tmp/diff_new_pack.s8YRc2/_old 2020-01-20 22:50:46.807235849 +0100
+++ /var/tmp/diff_new_pack.s8YRc2/_new 2020-01-20 22:50:46.835235860 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pylons-sphinx-themes
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-pylons-sphinx-themes
-Version: 1.0.10
+Version: 1.0.11
Release: 0
Summary: Pylons Sphinx themes for documentation styling
License: SUSE-Repoze
++++++ pylons-sphinx-themes-1.0.10.tar.gz -> pylons-sphinx-themes-1.0.11.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pylons-sphinx-themes-1.0.10/CHANGES.txt
new/pylons-sphinx-themes-1.0.11/CHANGES.txt
--- old/pylons-sphinx-themes-1.0.10/CHANGES.txt 2018-09-26 01:47:05.000000000
+0200
+++ new/pylons-sphinx-themes-1.0.11/CHANGES.txt 2020-01-13 09:47:04.000000000
+0100
@@ -1,6 +1,12 @@
Change log for pylons-sphinx-themes
===================================
+1.0.11 (2020-01-13)
+-------------------
+
+- Fix the width of linenos table column when used in code-blocks.
+
+
1.0.10 (2018-09-25)
-------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pylons-sphinx-themes-1.0.10/PKG-INFO
new/pylons-sphinx-themes-1.0.11/PKG-INFO
--- old/pylons-sphinx-themes-1.0.10/PKG-INFO 2018-09-26 01:47:05.000000000
+0200
+++ new/pylons-sphinx-themes-1.0.11/PKG-INFO 2020-01-13 09:47:04.000000000
+0100
@@ -1,11 +1,13 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
Name: pylons-sphinx-themes
-Version: 1.0.10
+Version: 1.0.11
Summary: Sphinx themes for Pylons Project documentation.
Home-page: https://pylonsproject.org
Author: Steve Piercy
Author-email: [email protected]
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
+Project-URL: Documentation,
https://github.com/Pylons/pylons-sphinx-themes#pylons-sphinx-themes
+Project-URL: Issue Tracker,
https://github.com/Pylons/pylons-sphinx-themes/issues
Description: Pylons Sphinx Themes
====================
@@ -171,6 +173,12 @@
Change log for pylons-sphinx-themes
===================================
+ 1.0.11 (2020-01-13)
+ -------------------
+
+ - Fix the width of linenos table column when used in code-blocks.
+
+
1.0.10 (2018-09-25)
-------------------
@@ -272,6 +280,7 @@
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Documentation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pylons-sphinx-themes-1.0.10/pylons_sphinx_themes/pylons/static/pylons.css_t
new/pylons-sphinx-themes-1.0.11/pylons_sphinx_themes/pylons/static/pylons.css_t
---
old/pylons-sphinx-themes-1.0.10/pylons_sphinx_themes/pylons/static/pylons.css_t
2018-09-26 01:47:05.000000000 +0200
+++
new/pylons-sphinx-themes-1.0.11/pylons_sphinx_themes/pylons/static/pylons.css_t
2020-01-13 09:47:04.000000000 +0100
@@ -384,6 +384,10 @@
padding: 0;
}
+table.highlighttable td.linenos {
+ width: 2%;
+}
+
a em.std-term, a span.std-term {
color: #007f00;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pylons-sphinx-themes-1.0.10/pylons_sphinx_themes.egg-info/PKG-INFO
new/pylons-sphinx-themes-1.0.11/pylons_sphinx_themes.egg-info/PKG-INFO
--- old/pylons-sphinx-themes-1.0.10/pylons_sphinx_themes.egg-info/PKG-INFO
2018-09-26 01:47:05.000000000 +0200
+++ new/pylons-sphinx-themes-1.0.11/pylons_sphinx_themes.egg-info/PKG-INFO
2020-01-13 09:47:04.000000000 +0100
@@ -1,11 +1,13 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
Name: pylons-sphinx-themes
-Version: 1.0.10
+Version: 1.0.11
Summary: Sphinx themes for Pylons Project documentation.
Home-page: https://pylonsproject.org
Author: Steve Piercy
Author-email: [email protected]
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
+Project-URL: Documentation,
https://github.com/Pylons/pylons-sphinx-themes#pylons-sphinx-themes
+Project-URL: Issue Tracker,
https://github.com/Pylons/pylons-sphinx-themes/issues
Description: Pylons Sphinx Themes
====================
@@ -171,6 +173,12 @@
Change log for pylons-sphinx-themes
===================================
+ 1.0.11 (2020-01-13)
+ -------------------
+
+ - Fix the width of linenos table column when used in code-blocks.
+
+
1.0.10 (2018-09-25)
-------------------
@@ -272,6 +280,7 @@
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Documentation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pylons-sphinx-themes-1.0.10/setup.py
new/pylons-sphinx-themes-1.0.11/setup.py
--- old/pylons-sphinx-themes-1.0.10/setup.py 2018-09-26 01:47:05.000000000
+0200
+++ new/pylons-sphinx-themes-1.0.11/setup.py 2020-01-13 09:47:04.000000000
+0100
@@ -16,7 +16,7 @@
from setuptools import setup, find_packages
-VERSION = '1.0.10'
+VERSION = '1.0.11'
here = os.path.abspath(os.path.dirname(__file__))
try:
@@ -46,6 +46,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Topic :: Documentation',
'Topic :: Documentation :: Sphinx',
'Topic :: Software Development :: Documentation',
@@ -54,6 +55,12 @@
author='Steve Piercy',
author_email='[email protected]',
url='https://pylonsproject.org',
+ project_urls={
+ 'Documentation':
+
'https://github.com/Pylons/pylons-sphinx-themes#pylons-sphinx-themes',
+ 'Issue Tracker':
+ 'https://github.com/Pylons/pylons-sphinx-themes/issues',
+ },
license='BSD-derived (http://www.repoze.org/LICENSE.txt)',
packages=find_packages(),
include_package_data=True,