Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mohawk for openSUSE:Factory checked in at 2022-03-25 21:55:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mohawk (Old) and /work/SRC/openSUSE:Factory/.python-mohawk.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mohawk" Fri Mar 25 21:55:09 2022 rev:7 rq:964932 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mohawk/python-mohawk.changes 2021-09-23 23:04:09.680327841 +0200 +++ /work/SRC/openSUSE:Factory/.python-mohawk.new.1900/python-mohawk.changes 2022-03-25 21:55:33.138328396 +0100 @@ -1,0 +2,6 @@ +Thu Mar 24 13:27:46 UTC 2022 - [email protected] + +- Extend remove-nose.patch: Use unittest.mock instead of + python-mock (https://trello.com/c/S6eADbii/64-remove-python-mock) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mohawk.spec ++++++ --- /var/tmp/diff_new_pack.I8g4Ha/_old 2022-03-25 21:55:33.734328964 +0100 +++ /var/tmp/diff_new_pack.I8g4Ha/_new 2022-03-25 21:55:33.738328968 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-mohawk # -# Copyright (c) 2021 SUSE LLC +# 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 ++++++ remove-nose.patch ++++++ --- /var/tmp/diff_new_pack.I8g4Ha/_old 2022-03-25 21:55:33.774329002 +0100 +++ /var/tmp/diff_new_pack.I8g4Ha/_new 2022-03-25 21:55:33.778329006 +0100 @@ -1,12 +1,14 @@ Index: mohawk-1.1.0/mohawk/tests.py =================================================================== ---- mohawk-1.1.0.orig/mohawk/tests.py -+++ mohawk-1.1.0/mohawk/tests.py -@@ -4,7 +4,6 @@ from unittest import TestCase +--- mohawk-1.1.0.orig/mohawk/tests.py 2019-10-28 15:45:53.000000000 +0100 ++++ mohawk-1.1.0/mohawk/tests.py 2022-03-24 14:26:38.698018107 +0100 +@@ -3,8 +3,7 @@ import warnings + from unittest import TestCase from base64 import b64decode, urlsafe_b64encode - import mock +-import mock -from nose.tools import eq_, raises ++import unittest.mock as mock import six from . import Receiver, Sender
