15
0
forked from pool/python-ddt

- update to 1.3.0:

* Added the ability to specify the YAML loader in the file_data decorator (#77)
  * Dropped Python 3.4 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=22
This commit is contained in:
2020-03-14 15:49:49 +00:00
committed by Git OBS Bridge
parent 46b8d9663b
commit 6df9fadf4e
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Mar 14 15:49:10 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.3.0:
* Added the ability to specify the YAML loader in the file_data decorator (#77)
* Dropped Python 3.4 support
-------------------------------------------------------------------
Wed Jan 22 10:35:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>