14
0

update to 1.0.0, tested successfully with the only consumers of this package: grummage and sbommage

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textual?expand=0&rev=4
This commit is contained in:
2025-02-17 12:42:04 +00:00
committed by Git OBS Bridge
parent c88e71b9df
commit 9d78171095
3 changed files with 67 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-textual
Version: 0.88.1
Version: 1.0.0
Release: 0
Summary: TUI framework for Python
License: MIT
@@ -95,6 +95,8 @@ IGNORED_CHECKS="${IGNORED_CHECKS} or test_no_focus_empty_selector"
IGNORED_CHECKS="${IGNORED_CHECKS} or test_register_language"
IGNORED_CHECKS="${IGNORED_CHECKS} or test_register_language_existing_language"
IGNORED_CHECKS="${IGNORED_CHECKS} or test_wrap_around_selector"
IGNORED_CHECKS="${IGNORED_CHECKS} or test_setting_unknown_language"
IGNORED_CHECKS="${IGNORED_CHECKS} or test_update_highlight_query"
%pytest -k "not (${IGNORED_CHECKS})"
%files %{python_files}