Hello community,
here is the log from the commit of package python-pytest-sphinx for
openSUSE:Factory checked in at 2020-08-21 19:19:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-sphinx (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-sphinx.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-sphinx"
Fri Aug 21 19:19:58 2020 rev:4 rq:828523 version:0.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-sphinx/python-pytest-sphinx.changes
2020-06-05 20:29:00.389312023 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-sphinx.new.3399/python-pytest-sphinx.changes
2020-08-21 19:20:55.636940180 +0200
@@ -1,0 +2,14 @@
+Fri Aug 21 12:55:42 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 0.3.1
+ * Adapt to importmode API changes in pytest-6.0
+ * Adapt to Node API changes in pytest-5.4 (Fixes #11)
+ * Add support for python 3.8 (Fixes #15)
+ * Add support for skipif option in testoutput directive (Fixes #17)
+ * Add support for skipif option in testcode directive (Fixes #21)
+ * A ValueError is raised if the text inside the directives is not properly
+ formatted.
+ * Ignore the option :hide: in directives (Fixes #19)
+ * Fix detection of block boundaries in parser.
+
+-------------------------------------------------------------------
Old:
----
pytest-sphinx-0.2.2.tar.gz
New:
----
pytest-sphinx-0.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-sphinx.spec ++++++
--- /var/tmp/diff_new_pack.o3RDXp/_old 2020-08-21 19:20:57.380941108 +0200
+++ /var/tmp/diff_new_pack.o3RDXp/_new 2020-08-21 19:20:57.384941110 +0200
@@ -19,12 +19,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-pytest-sphinx
-Version: 0.2.2
+Version: 0.3.1
Release: 0
Summary: Doctest plugin for pytest with support for Sphinx-specific
doctest-directives
License: BSD-3-Clause
URL: https://github.com/thisch/pytest-sphinx
-Source:
https://github.com/thisch/pytest-sphinx/archive/v0.2.2.tar.gz#/pytest-sphinx-%{version}.tar.gz
+Source:
https://github.com/thisch/pytest-sphinx/archive/v%{version}.tar.gz#/pytest-sphinx-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -34,10 +34,11 @@
Requires: python-enum34
%endif
# SECTION test requirements
-BuildRequires: %{python_module pytest-mock}
-BuildRequires: %{python_module pytest4 >= 3.1.1}
+BuildRequires: %{python_module Sphinx}
+BuildRequires: %{python_module pytest >= 3.1.1}
%if %{with python2}
BuildRequires: python2-enum34
+BuildRequires: python2-mock
%endif
# /SECTION
%python_subpackages
++++++ pytest-sphinx-0.2.2.tar.gz -> pytest-sphinx-0.3.1.tar.gz ++++++
++++ 2109 lines of diff (skipped)