Hello community,
here is the log from the commit of package python-aiohttp-theme for
openSUSE:Factory checked in at 2020-01-17 16:08:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aiohttp-theme (Old)
and /work/SRC/openSUSE:Factory/.python-aiohttp-theme.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiohttp-theme"
Fri Jan 17 16:08:26 2020 rev:4 rq:765076 version:0.1.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-aiohttp-theme/python-aiohttp-theme.changes
2019-03-05 12:23:50.744868440 +0100
+++
/work/SRC/openSUSE:Factory/.python-aiohttp-theme.new.26092/python-aiohttp-theme.changes
2020-01-17 16:08:33.920530255 +0100
@@ -1,0 +2,7 @@
+Thu Jan 16 16:34:55 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to 0.1.6
+ * added newsfragment
+ * increase bottom padding for code block caption
+
+-------------------------------------------------------------------
Old:
----
aiohttp-theme-0.1.5.tar.gz
New:
----
aiohttp-theme-0.1.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-aiohttp-theme.spec ++++++
--- /var/tmp/diff_new_pack.ipPDZ7/_old 2020-01-17 16:08:34.792530668 +0100
+++ /var/tmp/diff_new_pack.ipPDZ7/_new 2020-01-17 16:08:34.792530668 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-aiohttp-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-aiohttp-theme
-Version: 0.1.5
+Version: 0.1.6
Release: 0
Summary: A configurable sidebar-enabled Sphinx theme
License: BSD-3-Clause
++++++ aiohttp-theme-0.1.5.tar.gz -> aiohttp-theme-0.1.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/aiohttp-theme-0.1.5/PKG-INFO
new/aiohttp-theme-0.1.6/PKG-INFO
--- old/aiohttp-theme-0.1.5/PKG-INFO 2018-10-18 14:20:08.000000000 +0200
+++ new/aiohttp-theme-0.1.6/PKG-INFO 2019-10-17 13:48:43.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: aiohttp-theme
-Version: 0.1.5
+Version: 0.1.6
Summary: A configurable sidebar-enabled Sphinx theme
Home-page: https://github.com/aio-libs/aiohttp-theme
Author: Andrew Svetlov
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/aiohttp-theme-0.1.5/aiohttp_theme/_version.py
new/aiohttp-theme-0.1.6/aiohttp_theme/_version.py
--- old/aiohttp-theme-0.1.5/aiohttp_theme/_version.py 2018-10-18
14:19:22.000000000 +0200
+++ new/aiohttp-theme-0.1.6/aiohttp_theme/_version.py 2019-10-17
13:48:02.000000000 +0200
@@ -1,2 +1,2 @@
-__version_info__ = (0, 1, 5)
+__version_info__ = (0, 1, 6)
__version__ = '.'.join(map(str, __version_info__))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/aiohttp-theme-0.1.5/aiohttp_theme/static/aiohttp.css_t
new/aiohttp-theme-0.1.6/aiohttp_theme/static/aiohttp.css_t
--- old/aiohttp-theme-0.1.5/aiohttp_theme/static/aiohttp.css_t 2018-10-18
14:19:22.000000000 +0200
+++ new/aiohttp-theme-0.1.6/aiohttp_theme/static/aiohttp.css_t 2019-10-17
13:48:02.000000000 +0200
@@ -730,3 +730,7 @@
-webkit-box-shadow: none;
box-shadow: none;
}
+
+div.code-block-caption {
+ padding: 2px 5px 10px;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/aiohttp-theme-0.1.5/aiohttp_theme.egg-info/PKG-INFO
new/aiohttp-theme-0.1.6/aiohttp_theme.egg-info/PKG-INFO
--- old/aiohttp-theme-0.1.5/aiohttp_theme.egg-info/PKG-INFO 2018-10-18
14:20:08.000000000 +0200
+++ new/aiohttp-theme-0.1.6/aiohttp_theme.egg-info/PKG-INFO 2019-10-17
13:48:43.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: aiohttp-theme
-Version: 0.1.5
+Version: 0.1.6
Summary: A configurable sidebar-enabled Sphinx theme
Home-page: https://github.com/aio-libs/aiohttp-theme
Author: Andrew Svetlov