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