Accepting request 785070 from devel:languages:python

- 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/request/show/785070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2020-03-26 23:24:14 +00:00 committed by Git OBS Bridge
commit 88fe469963
4 changed files with 11 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f79cf234064cf9b43492b72da35c473de3f03163d37bd13cec5bd8d200dda6b
size 8969

3
ddt-1.3.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b83424766eea4d9ce25c8303bceba41a5678098dcf2d189b22b09a6685ff2f4
size 10078

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>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-ddt
Version: 1.2.2
Version: 1.3.0
Release: 0
Summary: Data-Driven/Decorated Tests
License: MIT