Accepting request 1006090 from devel:languages:python

- update to 1.6.0:
  * Moved @named_data into main ddt.py module so it can be imported
  * Enable usage of Sequence in named_data.py
  * @named_data decorator to give tests with @DaTa custom names
  * End support for 3.5
  * Add new Python versions support

OBS-URL: https://build.opensuse.org/request/show/1006090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=17
This commit is contained in:
Richard Brown 2022-09-27 18:13:14 +00:00 committed by Git OBS Bridge
commit 5bbbaa79bc
4 changed files with 15 additions and 5 deletions

View File

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

BIN
ddt-1.6.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Sep 26 10:38:04 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.6.0:
* Moved @named_data into main ddt.py module so it can be imported
* Enable usage of Sequence in named_data.py
* @named_data decorator to give tests with @DaTa custom names
* End support for 3.5
* Add new Python versions support
-------------------------------------------------------------------
Mon Nov 8 10:11:16 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-ddt
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-ddt
Version: 1.4.4
Version: 1.6.0
Release: 0
Summary: Data-Driven/Decorated Tests
License: MIT