Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-xdoctest for openSUSE:Factory
checked in at 2021-11-08 17:24:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xdoctest (Old)
and /work/SRC/openSUSE:Factory/.python-xdoctest.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xdoctest"
Mon Nov 8 17:24:43 2021 rev:3 rq:930144 version:0.15.10
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xdoctest/python-xdoctest.changes
2021-02-19 23:45:22.423369769 +0100
+++
/work/SRC/openSUSE:Factory/.python-xdoctest.new.1890/python-xdoctest.changes
2021-11-08 17:25:26.888743109 +0100
@@ -1,0 +2,12 @@
+Mon Nov 8 10:44:05 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 0.15.10:
+ * The xdoctest "analysis" option now defaults to "auto" everywhere.
+ * Disabled workaround 16806 in Python 3.8+
+ * Removed the distracting and very long internal traceback
+ * Pytest now defaults to --xdoctest-verbose=2 by default
+ * Directive syntax errors are now handled as doctest runtime errors and
+ return better debugging information
+- drop 97.patch, upstream
+
+-------------------------------------------------------------------
Old:
----
97.patch
xdoctest-0.15.4.tar.gz
New:
----
xdoctest-0.15.10.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-xdoctest.spec ++++++
--- /var/tmp/diff_new_pack.EMpb7K/_old 2021-11-08 17:25:27.420743459 +0100
+++ /var/tmp/diff_new_pack.EMpb7K/_new 2021-11-08 17:25:27.420743459 +0100
@@ -18,20 +18,21 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-xdoctest
-Version: 0.15.4
+Version: 0.15.10
Release: 0
Summary: Enhanced Python builtin doctest module
License: Apache-2.0
URL: https://github.com/Erotemic/xdoctest
-Source:
https://github.com/Erotemic/xdoctest/archive/%{version}.tar.gz#/xdoctest-%{version}.tar.gz
-Patch0: https://github.com/Erotemic/xdoctest/pull/97.patch
+Source:
https://github.com/Erotemic/xdoctest/archive/refs/tags/v%{version}.tar.gz#/xdoctest-%{version}.tar.gz
BuildRequires: %{python_module pygments}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-six
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
Recommends: python-pygments
BuildArch: noarch
%python_subpackages
@@ -41,7 +42,6 @@
%prep
%setup -q -n xdoctest-%{version}
-%autopatch -p1
sed -i '1{/^#!/d}' xdoctest/__main__.py
sed -i 's/--ignore-glob=setup.py//' pytest.ini
++++++ xdoctest-0.15.4.tar.gz -> xdoctest-0.15.10.tar.gz ++++++
++++ 4910 lines of diff (skipped)