forked from pool/python-testflo
- 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user