Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-python-memcached for openSUSE:Factory checked in at 2022-04-13 21:04:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-python-memcached (Old) and /work/SRC/openSUSE:Factory/.python-python-memcached.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-memcached" Wed Apr 13 21:04:14 2022 rev:19 rq:969217 version:1.59 Changes: -------- --- /work/SRC/openSUSE:Factory/python-python-memcached/python-python-memcached.changes 2020-06-05 20:01:13.088138196 +0200 +++ /work/SRC/openSUSE:Factory/.python-python-memcached.new.1900/python-python-memcached.changes 2022-04-13 21:04:37.492548876 +0200 @@ -1,0 +2,5 @@ +Mon Apr 11 13:02:07 UTC 2022 - Mark??ta Machov?? <mmach...@suse.com> + +- do not use mock + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-python-memcached.spec ++++++ --- /var/tmp/diff_new_pack.PXm2Dd/_old 2022-04-13 21:04:38.012549292 +0200 +++ /var/tmp/diff_new_pack.PXm2Dd/_new 2022-04-13 21:04:38.020549298 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-python-memcached # -# Copyright (c) 2020 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 @@ -26,7 +26,6 @@ Group: Development/Languages/Python URL: https://github.com/linsomniac/python-memcached Source: https://github.com/linsomniac/python-memcached/archive/%{version}.tar.gz -BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} @@ -56,6 +55,7 @@ sed -i \ -e 's:#!/usr/bin/env python::' \ memcache.py +sed -i 's/import mock/import unittest.mock as mock/' tests/test_memcache.py %build %python_build