Sync from SUSE:SLFO:Main python-ddt revision 711bde15ba7c3aeec341df0754480897

This commit is contained in:
2024-12-13 11:19:01 +01:00
parent 94ed1b8a32
commit b75da34f50
4 changed files with 33 additions and 16 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
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>
@@ -28,19 +49,19 @@ Mon Sep 26 10:38:04 UTC 2022 - Dirk Müller <dmueller@suse.com>
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 8 10:11:16 UTC 2021 - Dirk Müller <dmueller@suse.com> Mon Nov 8 10:11:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
- add six dependency - add six dependency
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 16 21:01:08 UTC 2021 - Dirk Müller <dmueller@suse.com> Sat Oct 16 21:01:08 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.4.4: - update to 1.4.4:
* Fix the ddt.idata signature issue introduced in 1.4.3 * Fix the ddt.idata signature issue introduced in 1.4.3
* Fix zero padding issue * Fix zero padding issue
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 7 20:25:34 UTC 2021 - Dirk Müller <dmueller@suse.com> Wed Apr 7 20:25:34 UTC 2021 - Dirk Müller <dmueller@suse.com>
- fix python 2.x build - fix python 2.x build
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 23 21:06:40 UTC 2021 - Dirk Müller <dmueller@suse.com> Tue Mar 23 21:06:40 UTC 2021 - Dirk Müller <dmueller@suse.com>
@@ -53,7 +74,7 @@ Tue Mar 23 21:06:40 UTC 2021 - Dirk Müller <dmueller@suse.com>
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 25 21:52:46 UTC 2021 - Dirk Müller <dmueller@suse.com> Mon Jan 25 21:52:46 UTC 2021 - Dirk Müller <dmueller@suse.com>
- add 0001-Use-Yaml-s-UnsafeLoader-for-Python-embedding-tests.patch - add 0001-Use-Yaml-s-UnsafeLoader-for-Python-embedding-tests.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 28 03:09:23 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com> Thu May 28 03:09:23 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
@@ -63,7 +84,7 @@ Thu May 28 03:09:23 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
* Require enum34 for Python 2.x. * Require enum34 for Python 2.x.
* Improved code comments and renamed the test name format enum class * Improved code comments and renamed the test name format enum class
* Use enum instead of bool to allow easier future changes * Use enum instead of bool to allow easier future changes
* Allow index-only test names * Allow index-only test names
- Switch to using %pytest macro now that nose is not required - Switch to using %pytest macro now that nose is not required
------------------------------------------------------------------- -------------------------------------------------------------------
@@ -100,7 +121,7 @@ Tue Dec 4 12:47:11 UTC 2018 - Matej Cepl <mcepl@suse.com>
Tue Aug 7 14:48:44 UTC 2018 - toddrme2178@gmail.com Tue Aug 7 14:48:44 UTC 2018 - toddrme2178@gmail.com
- update to 1.2.0 - update to 1.2.0
* Added individual test case docstring support and tests * Added individual test case docstring support and tests
* Add nested dict example to docs and cosmetic adjustments * Add nested dict example to docs and cosmetic adjustments
------------------------------------------------------------------- -------------------------------------------------------------------

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-ddt # spec file for package python-ddt
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 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,10 +16,9 @@
# #
%bcond_without python2
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-ddt Name: python-ddt
Version: 1.6.0 Version: 1.7.2
Release: 0 Release: 0
Summary: Data-Driven/Decorated Tests Summary: Data-Driven/Decorated Tests
License: MIT License: MIT
@@ -33,11 +32,8 @@ 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