Hello community, here is the log from the commit of package python-mimesis for openSUSE:Factory checked in at 2020-01-09 22:51:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mimesis (Old) and /work/SRC/openSUSE:Factory/.python-mimesis.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mimesis" Thu Jan 9 22:51:21 2020 rev:4 rq:762090 version:3.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mimesis/python-mimesis.changes 2019-09-13 14:58:33.973277866 +0200 +++ /work/SRC/openSUSE:Factory/.python-mimesis.new.6675/python-mimesis.changes 2020-01-09 22:52:14.130758552 +0100 @@ -1,0 +2,6 @@ +Thu Jan 9 09:04:34 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Skip test test_cpf_with_666_prefix as it fails with new + mocker behaviour + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mimesis.spec ++++++ --- /var/tmp/diff_new_pack.rXFQGZ/_old 2020-01-09 22:52:16.094759536 +0100 +++ /var/tmp/diff_new_pack.rXFQGZ/_new 2020-01-09 22:52:16.114759546 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-mimesis # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -60,7 +60,8 @@ %check sed -i '/--\(flake8\|isort\)/d' setup.cfg # some tests require a network connection -%pytest -k 'not (test_download_image or test_stock_image)' +# test_cpf_with_666_prefix - fails with new mocker behaviour +%pytest -k 'not (test_download_image or test_stock_image or test_cpf_with_666_prefix)' %files %{python_files} %doc README.rst
