Hello community,
here is the log from the commit of package python-mimesis for
openSUSE:Leap:15.2 checked in at 2020-03-10 17:12:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-mimesis (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-mimesis.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mimesis"
Tue Mar 10 17:12:37 2020 rev:2 rq:782889 version:3.3.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-mimesis/python-mimesis.changes
2020-02-22 17:50:07.773491046 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-mimesis.new.26092/python-mimesis.changes
2020-03-10 17:12:37.605401661 +0100
@@ -1,0 +2,5 @@
+Mon Mar 9 08:57:49 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Skip test test_port as it fails on py3.8+
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mimesis.spec ++++++
--- /var/tmp/diff_new_pack.1WMIjP/_old 2020-03-10 17:12:38.021401790 +0100
+++ /var/tmp/diff_new_pack.1WMIjP/_new 2020-03-10 17:12:38.021401790 +0100
@@ -23,7 +23,6 @@
Release: 0
Summary: Fake data generator
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/lk-geimfari/mimesis
Source:
https://github.com/lk-geimfari/mimesis/archive/v%{version}.tar.gz#/mimesis-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
@@ -61,7 +60,8 @@
sed -i '/--\(flake8\|isort\)/d' setup.cfg
# some tests require a network connection
# 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)'
+# test_port - fails on py3.8+ as it raises different exception then one checked
+%pytest -k 'not (test_download_image or test_stock_image or
test_cpf_with_666_prefix or test_port)'
%files %{python_files}
%doc README.rst