- Update to 3.9.1:
* Made tests far more reliable and fixed python_requires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-utils?expand=0&rev=22
This commit is contained in:
69
python-python-utils.spec
Normal file
69
python-python-utils.spec
Normal file
@@ -0,0 +1,69 @@
|
||||
#
|
||||
# spec file for package python-python-utils
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-python-utils
|
||||
Version: 3.9.1
|
||||
Release: 0
|
||||
Summary: Utilities not included with the standard Python install
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/WoLpH/python-utils
|
||||
Source: https://files.pythonhosted.org/packages/source/p/python-utils/python_utils-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.9}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module typing-extensions}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-loguru
|
||||
Requires: python-typing-extensions
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module loguru}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
Python Utils is a collection of Python functions and
|
||||
classes which make common patterns shorter and easier.
|
||||
|
||||
%prep
|
||||
%setup -q -n python_utils-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
mv pytest.ini{,.hide}
|
||||
skip='test_timeout_generator' # obs rq#1042418
|
||||
%pytest -k "not $skip"
|
||||
mv pytest.ini{.hide,}
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/python[-_]utils
|
||||
%{python_sitelib}/python[-_]utils-%{version}.dist-info
|
||||
|
||||
%changelog
|
Reference in New Issue
Block a user