15
0

- Update to 0.9.0:

* Fix Python 3.7 collections ABC classes deprecation warning. See GH-55.
  * Hide expects internals from pytest tracebacks. See GH-51.
  * Dropped Python 2.6 support.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-expects?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-03-11 11:12:07 +00:00
committed by Git OBS Bridge
parent 22515439fc
commit c25dec1d0c
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Mar 11 11:10:33 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.9.0:
* Fix Python 3.7 collections ABC classes deprecation warning. See GH-55.
* Hide expects internals from pytest tracebacks. See GH-51.
* Dropped Python 2.6 support.
-------------------------------------------------------------------
Thu Jun 7 21:03:53 UTC 2018 - jengelh@inai.de