Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b821f3e317 | |||
| a205a10cb1 | |||
| 8c7433cb61 | |||
| 6a5eadb3e4 |
@@ -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>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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
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
|
||||
Reference in New Issue
Block a user