14
0

Accepting request 1042597 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1042597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-utils?expand=0&rev=6
This commit is contained in:
2022-12-13 17:55:31 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 9 deletions

View File

@@ -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

View File

@@ -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}

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:352d5b1febeebf9b3cdb9f3c87a3b26ef22d3c9e274a8ec1e7048ecd2fac4349
size 14057

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e329c427a6d23036cfcc4501638afb31b2ddc8896f25393562833874b8c6e0a
size 28608