From 18f2ab7f493927e9c7a2d21fd8c50075cffb9ef7659c8a73b595b3445a796bd1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 19 May 2023 07:19:32 +0000 Subject: [PATCH] - build with setuptools_scm OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-tabulate?expand=0&rev=28 --- python-tabulate.changes | 5 +++++ python-tabulate.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-tabulate.changes b/python-tabulate.changes index eb505c9..26b59ed 100644 --- a/python-tabulate.changes +++ b/python-tabulate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 19 07:19:14 UTC 2023 - Dirk Müller + +- build with setuptools_scm + ------------------------------------------------------------------- Fri Apr 21 12:37:11 UTC 2023 - Dirk Müller diff --git a/python-tabulate.spec b/python-tabulate.spec index 49d25c5..ab1f701 100644 --- a/python-tabulate.spec +++ b/python-tabulate.spec @@ -29,6 +29,7 @@ BuildRequires: %{python_module base > 3.6} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools >= 61.2.0} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module wcwidth} BuildRequires: %{python_module wheel} BuildRequires: fdupes @@ -79,6 +80,6 @@ The main use cases of the library are: %doc README.md %python_alternative %{_bindir}/tabulate %{python_sitelib}/tabulate -%{python_sitelib}/tabulate-*dist-info +%{python_sitelib}/tabulate-%{version}.dist-info %changelog