forked from pool/python-xdoctest
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5e161d91fe | |||
| a07bc6e807 | |||
| 980c1e01b5 | |||
| 4bd145c5b9 |
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- update to 1.2.0:
|
||||
* Support for top level awaits in async code examples.
|
||||
* Dropped 3.6 and 3.7 support. Now supporting 3.6+ Use
|
||||
xdoctest<=1.1.6 for 3.6 or 3.7 support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 07:09:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -16,13 +16,15 @@
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-xdoctest
|
||||
Version: 1.1.6
|
||||
Version: 1.3.0
|
||||
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/refs/tags/v%{version}.tar.gz#/xdoctest-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pygments}
|
||||
BuildRequires: %{python_module pytest}
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:716dea61d62ab0bc4896ccb9b0767aa96b4f25b1a987fdadd009dd5be8041e8b
|
||||
size 230764
|
||||
3
xdoctest-1.3.0.tar.gz
Normal file
3
xdoctest-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0baeb528d7bfe39fc290529dea6c93ca87b053f79190974a32387a456ac38913
|
||||
size 233012
|
||||
Reference in New Issue
Block a user