14
0
Files
python-xdoctest/python-xdoctest.changes
Dirk Mueller 1e717d4627 - 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
2021-02-19 00:23:48 +00:00

33 lines
1.2 KiB
Plaintext

-------------------------------------------------------------------
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>
- Fix the download url
-------------------------------------------------------------------
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