- update to 1.7.0:
* Add async flag when wrapping async function (#111) * Dropping support for Python 2.7 - add six dependency * Fix zero padding issue - fix python 2.x build - add 0001-Use-Yaml-s-UnsafeLoader-for-Python-embedding-tests.patch * Allow index-only test names * Added individual test case docstring support and tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=42
This commit is contained in:
parent
46f29d68b4
commit
6a947cba6b
BIN
ddt-1.6.0.tar.gz
(Stored with Git LFS)
BIN
ddt-1.6.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
ddt-1.7.0.tar.gz
Normal file
3
ddt-1.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d178d115abf25a1b8327e94f85a03ef09b1d7b0ca256f6203284b024f2fc70df
|
||||
size 13543
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 15:42:45 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.7.0:
|
||||
* Add async flag when wrapping async function (#111)
|
||||
* Dropping support for Python 2.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:24:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -16,10 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without python2
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ddt
|
||||
Version: 1.6.0
|
||||
Version: 1.7.0
|
||||
Release: 0
|
||||
Summary: Data-Driven/Decorated Tests
|
||||
License: MIT
|
||||
@ -33,11 +32,8 @@ BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
BuildRequires: %{python_module aiounittest}
|
||||
BuildRequires: %{python_module pytest}
|
||||
%if %{with python2}
|
||||
BuildRequires: python2-enum34
|
||||
BuildRequires: python2-mock
|
||||
%endif
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user