Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-CommonMark for 
openSUSE:Factory checked in at 2021-11-20 02:38:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-CommonMark (Old)
 and      /work/SRC/openSUSE:Factory/.python-CommonMark.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-CommonMark"

Sat Nov 20 02:38:05 2021 rev:14 rq:931495 version:0.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-CommonMark/python-CommonMark.changes      
2021-09-04 22:32:37.083933871 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-CommonMark.new.1895/python-CommonMark.changes
    2021-11-20 02:38:15.168955842 +0100
@@ -1,0 +2,5 @@
+Mon Nov  8 08:56:01 UTC 2021 - Hui-Zhi Zhao <hui.zhi.z...@suse.com>
+
+- Remove test on python2 since it only works with python3 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-CommonMark.spec ++++++
--- /var/tmp/diff_new_pack.SGFQOj/_old  2021-11-20 02:38:15.660954219 +0100
+++ /var/tmp/diff_new_pack.SGFQOj/_new  2021-11-20 02:38:15.660954219 +0100
@@ -65,9 +65,11 @@
 
 %check
 export LANG=en_US.UTF-8
+%if "%{python_flavor}" == "python3"
 %pyunittest commonmark/tests/*.py
 # On python2 we error out on unicode issues
 PYTHONPATH=%{buildroot}%{python3_sitelib} python3 
commonmark/tests/run_spec_tests.py
+%endif
 
 %post
 %python_install_alternative cmark

Reply via email to