forked from pool/python-xdoctest
- update to 0.15.4:
* pip install xdoctest can now specify [colors] or [jupyter]
* Enhanced REQUIRES directive behavior
* Xdoctest can now be run inside of Jupyter notebooks / IPython sessions
* Xdoctest can now be run on Jupyter notebooks
* Renamed Config to DoctestConfig
* Renamed static_analysis.parse_calldefs to
static_analysis.parse_static_calldefs.
* Changed argument name from modpath_or_name to module_identifier in several
functions.
* The REQUIRES directive can now inspect existence or values of environment
variables.
* Bugfixes
* add 97.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xdoctest?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 19 00:21:50 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.15.4:
|
||||
* pip install xdoctest can now specify [colors] or [jupyter]
|
||||
* Enhanced REQUIRES directive behavior
|
||||
* Xdoctest can now be run inside of Jupyter notebooks / IPython sessions
|
||||
* Xdoctest can now be run on Jupyter notebooks
|
||||
* Renamed Config to DoctestConfig
|
||||
* Renamed static_analysis.parse_calldefs to
|
||||
static_analysis.parse_static_calldefs.
|
||||
* Changed argument name from modpath_or_name to module_identifier in several
|
||||
functions.
|
||||
* The REQUIRES directive can now inspect existence or values of environment
|
||||
variables.
|
||||
* Bugfixes
|
||||
* add 97.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 07:00:39 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user