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

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 29 09:44:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.4.15:
* handle python 3.12.1 change to skip behavior
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 13 10:34:49 UTC 2023 - Dirk Müller <dmueller@suse.com> Wed Dec 13 10:34:49 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:904a13ab1266ef0dba8e614dced7065484306badc44f6ef2f8a814d2599f33e7
size 28736

3
testflo-1.4.15.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:056dc3a18d5e31a578e01036ebccac6295262e24d9bb1df9192eced01399368e
size 28821