Hello community,

here is the log from the commit of package python-jaraco.functools for 
openSUSE:Factory checked in at 2019-04-21 09:01:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jaraco.functools (Old)
 and      /work/SRC/openSUSE:Factory/.python-jaraco.functools.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jaraco.functools"

Sun Apr 21 09:01:15 2019 rev:3 rq:695275 version:2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jaraco.functools/python-jaraco.functools.changes
  2019-03-04 09:21:31.848588505 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jaraco.functools.new.5536/python-jaraco.functools.changes
        2019-04-21 09:01:18.530403506 +0200
@@ -1,0 +2,5 @@
+Wed Apr 17 16:02:33 CEST 2019 - Matej Cepl <mc...@suse.com>
+
+- Skip method_cache doctest test (gh#jaraco/jaraco.functools#12).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-jaraco.functools.spec ++++++
--- /var/tmp/diff_new_pack.szCfCg/_old  2019-04-21 09:01:19.126404214 +0200
+++ /var/tmp/diff_new_pack.szCfCg/_new  2019-04-21 09:01:19.130404219 +0200
@@ -75,8 +75,10 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+# Ignore method_cache doctest because of gh#jaraco/jaraco.functools#12
 %{python_expand py.test-%{$python_bin_suffix} \
-  --ignore=_build.python2 --ignore=_build.python3
+  --ignore=_build.python2 --ignore=_build.python3 \
+  -k 'not method_cache'
 }
 
 %files %{python_files}


Reply via email to