Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b821f3e317 | |||
| a205a10cb1 | |||
| 8c7433cb61 | |||
| 6a5eadb3e4 |
@@ -1,16 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Oct 6 12:14:51 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
||||||
|
|
||||||
- Update to 1.3.0
|
|
||||||
* New `ASYNC` basic directive to hold the asyncio event loop
|
|
||||||
in any section of code. Useful for multitasking tests.
|
|
||||||
* Removed `16806_WORKAROUND` as it is not longer needed for Python 3.8+
|
|
||||||
* Removed deprecated --xdoc-force-dynamic and --allow-xdoc-dynamic flags
|
|
||||||
* Improved speed (~6x) of doctest collection when running in pytest
|
|
||||||
* Uses pytest plugin system to disable stdlib doctest instead of monkey patching.
|
|
||||||
* Fixed incorrect return type in docstrings
|
|
||||||
* The doctest parser no longer expand tabs to spaces
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 23 08:51:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Mon Sep 23 08:51:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-xdoctest
|
Name: python-xdoctest
|
||||||
Version: 1.3.0
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Enhanced Python builtin doctest module
|
Summary: Enhanced Python builtin doctest module
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|||||||
3
xdoctest-1.2.0.tar.gz
Normal file
3
xdoctest-1.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:36c8e10ecefc5cb927d2f2c22ac48a1f9c4a0d8a7c923946959201c58773207d
|
||||||
|
size 231269
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0baeb528d7bfe39fc290529dea6c93ca87b053f79190974a32387a456ac38913
|
|
||||||
size 233012
|
|
||||||
Reference in New Issue
Block a user