14
0

- update to 1.4.15:

* handle python 3.12.1 change to skip behavior

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testflo?expand=0&rev=23
This commit is contained in:
2023-12-29 09:46:45 +00:00
committed by Git OBS Bridge
parent b206d03066
commit 89b95353c7
4 changed files with 16 additions and 9 deletions

View File

@@ -16,16 +16,17 @@
#
%define skip_python36 1
%{?sle15_python_module_pythons}
Name: python-testflo
Version: 1.4.14
Version: 1.4.15
Release: 0
Summary: A flow-based testing framework
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/OpenMDAO/testflo
Source: https://files.pythonhosted.org/packages/source/t/testflo/testflo-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-setuptools
@@ -53,10 +54,10 @@ using unittest.TestCase objects that they are familiar with.
%setup -q -n testflo-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_clone -a %{buildroot}%{_bindir}/testflo
@@ -75,6 +76,6 @@ using unittest.TestCase objects that they are familiar with.
%doc README.md
%python_alternative %{_bindir}/testflo
%{python_sitelib}/testflo
%{python_sitelib}/testflo-*.egg-info
%{python_sitelib}/testflo-%{version}.dist-info
%changelog