- build with setuptools_scm
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-tabulate?expand=0&rev=28
This commit is contained in:
parent
17dd439fd9
commit
18f2ab7f49
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 19 07:19:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- build with setuptools_scm
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 21 12:37:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Apr 21 12:37:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -29,6 +29,7 @@ BuildRequires: %{python_module base > 3.6}
|
|||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools >= 61.2.0}
|
BuildRequires: %{python_module setuptools >= 61.2.0}
|
||||||
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module wcwidth}
|
BuildRequires: %{python_module wcwidth}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -79,6 +80,6 @@ The main use cases of the library are:
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%python_alternative %{_bindir}/tabulate
|
%python_alternative %{_bindir}/tabulate
|
||||||
%{python_sitelib}/tabulate
|
%{python_sitelib}/tabulate
|
||||||
%{python_sitelib}/tabulate-*dist-info
|
%{python_sitelib}/tabulate-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user