Sync from SUSE:SLFO:Main python-aiounittest revision 5857b937a980acfdbe270f5154be1917

This commit is contained in:
Adrian Schröter 2024-12-13 11:07:25 +01:00
parent cc50b861c9
commit e70e482de4
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 10 08:42:16 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Clean up SPEC file
-------------------------------------------------------------------
Thu Aug 4 08:27:19 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-aiounittest
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2019 Matthias Fehring <buschmann23@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@ -17,7 +17,6 @@
#
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-aiounittest
Version: 1.4.2
@ -30,6 +29,7 @@ Source: https://github.com/kwarunek/aiounittest/archive/%{version}.tar.g
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wrapt}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-wrapt
BuildArch: noarch
@ -51,6 +51,7 @@ test of the asynchronous code (asyncio). You can test:
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
@ -59,6 +60,6 @@ test of the asynchronous code (asyncio). You can test:
%doc README.rst
%license LICENSE
%{python_sitelib}/aiounittest-%{version}-*.egg-info/
%{python_sitelib}/aiounittest/
%{python_sitelib}/aiounittest
%changelog