Hello community, here is the log from the commit of package python-rollbar for openSUSE:Factory checked in at 2020-07-18 21:03:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rollbar (Old) and /work/SRC/openSUSE:Factory/.python-rollbar.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rollbar" Sat Jul 18 21:03:32 2020 rev:6 rq:821667 version:0.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rollbar/python-rollbar.changes 2020-06-03 20:36:06.465846880 +0200 +++ /work/SRC/openSUSE:Factory/.python-rollbar.new.3592/python-rollbar.changes 2020-07-18 21:03:49.455664446 +0200 @@ -1,0 +2,7 @@ +Sat Jul 18 05:17:28 UTC 2020 - Matej Cepl <[email protected]> + +- Upstream doesn't care about unittest2 at all + (gh#rollbar/pyrollbar#340), we can just ignore it. Adjust + python-rollbar-no-unittest2.patch accordingly. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rollbar-no-unittest2.patch ++++++ --- /var/tmp/diff_new_pack.6JL4dm/_old 2020-07-18 21:03:49.919664944 +0200 +++ /var/tmp/diff_new_pack.6JL4dm/_new 2020-07-18 21:03:49.923664949 +0200 @@ -1,13 +1,8 @@ -Index: pyrollbar-0.15.0/rollbar/test/__init__.py -=================================================================== ---- pyrollbar-0.15.0.orig/rollbar/test/__init__.py 2020-04-04 02:08:37.000000000 +0200 -+++ pyrollbar-0.15.0/rollbar/test/__init__.py 2020-06-03 10:51:15.137644743 +0200 -@@ -1,9 +1,12 @@ +--- a/rollbar/test/__init__.py ++++ b/rollbar/test/__init__.py +@@ -1,9 +1,9 @@ -import unittest2 -+try: -+ import unittest2 as unittest -+except ImportError: -+ import unittest ++import unittest SNOWMAN = b'\xe2\x98\x83'
