17
0

4 Commits

2 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jun 13 05:35:06 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
-------------------------------------------------------------------
Sat Mar 8 14:51:28 UTC 2025 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Thu Dec 14 10:38:29 UTC 2023 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-allpairspy
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,17 @@
#
%{?sle15_python_module_pythons}
Name: python-allpairspy
Version: 2.5.1
Release: 0
License: MIT
Summary: Pairwise test combinations generator
URL: https://github.com/thombashi/allpairspy
Group: Development/Languages/Python
Source: https://github.com/thombashi/allpairspy/archive/v%{version}.tar.gz#/allpairspy-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module pytest}
@@ -44,10 +46,10 @@ Pairwise test combinations generator.
%autosetup -p1 -n allpairspy-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -56,6 +58,7 @@ Pairwise test combinations generator.
%files %{python_files}
%license LICENSE.txt
%doc README.rst
%{python_sitelib}/allpairspy*
%{python_sitelib}/allpairspy
%{python_sitelib}/allpairspy-%{version}.dist-info
%changelog