1
0

Compare commits

4 Commits

Author SHA256 Message Date
5e161d91fe Accepting request 1309271 from devel:languages:python
- 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 (forwarded request 1309266 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1309271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xdoctest?expand=0&rev=9
2025-10-06 16:08:57 +00:00
a07bc6e807 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xdoctest?expand=0&rev=17
2025-10-06 12:42:49 +00:00
980c1e01b5 Accepting request 1202569 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1202569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xdoctest?expand=0&rev=8
2024-09-23 13:23:48 +00:00
4bd145c5b9 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xdoctest?expand=0&rev=15
2024-09-23 08:54:02 +00:00
4 changed files with 27 additions and 4 deletions

View File

@@ -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>

View File

@@ -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}

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0baeb528d7bfe39fc290529dea6c93ca87b053f79190974a32387a456ac38913
size 233012