Hello community,
here is the log from the commit of package python-pytest-doctestplus for
openSUSE:Factory checked in at 2019-11-18 20:09:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-doctestplus (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-doctestplus.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-doctestplus"
Mon Nov 18 20:09:38 2019 rev:6 rq:749190 version:0.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-doctestplus/python-pytest-doctestplus.changes
2019-09-26 20:37:55.439073145 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-doctestplus.new.26869/python-pytest-doctestplus.changes
2019-11-18 20:10:07.733600020 +0100
@@ -1,0 +2,17 @@
+Mon Nov 18 08:01:54 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.5.0:
+ * No longer require Numpy. [#69]
+ * Fixed a bug that caused __doctest_requires__ to not work correctly with
submodules. [#73]
+ * Fixed a limitation that meant that ELLIPSIS and FLOAT_CMP could not be
used at the same time. [#75]
+ * Fixed a bug that caused .. doctest-requires:: to not work correctly. [#78]
+ * Fixed a FutureWarning related to split() with regular expressions. [#78]
+ * Make it possible to specify versions in .. doctest-requires::. [#78]
+ * Allow to use doctest-glob option instead of doctest-rst and
text-file-format [#80]
+ * Make comment character configurable via ini variable
text_file_comment_chars [#80]
+ * Respect ignore and ignore-glob options from pytest. [#82]
+ * Add --doctest-only option. [#83]
+ * Added an IGNORE_WARNINGS option for # doctest: [#84]
+- Remove merged patch pr_37.patch
+
+-------------------------------------------------------------------
Old:
----
pr_37.patch
pytest-doctestplus-0.4.0.tar.gz
New:
----
pytest-doctestplus-0.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-doctestplus.spec ++++++
--- /var/tmp/diff_new_pack.BVcD8V/_old 2019-11-18 20:10:09.989598869 +0100
+++ /var/tmp/diff_new_pack.BVcD8V/_new 2019-11-18 20:10:09.989598869 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-doctestplus
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,15 +26,13 @@
%endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-doctestplus%{psuffix}
-Version: 0.4.0
+Version: 0.5.0
Release: 0
Summary: Pytest plugin with advanced doctest features
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/astropy/pytest-doctestplus
Source:
https://files.pythonhosted.org/packages/source/p/pytest-doctestplus/pytest-doctestplus-%{version}.tar.gz
-# Backport of https://github.com/astropy/pytest-doctestplus/pull/37
-Patch0: pr_37.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -42,6 +40,7 @@
Requires: python-six
BuildArch: noarch
%if %{with test}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 3.0}
BuildRequires: %{python_module pytest-doctestplus >= %{version}}
BuildRequires: %{python_module six}
@@ -55,7 +54,6 @@
%prep
%setup -q -n pytest-doctestplus-%{version}
-%patch0 -p1
# do not change the pytest behaviour for us
rm -f setup.cfg
++++++ pytest-doctestplus-0.4.0.tar.gz -> pytest-doctestplus-0.5.0.tar.gz ++++++
++++ 2025 lines of diff (skipped)