Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-daiquiri for openSUSE:Factory 
checked in at 2021-10-18 21:59:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-daiquiri (Old)
 and      /work/SRC/openSUSE:Factory/.python-daiquiri.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-daiquiri"

Mon Oct 18 21:59:06 2021 rev:9 rq:925756 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-daiquiri/python-daiquiri.changes  
2020-11-10 13:53:30.434843881 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-daiquiri.new.1890/python-daiquiri.changes    
    2021-10-18 22:01:56.658082813 +0200
@@ -1,0 +2,6 @@
+Sat Oct 16 21:14:56 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 3.0.1:
+  * handle "stack_info" argument correctly
+
+-------------------------------------------------------------------

Old:
----
  daiquiri-3.0.0.tar.gz

New:
----
  daiquiri-3.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-daiquiri.spec ++++++
--- /var/tmp/diff_new_pack.tTjmGk/_old  2021-10-18 22:01:57.214083215 +0200
+++ /var/tmp/diff_new_pack.tTjmGk/_new  2021-10-18 22:01:57.218083218 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-daiquiri
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global skip_python2 1
 Name:           python-daiquiri
-Version:        3.0.0
+Version:        3.0.1
 Release:        0
 Summary:        Library to configure Python logging
 License:        Apache-2.0

++++++ daiquiri-3.0.0.tar.gz -> daiquiri-3.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/daiquiri-3.0.0/.mergify.yml 
new/daiquiri-3.0.1/.mergify.yml
--- old/daiquiri-3.0.0/.mergify.yml     2020-11-06 10:34:09.000000000 +0100
+++ new/daiquiri-3.0.1/.mergify.yml     2021-08-31 15:24:50.000000000 +0200
@@ -2,8 +2,7 @@
   - name: automatic merge
     conditions:
       - base=master
-      - "status-success=ci/circleci: test"
-      - status-success=test
+      - check-success=test
       - label!=work-in-progress
     actions:
       merge:
@@ -15,7 +14,7 @@
   - name: automatic merge from maintainer
     conditions:
       - author=jd
-      - status-success=test
+      - check-success=test
       - label!=work-in-progress
     actions:
       merge:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/daiquiri-3.0.0/.testr.conf 
new/daiquiri-3.0.1/.testr.conf
--- old/daiquiri-3.0.0/.testr.conf      2017-05-18 09:14:00.000000000 +0200
+++ new/daiquiri-3.0.1/.testr.conf      1970-01-01 01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-[DEFAULT]
-test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
-             OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
-             OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
-             ${PYTHON:-python} -m subunit.run discover -t ./ ./daiquiri 
$LISTOPT $IDOPTION
-test_id_option=--load-list $IDFILE
-test_list_option=--list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/daiquiri-3.0.0/PKG-INFO new/daiquiri-3.0.1/PKG-INFO
--- old/daiquiri-3.0.0/PKG-INFO 2020-11-06 13:46:12.686851500 +0100
+++ new/daiquiri-3.0.1/PKG-INFO 2021-08-31 15:26:18.387275700 +0200
@@ -1,30 +1,11 @@
 Metadata-Version: 2.1
 Name: daiquiri
-Version: 3.0.0
+Version: 3.0.1
 Summary: Library to configure Python logging easily
 Home-page: https://github.com/jd/daiquiri
 Author: Julien Danjou
 Author-email: jul...@danjou.info
 License: Apache 2.0
-Description: =======================================
-        daiquiri -- Python logging setup helper
-        =======================================
-        
-        .. image:: https://circleci.com/gh/jd/daiquiri.svg?style=svg
-           :target: https://circleci.com/gh/jd/daiquiri
-        
-        .. image:: https://img.shields.io/pypi/v/daiquiri.svg
-            :target: https://pypi.python.org/pypi/daiquiri
-            :alt: Latest Version
-        
-        The daiquiri library provides an easy way to configure logging. It also
-        provides some custom formatters and handlers.
-        
-        You can read the whole documentation at http://daiquiri.readthedocs.io/
-        
-        * Free software: Apache license
-        * Source: https://github.com/jd/daiquiri
-        
 Platform: UNKNOWN
 Classifier: Intended Audience :: Information Technology
 Classifier: Intended Audience :: System Administrators
@@ -36,5 +17,28 @@
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
+Description-Content-Type: text/x-rst
 Provides-Extra: test
 Provides-Extra: systemd
+License-File: LICENSE
+
+=======================================
+daiquiri -- Python logging setup helper
+=======================================
+
+.. image:: https://circleci.com/gh/jd/daiquiri.svg?style=svg
+   :target: https://circleci.com/gh/jd/daiquiri
+
+.. image:: https://img.shields.io/pypi/v/daiquiri.svg
+    :target: https://pypi.python.org/pypi/daiquiri
+    :alt: Latest Version
+
+The daiquiri library provides an easy way to configure logging. It also
+provides some custom formatters and handlers.
+
+You can read the whole documentation at http://daiquiri.readthedocs.io/
+
+* Free software: Apache license
+* Source: https://github.com/jd/daiquiri
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/daiquiri-3.0.0/daiquiri/__init__.py 
new/daiquiri-3.0.1/daiquiri/__init__.py
--- old/daiquiri-3.0.0/daiquiri/__init__.py     2020-11-06 13:43:33.000000000 
+0100
+++ new/daiquiri-3.0.1/daiquiri/__init__.py     2021-08-31 15:24:50.000000000 
+0200
@@ -42,7 +42,7 @@
         # Move any unknown keyword arguments into the extra
         # dictionary.
         for name in list(kwargs.keys()):
-            if name == "exc_info":
+            if name in ("exc_info", "stack_info"):
                 continue
             extra[name] = kwargs.pop(name)
         extra["_daiquiri_extra_keys"] = set(extra.keys())
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/daiquiri-3.0.0/daiquiri/tests/test_daiquiri.py 
new/daiquiri-3.0.1/daiquiri/tests/test_daiquiri.py
--- old/daiquiri-3.0.0/daiquiri/tests/test_daiquiri.py  2020-11-06 
13:43:29.000000000 +0100
+++ new/daiquiri-3.0.1/daiquiri/tests/test_daiquiri.py  2021-08-31 
15:24:50.000000000 +0200
@@ -94,6 +94,11 @@
         if daiquiri.handlers.journal is not None:
             daiquiri.setup(outputs=("journal",))
 
+    def test_special_kwargs(self):
+        daiquiri.getLogger(__name__).info(
+            "foobar", foo="bar", exc_info=True, stack_info=True
+        )
+
 
 def test_extra_with_two_loggers():
     stream = io.StringIO()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/daiquiri-3.0.0/daiquiri.egg-info/PKG-INFO 
new/daiquiri-3.0.1/daiquiri.egg-info/PKG-INFO
--- old/daiquiri-3.0.0/daiquiri.egg-info/PKG-INFO       2020-11-06 
13:46:12.000000000 +0100
+++ new/daiquiri-3.0.1/daiquiri.egg-info/PKG-INFO       2021-08-31 
15:26:18.000000000 +0200
@@ -1,30 +1,11 @@
 Metadata-Version: 2.1
 Name: daiquiri
-Version: 3.0.0
+Version: 3.0.1
 Summary: Library to configure Python logging easily
 Home-page: https://github.com/jd/daiquiri
 Author: Julien Danjou
 Author-email: jul...@danjou.info
 License: Apache 2.0
-Description: =======================================
-        daiquiri -- Python logging setup helper
-        =======================================
-        
-        .. image:: https://circleci.com/gh/jd/daiquiri.svg?style=svg
-           :target: https://circleci.com/gh/jd/daiquiri
-        
-        .. image:: https://img.shields.io/pypi/v/daiquiri.svg
-            :target: https://pypi.python.org/pypi/daiquiri
-            :alt: Latest Version
-        
-        The daiquiri library provides an easy way to configure logging. It also
-        provides some custom formatters and handlers.
-        
-        You can read the whole documentation at http://daiquiri.readthedocs.io/
-        
-        * Free software: Apache license
-        * Source: https://github.com/jd/daiquiri
-        
 Platform: UNKNOWN
 Classifier: Intended Audience :: Information Technology
 Classifier: Intended Audience :: System Administrators
@@ -36,5 +17,28 @@
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
+Description-Content-Type: text/x-rst
 Provides-Extra: test
 Provides-Extra: systemd
+License-File: LICENSE
+
+=======================================
+daiquiri -- Python logging setup helper
+=======================================
+
+.. image:: https://circleci.com/gh/jd/daiquiri.svg?style=svg
+   :target: https://circleci.com/gh/jd/daiquiri
+
+.. image:: https://img.shields.io/pypi/v/daiquiri.svg
+    :target: https://pypi.python.org/pypi/daiquiri
+    :alt: Latest Version
+
+The daiquiri library provides an easy way to configure logging. It also
+provides some custom formatters and handlers.
+
+You can read the whole documentation at http://daiquiri.readthedocs.io/
+
+* Free software: Apache license
+* Source: https://github.com/jd/daiquiri
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/daiquiri-3.0.0/daiquiri.egg-info/SOURCES.txt 
new/daiquiri-3.0.1/daiquiri.egg-info/SOURCES.txt
--- old/daiquiri-3.0.0/daiquiri.egg-info/SOURCES.txt    2020-11-06 
13:46:12.000000000 +0100
+++ new/daiquiri-3.0.1/daiquiri.egg-info/SOURCES.txt    2021-08-31 
15:26:18.000000000 +0200
@@ -1,6 +1,5 @@
 .gitignore
 .mergify.yml
-.testr.conf
 LICENSE
 README.rst
 setup.cfg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/daiquiri-3.0.0/setup.cfg new/daiquiri-3.0.1/setup.cfg
--- old/daiquiri-3.0.0/setup.cfg        2020-11-06 13:46:12.687692000 +0100
+++ new/daiquiri-3.0.1/setup.cfg        2021-08-31 15:26:18.388026200 +0200
@@ -3,6 +3,7 @@
 license = Apache 2.0
 summary = Library to configure Python logging easily
 long_description = file:README.rst
+long_description_content_type = text/x-rst
 author = Julien Danjou
 author-email = jul...@danjou.info
 home-page = https://github.com/jd/daiquiri

Reply via email to