Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-doctestplus for
openSUSE:Factory checked in at 2021-10-19 23:04:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-doctestplus (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-doctestplus.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-doctestplus"
Tue Oct 19 23:04:05 2021 rev:11 rq:926331 version:0.11.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-doctestplus/python-pytest-doctestplus.changes
2021-05-03 22:08:18.508455715 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-doctestplus.new.1890/python-pytest-doctestplus.changes
2021-10-19 23:04:36.661294299 +0200
@@ -1,0 +2,20 @@
+Sun Oct 17 13:49:48 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 0.11.0
+ * Added support for testcleanup and documented existing support
+ for testsetup. [#165]
+- Release 0.10.1
+ * Fix the doctestplus sphinx extension to recognize the
+ doctest-remote-data directive. [#162]
+- Release 0.10.0
+ * Added ..doctest-remote-data:: directive to control remote data
+ access for a chunk of code. [#137]
+ * Drop support for python 3.6. [#159]
+ * Fixed a bug where the command-line option --remote-data=any
+ (associated with the pytest-remotedata plugin) would cause
+ IGNORE_WARNINGS and SHOW_WARNINGS options to be ignored in
+ module docstrings. [#152]
+ * Fix wrong behavior with IGNORE_WARNINGS and SHOW_WARNINGS that
+ could make a block to pass instead of being skipped. [#148]
+
+-------------------------------------------------------------------
Old:
----
pytest-doctestplus-0.9.0.tar.gz
New:
----
pytest-doctestplus-0.11.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-doctestplus.spec ++++++
--- /var/tmp/diff_new_pack.fu1Wqg/_old 2021-10-19 23:04:37.013294459 +0200
+++ /var/tmp/diff_new_pack.fu1Wqg/_new 2021-10-19 23:04:37.013294459 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package python-pytest-doctestplus-test
+# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@@ -25,24 +25,30 @@
%bcond_with test
%endif
%define skip_python2 1
+%define skip_python36 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-doctestplus%{psuffix}
-Version: 0.9.0
+Version: 0.11.0
Release: 0
Summary: Pytest plugin with advanced doctest features
License: BSD-3-Clause
URL: https://github.com/astropy/pytest-doctestplus
Source:
https://files.pythonhosted.org/packages/source/p/pytest-doctestplus/pytest-doctestplus-%{version}.tar.gz
+BuildRequires: %{python_module base >= 3.7}
+BuildRequires: %{python_module packaging >= 17.0}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-packaging >= 17.0
Requires: python-pytest >= 4.6
Requires: python-setuptools >= 30.3.0
BuildArch: noarch
%if %{with test}
+BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module pip >= 19.3.1}
BuildRequires: %{python_module pytest-doctestplus = %{version}}
+BuildRequires: %{python_module pytest-remotedata = 0.3.2}
%endif
%python_subpackages
@@ -53,9 +59,6 @@
%prep
%setup -q -n pytest-doctestplus-%{version}
-# https://build.opensuse.org/request/show/889802
-sed -i '/filterwarnings/,/\s+/ { /error/ a \ ignore:.*unclosed
file.*:ResourceWarning
-}' setup.cfg
%build
%python_build
@@ -70,8 +73,7 @@
%check
export LANG=en_US.UTF8
export PY_IGNORE_IMPORTMISMATCH=1
-# -k: inline pytest calls with -We,
https://build.opensuse.org/request/show/889802
-%pytest tests/ --doctest-plus --doctest-rst -k "not (test_doctestplus and
warnings)"
+%pytest tests/ --doctest-plus --doctest-rst -k "not test_remote_data_url"
%endif
%if !%{with test}
++++++ pytest-doctestplus-0.9.0.tar.gz -> pytest-doctestplus-0.11.0.tar.gz
++++++
++++ 2418 lines of diff (skipped)