Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-loguru for openSUSE:Factory 
checked in at 2021-12-12 21:27:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-loguru (Old)
 and      /work/SRC/openSUSE:Factory/.python-loguru.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-loguru"

Sun Dec 12 21:27:03 2021 rev:7 rq:938259 version:0.5.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-loguru/python-loguru.changes      
2021-04-19 21:06:30.364074952 +0200
+++ /work/SRC/openSUSE:Factory/.python-loguru.new.2520/python-loguru.changes    
2021-12-12 21:27:09.660325602 +0100
@@ -1,0 +2,5 @@
+Thu Dec  9 18:04:19 UTC 2021 - Ben Greiner <[email protected]>
+
+- Skip two formatting tests -- gh#Delgan/loguru#550 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-loguru.spec ++++++
--- /var/tmp/diff_new_pack.XgBp0f/_old  2021-12-12 21:27:10.788326270 +0100
+++ /var/tmp/diff_new_pack.XgBp0f/_new  2021-12-12 21:27:10.788326270 +0100
@@ -62,13 +62,16 @@
 export LANG=en_US.UTF-8
 if [ $(getconf LONG_BIT) = 32 ]; then
   # Threads have different references on 32-bit
-  donttest="(test_log_formatters and thread and not thread.name)"
+  donttest=" or (test_log_formatters and thread and not thread.name)"
 fi
-%pytest ${donttest:+ -k "not ($donttest)"}
+# different line numbers -- https://github.com/Delgan/loguru/issues/550
+python310_donttest=" or (test_exceptions_formatting and 
formatting_with_context_manager)"
+%pytest -k "not (donttestexprprefixdummy $donttest ${$python_donttest})"
 
 %files %{python_files}
 %license LICENSE
 %doc README.rst
-%{python_sitelib}/loguru*
+%{python_sitelib}/loguru
+%{python_sitelib}/loguru-%{version}*-info
 
 %changelog

Reply via email to