commit python-colorlog for openSUSE:Factory

2020-09-16 Thread root
Hello community,

here is the log from the commit of package python-colorlog for openSUSE:Factory 
checked in at 2020-09-16 19:35:36

Comparing /work/SRC/openSUSE:Factory/python-colorlog (Old)
 and  /work/SRC/openSUSE:Factory/.python-colorlog.new.4249 (New)


Package is "python-colorlog"

Wed Sep 16 19:35:36 2020 rev:7 rq:834776 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-colorlog/python-colorlog.changes  
2020-03-16 10:18:31.307591720 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-colorlog.new.4249/python-colorlog.changes
2020-09-16 19:35:45.298581312 +0200
@@ -1,0 +2,6 @@
+Wed Sep 16 04:37:18 UTC 2020 - Steve Kowalik 
+
+- Update to 4.2.1:
+  * Add setuptools to setup_requires. 
+
+---

Old:

  colorlog-4.1.0.tar.gz

New:

  colorlog-4.2.1.tar.gz



Other differences:
--
++ python-colorlog.spec ++
--- /var/tmp/diff_new_pack.IUdJI1/_old  2020-09-16 19:35:47.486583334 +0200
+++ /var/tmp/diff_new_pack.IUdJI1/_new  2020-09-16 19:35:47.490583338 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-colorlog
-Version:4.1.0
+Version:4.2.1
 Release:0
 Summary:Log formatting with colors
 License:MIT

++ colorlog-4.1.0.tar.gz -> colorlog-4.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colorlog-4.1.0/PKG-INFO new/colorlog-4.2.1/PKG-INFO
--- old/colorlog-4.1.0/PKG-INFO 2020-01-02 13:25:45.0 +0100
+++ new/colorlog-4.2.1/PKG-INFO 2020-07-23 17:34:07.402216000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: colorlog
-Version: 4.1.0
+Version: 4.2.1
 Summary: Log formatting with colors!
 Home-page: https://github.com/borntyping/python-colorlog
 Author: Sam Clements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colorlog-4.1.0/colorlog.egg-info/PKG-INFO 
new/colorlog-4.2.1/colorlog.egg-info/PKG-INFO
--- old/colorlog-4.1.0/colorlog.egg-info/PKG-INFO   2020-01-02 
13:25:45.0 +0100
+++ new/colorlog-4.2.1/colorlog.egg-info/PKG-INFO   2020-07-23 
17:34:07.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: colorlog
-Version: 4.1.0
+Version: 4.2.1
 Summary: Log formatting with colors!
 Home-page: https://github.com/borntyping/python-colorlog
 Author: Sam Clements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colorlog-4.1.0/setup.py new/colorlog-4.2.1/setup.py
--- old/colorlog-4.1.0/setup.py 2020-01-02 13:22:19.0 +0100
+++ new/colorlog-4.2.1/setup.py 2020-07-23 17:33:58.0 +0200
@@ -2,7 +2,7 @@
 
 setup(
 name='colorlog',
-version='4.1.0',
+version='4.2.1',
 
 description='Log formatting with colors!',
 long_description=open('README.md').read(),
@@ -13,7 +13,14 @@
 url='https://github.com/borntyping/python-colorlog',
 license='MIT License',
 
-packages=['colorlog', 'colorlog.tests'],
+packages=[
+'colorlog',
+'colorlog.tests'
+],
+
+setup_requires=[
+'setuptools>=38.6.0'
+],
 
 extras_require={
 ':sys_platform=="win32"': [




commit python-colorlog for openSUSE:Factory

2020-03-16 Thread root
Hello community,

here is the log from the commit of package python-colorlog for openSUSE:Factory 
checked in at 2020-03-16 10:17:59

Comparing /work/SRC/openSUSE:Factory/python-colorlog (Old)
 and  /work/SRC/openSUSE:Factory/.python-colorlog.new.3160 (New)


Package is "python-colorlog"

Mon Mar 16 10:17:59 2020 rev:6 rq:784865 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-colorlog/python-colorlog.changes  
2020-01-19 20:58:08.788072592 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-colorlog.new.3160/python-colorlog.changes
2020-03-16 10:18:31.307591720 +0100
@@ -1,0 +2,5 @@
+Sat Mar 14 08:57:29 UTC 2020 - Tomáš Chvátal 
+
+- Fix build without python2
+
+---



Other differences:
--
++ python-colorlog.spec ++
--- /var/tmp/diff_new_pack.MRKsn4/_old  2020-03-16 10:18:32.251592104 +0100
+++ /var/tmp/diff_new_pack.MRKsn4/_new  2020-03-16 10:18:32.259592107 +0100
@@ -54,6 +54,6 @@
 %doc README.md
 %license LICENSE
 %{python_sitelib}/colorlog
-%{python_sitelib}/colorlog-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/colorlog-%{version}-py%{python_version}.egg-info
 
 %changelog




commit python-colorlog for openSUSE:Factory

2020-01-19 Thread root
Hello community,

here is the log from the commit of package python-colorlog for openSUSE:Factory 
checked in at 2020-01-19 20:56:31

Comparing /work/SRC/openSUSE:Factory/python-colorlog (Old)
 and  /work/SRC/openSUSE:Factory/.python-colorlog.new.26092 (New)


Package is "python-colorlog"

Sun Jan 19 20:56:31 2020 rev:5 rq:765458 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-colorlog/python-colorlog.changes  
2019-10-16 09:14:14.031630162 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-colorlog.new.26092/python-colorlog.changes   
2020-01-19 20:58:08.788072592 +0100
@@ -1,0 +2,11 @@
+Sat Jan 18 09:34:54 UTC 2020 - Antonio Larrosa 
+
+- Update to 4.1.0:
+  * Fix for LevelFormatter in Python >= 3.8
+  * Wrapped lines to match the rest of the code
+  * Add check if fmt is dict, missed an elif
+  * Test only on all currently supported python versions
+  * Suppress docstring section related errors
+  * Update classifiers to reflect supported versions of Python
+
+---

Old:

  colorlog-4.0.2.tar.gz

New:

  colorlog-4.1.0.tar.gz



Other differences:
--
++ python-colorlog.spec ++
--- /var/tmp/diff_new_pack.jK133g/_old  2020-01-19 20:58:09.316072870 +0100
+++ /var/tmp/diff_new_pack.jK133g/_new  2020-01-19 20:58:09.320072872 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-colorlog
 #
-# 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-colorlog
-Version:4.0.2
+Version:4.1.0
 Release:0
 Summary:Log formatting with colors
 License:MIT

++ colorlog-4.0.2.tar.gz -> colorlog-4.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colorlog-4.0.2/PKG-INFO new/colorlog-4.1.0/PKG-INFO
--- old/colorlog-4.0.2/PKG-INFO 2018-12-14 17:45:58.0 +0100
+++ new/colorlog-4.1.0/PKG-INFO 2020-01-02 13:25:45.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: colorlog
-Version: 4.0.2
+Version: 4.1.0
 Summary: Log formatting with colors!
 Home-page: https://github.com/borntyping/python-colorlog
 Author: Sam Clements
@@ -261,8 +261,10 @@
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
 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 :: Terminals
 Classifier: Topic :: Utilities
 Description-Content-Type: text/markdown
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colorlog-4.0.2/colorlog/colorlog.py 
new/colorlog-4.1.0/colorlog/colorlog.py
--- old/colorlog-4.0.2/colorlog/colorlog.py 2018-12-14 17:33:22.0 
+0100
+++ new/colorlog-4.1.0/colorlog/colorlog.py 2020-01-02 11:11:35.0 
+0100
@@ -87,7 +87,11 @@
 else:
 fmt = default_formats['%']
 
-if sys.version_info > (3, 2):
+if sys.version_info > (3, 8) and isinstance(self, LevelFormatter) \
+and isinstance(fmt, dict):
+super(ColoredFormatter, self).__init__(
+fmt, datefmt, style, validate=False)
+elif sys.version_info > (3, 2):
 super(ColoredFormatter, self).__init__(fmt, datefmt, style)
 elif sys.version_info > (2, 7):
 super(ColoredFormatter, self).__init__(fmt, datefmt)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colorlog-4.0.2/colorlog.egg-info/PKG-INFO 
new/colorlog-4.1.0/colorlog.egg-info/PKG-INFO
--- old/colorlog-4.0.2/colorlog.egg-info/PKG-INFO   2018-12-14 
17:45:58.0 +0100
+++ new/colorlog-4.1.0/colorlog.egg-info/PKG-INFO   2020-01-02 
13:25:45.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: colorlog
-Version: 4.0.2
+Version: 4.1.0
 Summary: Log formatting with colors!
 Home-page: https://github.com/borntyping/python-colorlog
 Author: Sam Clements
@@ -261,8 +261,10 @@
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5

commit python-colorlog for openSUSE:Factory

2019-10-16 Thread root
Hello community,

here is the log from the commit of package python-colorlog for openSUSE:Factory 
checked in at 2019-10-16 09:14:12

Comparing /work/SRC/openSUSE:Factory/python-colorlog (Old)
 and  /work/SRC/openSUSE:Factory/.python-colorlog.new.2352 (New)


Package is "python-colorlog"

Wed Oct 16 09:14:12 2019 rev:4 rq:738303 version:4.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-colorlog/python-colorlog.changes  
2019-03-01 16:48:20.969778114 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-colorlog.new.2352/python-colorlog.changes
2019-10-16 09:14:14.031630162 +0200
@@ -1,0 +2,5 @@
+Mon Oct 14 11:44:22 UTC 2019 - Matej Cepl 
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+---



Other differences:
--
++ python-colorlog.spec ++
--- /var/tmp/diff_new_pack.WL4w1K/_old  2019-10-16 09:14:14.727628368 +0200
+++ /var/tmp/diff_new_pack.WL4w1K/_new  2019-10-16 09:14:14.731628357 +0200
@@ -22,9 +22,8 @@
 Release:0
 Summary:Log formatting with colors
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/borntyping/python-colorlog
-Source: 
https://pypi.io/packages/source/c/colorlog/colorlog-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/c/colorlog/colorlog-%{version}.tar.gz
 BuildRequires:  %{python_module pytest} 
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -46,10 +45,10 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} colorlog/tests/
+%pytest colorlog/tests/
 
 %files %{python_files}
 %doc README.md




commit python-colorlog for openSUSE:Factory

2019-03-01 Thread root
Hello community,

here is the log from the commit of package python-colorlog for openSUSE:Factory 
checked in at 2019-03-01 16:48:19

Comparing /work/SRC/openSUSE:Factory/python-colorlog (Old)
 and  /work/SRC/openSUSE:Factory/.python-colorlog.new.28833 (New)


Package is "python-colorlog"

Fri Mar  1 16:48:19 2019 rev:3 rq:680068 version:4.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-colorlog/python-colorlog.changes  
2019-01-21 11:00:44.415245141 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-colorlog.new.28833/python-colorlog.changes   
2019-03-01 16:48:20.969778114 +0100
@@ -1,0 +2,6 @@
+Thu Feb 28 09:43:47 UTC 2019 - Tomáš Chvátal 
+
+- Update to 4.0.2:
+  * Minor typo fixes
+
+---

Old:

  colorlog-4.0.0.tar.gz

New:

  colorlog-4.0.2.tar.gz



Other differences:
--
++ python-colorlog.spec ++
--- /var/tmp/diff_new_pack.MbNlIK/_old  2019-03-01 16:48:21.605777875 +0100
+++ /var/tmp/diff_new_pack.MbNlIK/_new  2019-03-01 16:48:21.609777873 +0100
@@ -12,20 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-colorlog
-Version:4.0.0
+Version:4.0.2
 Release:0
 Summary:Log formatting with colors
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/borntyping/python-colorlog
 Source: 
https://pypi.io/packages/source/c/colorlog/colorlog-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pytest} 
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -50,9 +49,7 @@
 %python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
 %check
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-py.test-%{$python_bin_suffix} colorlog/tests/
-}
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} colorlog/tests/
 
 %files %{python_files}
 %doc README.md

++ colorlog-4.0.0.tar.gz -> colorlog-4.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colorlog-4.0.0/PKG-INFO new/colorlog-4.0.2/PKG-INFO
--- old/colorlog-4.0.0/PKG-INFO 2018-12-14 17:33:54.0 +0100
+++ new/colorlog-4.0.2/PKG-INFO 2018-12-14 17:45:58.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: colorlog
-Version: 4.0.0
+Version: 4.0.2
 Summary: Log formatting with colors!
 Home-page: https://github.com/borntyping/python-colorlog
 Author: Sam Clements
@@ -9,7 +9,9 @@
 Description: 
 # Log formatting with colors!
 
-
[![](https://img.shields.io/pypi/v/colorlog.svg)](https://warehouse.python.org/project/colorlog/)
 
[![](https://img.shields.io/pypi/l/colorlog.svg)](https://warehouse.python.org/project/colorlog/)
 
[![](https://img.shields.io/travis/borntyping/python-colorlog/master.svg)](https://travis-ci.org/borntyping/python-colorlog)
+
[![](https://img.shields.io/pypi/v/colorlog.svg)](https://warehouse.python.org/project/colorlog/)
+
[![](https://img.shields.io/pypi/l/colorlog.svg)](https://warehouse.python.org/project/colorlog/)
+
[![](https://img.shields.io/travis/borntyping/python-colorlog/master.svg)](https://travis-ci.org/borntyping/python-colorlog)
 
 `colorlog.ColoredFormatter` is a formatter for use with Python's 
`logging`
 module that outputs records using terminal colors.
@@ -48,11 +50,11 @@
 The `ColoredFormatter` class takes several arguments:
 
 - `format`: The format string used to output the message (required).
-- `datefmt`: An optional date format passed to the base class. See 
[`logging.Formatter`].
+- `datefmt`: An optional date format passed to the base class. See 
[`logging.Formatter`][Formatter].
 - `reset`: Implicitly adds a color reset code to the message output, 
unless the output already ends with one. Defaults to `True`.
 - `log_colors`: A mapping of record level names to color names. The 
defaults can be found in `colorlog.default_log_colors`, or the below example.
 - `secondary_log_colors`: A mapping of names to `log_colors` style 
mappings, defining additional colors that can be used in format strings. See 
below for an example.
-- `style`: Available on Python 3.2 and above. See 
[`logging.Formatter`].
+- `style`: Available on Python 3.2 and above. See 

commit python-colorlog for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package python-colorlog for openSUSE:Factory 
checked in at 2019-01-21 10:59:09

Comparing /work/SRC/openSUSE:Factory/python-colorlog (Old)
 and  /work/SRC/openSUSE:Factory/.python-colorlog.new.28833 (New)


Package is "python-colorlog"

Mon Jan 21 10:59:09 2019 rev:2 rq:84 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-colorlog/python-colorlog.changes  
2017-03-31 15:06:01.801712825 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-colorlog.new.28833/python-colorlog.changes   
2019-01-21 11:00:44.415245141 +0100
@@ -1,0 +2,16 @@
+Wed Jan 16 09:37:28 UTC 2019 - mvet...@suse.com
+
+- Update to 4.0.0:
+  * Breaking change: TTYColoredFormatter requires the stream
+argument, avoiding checking the wrong stream and still
+   displaying colors when it shouldn't.
+  * Includes some other minor changes, and attempts to close the
+last few months worth of minor issues (#54, #62, #64, #65).
+- Changes from 3.1.0:
+  * This removed the use of parse_colors directly in format
+strings, as it relied on an implementation specific detail of
+   Python 2 and was broken on Python 3
+- Install LICENSE
+- Run tests
+
+---

Old:

  colorlog-2.10.0.tar.gz

New:

  colorlog-4.0.0.tar.gz



Other differences:
--
++ python-colorlog.spec ++
--- /var/tmp/diff_new_pack.UzwcJZ/_old  2019-01-21 11:00:45.399243867 +0100
+++ /var/tmp/diff_new_pack.UzwcJZ/_new  2019-01-21 11:00:45.407243857 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-colorlog
 #
-# Copyright (c) 2017 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,18 +18,18 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-colorlog
-Version:2.10.0
+Version:4.0.0
 Release:0
 Summary:Log formatting with colors
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/borntyping/python-colorlog
+URL:https://github.com/borntyping/python-colorlog
 Source: 
https://pypi.io/packages/source/c/colorlog/colorlog-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest} 
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %python_subpackages
 
 %description
@@ -49,9 +49,14 @@
 %python_install
 %python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
+%check
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
+py.test-%{$python_bin_suffix} colorlog/tests/
+}
+
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.md
+%license LICENSE
 %{python_sitelib}/colorlog
 %{python_sitelib}/colorlog-%{version}-py%{py_ver}.egg-info
 

++ colorlog-2.10.0.tar.gz -> colorlog-4.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colorlog-2.10.0/LICENSE new/colorlog-4.0.0/LICENSE
--- old/colorlog-2.10.0/LICENSE 1970-01-01 01:00:00.0 +0100
+++ new/colorlog-4.0.0/LICENSE  2018-12-14 17:15:50.0 +0100
@@ -0,0 +1,20 @@
+The MIT License (MIT)
+
+Copyright (c) 2018 Sam Clements 
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colorlog-2.10.0/MANIFEST.in 
new/colorlog-4.0.0/MANIFEST.in
--- old/colorlog-2.10.0/MANIFEST.in 2016-11-21