Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sphinxcontrib-trio for
openSUSE:Factory checked in at 2021-05-16 23:41:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-trio (Old)
and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-trio.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-trio"
Sun May 16 23:41:45 2021 rev:7 rq:893360 version:1.1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinxcontrib-trio/python-sphinxcontrib-trio.changes
2020-05-28 09:07:21.963707434 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-trio.new.2988/python-sphinxcontrib-trio.changes
2021-05-16 23:44:06.337141413 +0200
@@ -1,0 +2,6 @@
+Sat May 15 21:05:31 UTC 2021 - Matej Cepl <[email protected]>
+
+- Skip test_end_to_end which fails due to recent changes in
+ Sphinx (gh#python-trio/sphinxcontrib-trio#260).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinxcontrib-trio.spec ++++++
--- /var/tmp/diff_new_pack.ESqVpg/_old 2021-05-16 23:44:06.741139848 +0200
+++ /var/tmp/diff_new_pack.ESqVpg/_new 2021-05-16 23:44:06.745139831 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-sphinxcontrib-trio
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
Version: 1.1.2
Release: 0
Summary: Sphinx extension for documenting Python functions and methods
-License: MIT OR Apache-2.0
+License: Apache-2.0 OR MIT
Group: Development/Languages/Python
URL: https://github.com/python-trio/sphinxcontrib-trio
Source:
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-trio/sphinxcontrib-trio-%{version}.tar.gz
@@ -58,7 +58,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest tests
+# gh#python-trio/sphinxcontrib-trio#260
+%pytest -k 'not test_end_to_end' tests
%files %{python_files}
%doc README.rst