Accepting request 961420 from home:bnavigator:branches:devel:languages:python:pytest

- Update to 0.12.0
  * MNT: Stop using distutils by @pllim in #172
  * Add --doctest-ufunc option to doctest Numpy ufuncs by @lpsinger
    in #174
  * Fix typos by @kianmeng in #176
  * Doctests in ufuncs should respect doctest_skip by @lpsinger in
    #175
  * Use windows-2019 for GitHub Actions jobs by @lpsinger in #178

OBS-URL: https://build.opensuse.org/request/show/961420
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=24
This commit is contained in:
2022-03-13 20:56:58 +00:00
committed by Git OBS Bridge
parent e040e28f1b
commit 5cdc22b6b6
4 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Mar 13 08:57:08 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 0.12.0
* MNT: Stop using distutils by @pllim in #172
* Add --doctest-ufunc option to doctest Numpy ufuncs by @lpsinger
in #174
* Fix typos by @kianmeng in #176
* Doctests in ufuncs should respect doctest_skip by @lpsinger in
#175
* Use windows-2019 for GitHub Actions jobs by @lpsinger in #178
-------------------------------------------------------------------
Sun Oct 17 13:49:48 UTC 2021 - Ben Greiner <code@bnavigator.de>