2021-11-08 10:46:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Nov 8 10:44:05 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 0.15.10:
|
|
|
|
|
* The xdoctest "analysis" option now defaults to "auto" everywhere.
|
|
|
|
|
* Disabled workaround 16806 in Python 3.8+
|
|
|
|
|
* Removed the distracting and very long internal traceback
|
|
|
|
|
* Pytest now defaults to --xdoctest-verbose=2 by default
|
|
|
|
|
* Directive syntax errors are now handled as doctest runtime errors and
|
|
|
|
|
return better debugging information
|
|
|
|
|
- drop 97.patch, upstream
|
|
|
|
|
|
2021-02-19 00:23:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2020-08-18 07:00:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Aug 18 07:00:39 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Fix the download url
|
|
|
|
|
|
2020-08-18 06:49:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Aug 16 15:42:14 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to v0.13.0
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 6 05:52:32 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Initial spec for v0.10.0
|