Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-click-log for openSUSE:Factory checked in at 2022-03-28 17:00:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-click-log (Old) and /work/SRC/openSUSE:Factory/.python-click-log.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-click-log" Mon Mar 28 17:00:47 2022 rev:4 rq:965186 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-click-log/python-click-log.changes 2019-10-16 09:14:06.595649326 +0200 +++ /work/SRC/openSUSE:Factory/.python-click-log.new.1900/python-click-log.changes 2022-03-28 17:01:40.221059784 +0200 @@ -1,0 +2,6 @@ +Sun Mar 27 11:05:38 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 0.4.0: + * compatibility declares with python >= 3.7 + +------------------------------------------------------------------- Old: ---- click-log-0.3.2.tar.gz New: ---- click-log-0.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-click-log.spec ++++++ --- /var/tmp/diff_new_pack.hbuE5n/_old 2022-03-28 17:01:40.677060404 +0200 +++ /var/tmp/diff_new_pack.hbuE5n/_new 2022-03-28 17:01:40.685060414 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-click-log # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,10 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} +%global skip_python2 1 Name: python-click-log -Version: 0.3.2 +Version: 0.4.0 Release: 0 Summary: Logging integration for Click License: MIT ++++++ click-log-0.3.2.tar.gz -> click-log-0.4.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/click-log-0.3.2/PKG-INFO new/click-log-0.4.0/PKG-INFO --- old/click-log-0.3.2/PKG-INFO 2018-06-06 10:20:39.000000000 +0200 +++ new/click-log-0.4.0/PKG-INFO 2022-03-13 12:10:14.560917000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: click-log -Version: 0.3.2 +Version: 0.4.0 Summary: Logging integration for Click Home-page: https://github.com/click-contrib/click-log Author: Markus Unterwaditzer @@ -29,12 +29,9 @@ Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python -Classifier: Programming Language :: Python :: 2 -Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.3 -Classifier: Programming Language :: Python :: 3.4 -Classifier: Programming Language :: Python :: 3.5 -Classifier: Programming Language :: Python :: 3.6 -Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 Classifier: Topic :: System :: Logging diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/click-log-0.3.2/click_log/__init__.py new/click-log-0.4.0/click_log/__init__.py --- old/click-log-0.3.2/click_log/__init__.py 2018-06-06 10:20:16.000000000 +0200 +++ new/click-log-0.4.0/click_log/__init__.py 2022-03-13 12:09:55.000000000 +0100 @@ -3,7 +3,7 @@ import click -__version__ = '0.3.2' +__version__ = '0.4.0' if not hasattr(click, 'get_current_context'): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/click-log-0.3.2/click_log/options.py new/click-log-0.4.0/click_log/options.py --- old/click-log-0.3.2/click_log/options.py 2017-10-16 13:54:23.000000000 +0200 +++ new/click-log-0.4.0/click_log/options.py 2022-03-13 12:09:22.000000000 +0100 @@ -32,6 +32,7 @@ if x is None: raise click.BadParameter( 'Must be CRITICAL, ERROR, WARNING, INFO or DEBUG, not {}' + .format(value) ) logger.setLevel(x) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/click-log-0.3.2/click_log.egg-info/PKG-INFO new/click-log-0.4.0/click_log.egg-info/PKG-INFO --- old/click-log-0.3.2/click_log.egg-info/PKG-INFO 2018-06-06 10:20:38.000000000 +0200 +++ new/click-log-0.4.0/click_log.egg-info/PKG-INFO 2022-03-13 12:10:14.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: click-log -Version: 0.3.2 +Version: 0.4.0 Summary: Logging integration for Click Home-page: https://github.com/click-contrib/click-log Author: Markus Unterwaditzer @@ -29,12 +29,9 @@ Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python -Classifier: Programming Language :: Python :: 2 -Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.3 -Classifier: Programming Language :: Python :: 3.4 -Classifier: Programming Language :: Python :: 3.5 -Classifier: Programming Language :: Python :: 3.6 -Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 Classifier: Topic :: System :: Logging diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/click-log-0.3.2/docs/index.rst new/click-log-0.4.0/docs/index.rst --- old/click-log-0.3.2/docs/index.rst 2018-06-06 10:07:59.000000000 +0200 +++ new/click-log-0.4.0/docs/index.rst 2022-03-13 12:09:22.000000000 +0100 @@ -87,9 +87,9 @@ command. The :py:func:`simple_verbosity_option` decorator adds a ``--verbosity`` option -that takes a (case-insensitive) value of ``DEBUG``, ``INFO``, ``WARNING``, -``ERROR``, or ``CRITICAL``, and calls ``setLevel`` on the given logger -accordingly. +(a short option ``-v`` is also available) that takes a (case-insensitive) value +of ``DEBUG``, ``INFO``, ``WARNING``, ``ERROR``, or ``CRITICAL``, and calls +``setLevel`` on the given logger accordingly. .. note:: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/click-log-0.3.2/setup.py new/click-log-0.4.0/setup.py --- old/click-log-0.3.2/setup.py 2017-07-27 21:33:50.000000000 +0200 +++ new/click-log-0.4.0/setup.py 2022-03-13 12:09:22.000000000 +0100 @@ -30,14 +30,11 @@ # List of python versions and their support status: # https://en.wikipedia.org/wiki/CPython#Version_history 'Programming Language :: Python', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Topic :: System :: Logging', ], packages=['click_log'],