Hello community,

here is the log from the commit of package python-mimesis for openSUSE:Factory 
checked in at 2020-03-09 11:42:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mimesis (Old)
 and      /work/SRC/openSUSE:Factory/.python-mimesis.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mimesis"

Mon Mar  9 11:42:23 2020 rev:5 rq:782839 version:3.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mimesis/python-mimesis.changes    
2020-01-09 22:52:14.130758552 +0100
+++ /work/SRC/openSUSE:Factory/.python-mimesis.new.26092/python-mimesis.changes 
2020-03-09 11:42:35.525330845 +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.WzNIT3/_old  2020-03-09 11:42:36.233331228 +0100
+++ /var/tmp/diff_new_pack.WzNIT3/_new  2020-03-09 11:42:36.237331231 +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


Reply via email to