15
0

Accepting request 1234693 from home:ojkastl_buildservice:Branch_devel_languages_python

update to 2.0.0

OBS-URL: https://build.opensuse.org/request/show/1234693
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-extra-platforms?expand=0&rev=6
This commit is contained in:
2025-01-03 09:56:29 +00:00
committed by Git OBS Bridge
parent e2a52849a6
commit 2aabe0904e
4 changed files with 30 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-extra-platforms
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-extra-platforms
Version: 1.7.0
Version: 2.0.0
Release: 0
Summary: Detect platforms and group them by family
License: GPL-2.0-or-later
@@ -59,6 +59,8 @@ Detect platforms and group them by family
# remove coverage configuration
sed -i '/cov=/d' pyproject.toml
sed -i '/cov-report=/d' pyproject.toml
sed -i '/--cov-branch/d' pyproject.toml
sed -i '/--cov-precision=2/d' pyproject.toml
# do not run tests that try to connect to websites
rm -f tests/test_platform_data.py
%pytest