17
0

6 Commits

Author SHA256 Message Date
6fca452028 Accepting request 1327361 from devel:languages:python:numeric
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1327361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tabulate?expand=0&rev=19
2026-01-15 15:43:31 +00:00
a2e50d035a add bugzilla entry for future SLFO updates
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-tabulate?expand=0&rev=34
2026-01-08 10:27:01 +00:00
4fb4e61392 Accepting request 1324677 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1324677
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tabulate?expand=0&rev=18
2025-12-29 14:15:54 +00:00
5698307c00 - Skip tests failing on recent python interpreters
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-tabulate?expand=0&rev=32
2025-12-29 10:18:32 +00:00
f80f83aea3 Accepting request 1301763 from devel:languages:python:numeric
- Convert to libalternatives on SLE-16-based and newer systems

OBS-URL: https://build.opensuse.org/request/show/1301763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tabulate?expand=0&rev=17
2025-08-29 16:35:42 +00:00
0c6811549a - Convert to libalternatives on SLE-16-based and newer systems
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-tabulate?expand=0&rev=30
2025-08-28 08:18:25 +00:00
2 changed files with 28 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Dec 29 10:16:30 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Skip tests failing on recent python interpreters (bsc#1256318)
-------------------------------------------------------------------
Mon Aug 25 14:08:25 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to libalternatives on SLE-16-based and newer systems
-------------------------------------------------------------------
Fri May 19 07:19:14 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-tabulate
#
# Copyright (c) 2023 SUSE LLC
# 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
@@ -16,6 +16,11 @@
#
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
%endif
%{?sle15_python_module_pythons}
Name: python-tabulate
Version: 0.9.0
@@ -35,11 +40,16 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-setuptools
Requires(post): update-alternatives
Requires(postun):update-alternatives
Recommends: python-wcwidth
Suggests: python-pandas
BuildArch: noarch
%if %{with libalternatives}
BuildRequires: alts
Requires: alts
%else
Requires(post): update-alternatives
Requires(postun): update-alternatives
%endif
%python_subpackages
%description
@@ -67,7 +77,11 @@ The main use cases of the library are:
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
# test_wrap_multiword_non_wide* fail on recent Python interpreters https://github.com/astanin/python-tabulate/issues/389
%pytest -k "not test_wrap_multiword_non_wide"
%pre
%python_libalternatives_reset_alternative tabulate
%post
%python_install_alternative tabulate