Sync from SUSE:SLFO:Main python-ddt revision 711bde15ba7c3aeec341df0754480897
This commit is contained in:
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.
BIN
ddt-1.7.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
ddt-1.7.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,10 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without python2
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ddt
|
||||
Version: 1.6.0
|
||||
Version: 1.7.2
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user