Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-networkx for openSUSE:Factory
checked in at 2021-12-09 19:45:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-networkx (Old)
and /work/SRC/openSUSE:Factory/.python-networkx.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-networkx"
Thu Dec 9 19:45:20 2021 rev:32 rq:936169 version:2.6.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-networkx/python-networkx.changes
2021-10-18 22:03:26.366147708 +0200
+++
/work/SRC/openSUSE:Factory/.python-networkx.new.2520/python-networkx.changes
2021-12-09 19:45:37.121133527 +0100
@@ -1,0 +2,6 @@
+Tue Dec 7 08:06:03 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Add patch xfail-pydot-tests.patch:
+ * From upstream, survive pydot test failures.
+
+-------------------------------------------------------------------
New:
----
xfail-pydot-tests.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-networkx.spec ++++++
--- /var/tmp/diff_new_pack.OL45cq/_old 2021-12-09 19:45:37.969133935 +0100
+++ /var/tmp/diff_new_pack.OL45cq/_new 2021-12-09 19:45:37.981133941 +0100
@@ -26,6 +26,8 @@
License: BSD-3-Clause
URL: https://networkx.github.io/
Source:
https://files.pythonhosted.org/packages/source/n/networkx/networkx-%{version}.tar.gz
+# gh#networkx/networkx#commit/2b032ed3eb33d82729b0f05f04357e89a125bfd1
+Patch0: xfail-pydot-tests.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
++++++ xfail-pydot-tests.patch ++++++
>From 2b032ed3eb33d82729b0f05f04357e89a125bfd1 Mon Sep 17 00:00:00 2001
From: Ross Barnowski <[email protected]>
Date: Thu, 18 Nov 2021 11:25:01 -0800
Subject: [PATCH] xfail pydot tests. (#5187)
---
networkx/drawing/tests/test_pydot.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/networkx/drawing/tests/test_pydot.py
b/networkx/drawing/tests/test_pydot.py
index ba1e973374..e1433ff582 100644
--- a/networkx/drawing/tests/test_pydot.py
+++ b/networkx/drawing/tests/test_pydot.py
@@ -10,6 +10,7 @@
pydot = pytest.importorskip("pydot")
[email protected]
class TestPydot:
def pydot_checks(self, G, prog):
"""