17
0

Compare commits

4 Commits

Author SHA256 Message Date
b821f3e317 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
a205a10cb1 - 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
8c7433cb61 Accepting request 1194647 from devel:languages:python
- update to 1.1.6:
  * Fixed passing of `flags` as keyword argument to `re.sub` for
    python 3.13 compliance.

OBS-URL: https://build.opensuse.org/request/show/1194647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xdoctest?expand=0&rev=7
2024-08-19 21:45:15 +00:00
6a5eadb3e4 - update to 1.1.6:
* Fixed passing of `flags` as keyword argument to `re.sub` for
    python 3.13 compliance.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xdoctest?expand=0&rev=13
2024-08-19 07:10:01 +00:00
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
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>
- update to 1.1.6:
* Fixed passing of `flags` as keyword argument to `re.sub` for
python 3.13 compliance.
-------------------------------------------------------------------
Thu Jun 13 15:32:41 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -16,13 +16,15 @@
#
%{?sle15_python_module_pythons}
Name: python-xdoctest
Version: 1.1.5
Version: 1.2.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:82e13ae75dbd357c78de404464163bb7ca45b95d85846e6a1a56443b3afa623d
size 230382

3
xdoctest-1.2.0.tar.gz Normal file
View File

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