Hello community,
here is the log from the commit of package python-aiohttp-theme for
openSUSE:Factory checked in at 2019-03-05 12:23:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aiohttp-theme (Old)
and /work/SRC/openSUSE:Factory/.python-aiohttp-theme.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiohttp-theme"
Tue Mar 5 12:23:46 2019 rev:3 rq:681427 version:0.1.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-aiohttp-theme/python-aiohttp-theme.changes
2018-12-12 17:24:40.931166888 +0100
+++
/work/SRC/openSUSE:Factory/.python-aiohttp-theme.new.28833/python-aiohttp-theme.changes
2019-03-05 12:23:50.744868440 +0100
@@ -1,0 +2,6 @@
+Mon Mar 4 14:00:45 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.1.5:
+ * Various background css fixes
+
+-------------------------------------------------------------------
Old:
----
aiohttp-theme-0.1.4.tar.gz
New:
----
aiohttp-theme-0.1.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-aiohttp-theme.spec ++++++
--- /var/tmp/diff_new_pack.zqMKHm/_old 2019-03-05 12:23:51.304868269 +0100
+++ /var/tmp/diff_new_pack.zqMKHm/_new 2019-03-05 12:23:51.308868267 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-aiohttp-theme
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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-aiohttp-theme
-Version: 0.1.4
+Version: 0.1.5
Release: 0
Summary: A configurable sidebar-enabled Sphinx theme
License: BSD-3-Clause
++++++ aiohttp-theme-0.1.4.tar.gz -> aiohttp-theme-0.1.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/aiohttp-theme-0.1.4/PKG-INFO
new/aiohttp-theme-0.1.5/PKG-INFO
--- old/aiohttp-theme-0.1.4/PKG-INFO 2018-02-09 20:38:05.000000000 +0100
+++ new/aiohttp-theme-0.1.5/PKG-INFO 2018-10-18 14:20:08.000000000 +0200
@@ -1,12 +1,11 @@
Metadata-Version: 1.1
Name: aiohttp-theme
-Version: 0.1.4
+Version: 0.1.5
Summary: A configurable sidebar-enabled Sphinx theme
Home-page: https://github.com/aio-libs/aiohttp-theme
Author: Andrew Svetlov
Author-email: [email protected]
License: UNKNOWN
-Description-Content-Type: UNKNOWN
Description: aiohttp documentation theme
===========================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/aiohttp-theme-0.1.4/aiohttp_theme/_version.py
new/aiohttp-theme-0.1.5/aiohttp_theme/_version.py
--- old/aiohttp-theme-0.1.4/aiohttp_theme/_version.py 2018-02-09
20:37:10.000000000 +0100
+++ new/aiohttp-theme-0.1.5/aiohttp_theme/_version.py 2018-10-18
14:19:22.000000000 +0200
@@ -1,2 +1,2 @@
-__version_info__ = (0, 1, 4)
+__version_info__ = (0, 1, 5)
__version__ = '.'.join(map(str, __version_info__))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/aiohttp-theme-0.1.4/aiohttp_theme/support.py
new/aiohttp-theme-0.1.5/aiohttp_theme/support.py
--- old/aiohttp-theme-0.1.4/aiohttp_theme/support.py 2018-02-09
20:37:10.000000000 +0100
+++ new/aiohttp-theme-0.1.5/aiohttp_theme/support.py 2018-10-18
14:19:22.000000000 +0200
@@ -10,7 +10,7 @@
default_style = ""
styles = {
- Token: 'noinherit #f0f0f0 bg:#444444',
+ Token: 'noinherit #f0f0f0 bg:#424750',
Generic.Subheading: '#ffffff bold',
Name.Variable: 'noinherit #cdff00',
Generic.Output: 'noinherit #a0a0a0 bg:#303030',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/aiohttp-theme-0.1.4/aiohttp_theme.egg-info/PKG-INFO
new/aiohttp-theme-0.1.5/aiohttp_theme.egg-info/PKG-INFO
--- old/aiohttp-theme-0.1.4/aiohttp_theme.egg-info/PKG-INFO 2018-02-09
20:38:05.000000000 +0100
+++ new/aiohttp-theme-0.1.5/aiohttp_theme.egg-info/PKG-INFO 2018-10-18
14:20:08.000000000 +0200
@@ -1,12 +1,11 @@
Metadata-Version: 1.1
Name: aiohttp-theme
-Version: 0.1.4
+Version: 0.1.5
Summary: A configurable sidebar-enabled Sphinx theme
Home-page: https://github.com/aio-libs/aiohttp-theme
Author: Andrew Svetlov
Author-email: [email protected]
License: UNKNOWN
-Description-Content-Type: UNKNOWN
Description: aiohttp documentation theme
===========================