diff --git a/python-python-utils.changes b/python-python-utils.changes index e6276c5..5706782 100644 --- a/python-python-utils.changes +++ b/python-python-utils.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Dec 13 07:43:32 UTC 2022 - pgajdos@suse.com + +- disable flaky test_timeout_generator + +------------------------------------------------------------------- +Mon Dec 12 15:15:16 UTC 2022 - pgajdos@suse.com + +- version update to 3.4.5 + * no upstream changelog, see + https://github.com/wolph/python-utils/commits/develop +- python-six is not required + ------------------------------------------------------------------- Wed Dec 8 09:03:34 UTC 2021 - pgajdos@suse.com diff --git a/python-python-utils.spec b/python-python-utils.spec index 3ff613e..5d1c14f 100644 --- a/python-python-utils.spec +++ b/python-python-utils.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-utils # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-utils -Version: 2.5.6 +Version: 3.4.5 Release: 0 Summary: Utilities not included with the standard Python install License: BSD-3-Clause @@ -29,10 +28,10 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements +BuildRequires: %{python_module loguru} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module six} # /SECTION -Requires: python-six +Requires: python-loguru BuildArch: noarch %python_subpackages @@ -53,7 +52,8 @@ classes which make common patterns shorter and easier. %check mv pytest.ini{,.hide} -%pytest +skip='test_timeout_generator' # obs rq#1042418 +%pytest -k "not $skip" mv pytest.ini{.hide,} %files %{python_files} diff --git a/python-utils-2.5.6.tar.gz b/python-utils-2.5.6.tar.gz deleted file mode 100644 index 64a9bc8..0000000 --- a/python-utils-2.5.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:352d5b1febeebf9b3cdb9f3c87a3b26ef22d3c9e274a8ec1e7048ecd2fac4349 -size 14057 diff --git a/python-utils-3.4.5.tar.gz b/python-utils-3.4.5.tar.gz new file mode 100644 index 0000000..e5a1673 --- /dev/null +++ b/python-utils-3.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e329c427a6d23036cfcc4501638afb31b2ddc8896f25393562833874b8c6e0a +size 28608