Hello community,

here is the log from the commit of package python3-raven for openSUSE:Factory 
checked in at 2016-03-09 15:17:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-raven (Old)
 and      /work/SRC/openSUSE:Factory/.python3-raven.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-raven"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-raven/python3-raven.changes      
2016-03-07 13:29:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-raven.new/python3-raven.changes 
2016-03-09 16:48:57.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Mar  8 02:38:19 UTC 2016 - a...@gmx.de
+
+- update to version 5.11.1:
+  * The raven client supports the stacktrace to be absent.  This
+    improves support with celery and multiprocessing.
+
+-------------------------------------------------------------------

Old:
----
  raven-5.11.0.tar.gz

New:
----
  raven-5.11.1.tar.gz

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

Other differences:
------------------
++++++ python3-raven.spec ++++++
--- /var/tmp/diff_new_pack.u5a8Aa/_old  2016-03-09 16:48:58.000000000 +0100
+++ /var/tmp/diff_new_pack.u5a8Aa/_new  2016-03-09 16:48:58.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python3-raven
-Version:        5.11.0
+Version:        5.11.1
 Release:        0
 Url:            https://pypi.python.org/pypi/raven
 Summary:        A client for Sentry

++++++ raven-5.11.0.tar.gz -> raven-5.11.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/raven-5.11.0/PKG-INFO new/raven-5.11.1/PKG-INFO
--- old/raven-5.11.0/PKG-INFO   2016-02-29 19:46:41.000000000 +0100
+++ new/raven-5.11.1/PKG-INFO   2016-03-07 21:08:11.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: raven
-Version: 5.11.0
+Version: 5.11.1
 Summary: Raven is a client for Sentry (https://getsentry.com)
 Home-page: https://github.com/getsentry/raven-python
 Author: Sentry
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/raven-5.11.0/raven/base.py 
new/raven-5.11.1/raven/base.py
--- old/raven-5.11.0/raven/base.py      2016-02-29 19:43:41.000000000 +0100
+++ new/raven-5.11.1/raven/base.py      2016-03-07 21:04:28.000000000 +0100
@@ -276,9 +276,9 @@
         return (
             exc_info[0],
             id(exc_info[1]),
-            id(exc_info[2].tb_frame.f_code),
+            id(exc_info[2] and exc_info[2].tb_frame.f_code),
             id(exc_info[2]),
-            exc_info[2].tb_lasti,
+            exc_info[2] and exc_info[2].tb_lasti,
         )
 
     def skip_error_for_logging(self, exc_info):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/raven-5.11.0/raven.egg-info/PKG-INFO 
new/raven-5.11.1/raven.egg-info/PKG-INFO
--- old/raven-5.11.0/raven.egg-info/PKG-INFO    2016-02-29 19:46:40.000000000 
+0100
+++ new/raven-5.11.1/raven.egg-info/PKG-INFO    2016-03-07 21:08:11.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: raven
-Version: 5.11.0
+Version: 5.11.1
 Summary: Raven is a client for Sentry (https://getsentry.com)
 Home-page: https://github.com/getsentry/raven-python
 Author: Sentry
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/raven-5.11.0/setup.py new/raven-5.11.1/setup.py
--- old/raven-5.11.0/setup.py   2016-02-29 19:46:25.000000000 +0100
+++ new/raven-5.11.1/setup.py   2016-03-07 21:07:54.000000000 +0100
@@ -97,7 +97,7 @@
 
 setup(
     name='raven',
-    version='5.11.0',
+    version='5.11.1',
     author='Sentry',
     author_email='he...@getsentry.com',
     url='https://github.com/getsentry/raven-python',


Reply via email to