Compare commits

1 Commits
main ... 1.1

4 changed files with 16 additions and 33 deletions

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

Binary file not shown.

BIN
ddt-1.7.2.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,24 +1,3 @@
-------------------------------------------------------------------
Mon Mar 18 10:29:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.7.2:
* Github actions to use tox for tests
-------------------------------------------------------------------
Sat Jan 6 17:15:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.7.1:
* Update flake8 configuration
* Remove Python 2.7 classifiers as the project is now Python 3+
only
-------------------------------------------------------------------
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> Fri Apr 21 12:24:09 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-ddt # spec file for package python-ddt
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,10 @@
# #
%bcond_without python2
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-ddt Name: python-ddt
Version: 1.7.2 Version: 1.6.0
Release: 0 Release: 0
Summary: Data-Driven/Decorated Tests Summary: Data-Driven/Decorated Tests
License: MIT License: MIT
@@ -32,8 +33,11 @@ BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module aiounittest}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
%if %{with python2}
BuildRequires: python2-enum34
BuildRequires: python2-mock
%endif
# /SECTION # /SECTION
%python_subpackages %python_subpackages