diff --git a/python-asv.changes b/python-asv.changes index 0b41534..7fd857b 100644 --- a/python-asv.changes +++ b/python-asv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 24 12:08:55 UTC 2023 - Dirk Müller + +- use setuptools_scm to get the right packaged version + ------------------------------------------------------------------- Mon Oct 9 12:44:15 UTC 2023 - pgajdos@suse.com diff --git a/python-asv.spec b/python-asv.spec index 40393d5..fd1e541 100644 --- a/python-asv.spec +++ b/python-asv.spec @@ -26,6 +26,7 @@ URL: https://github.com/airspeed-velocity/asv Source: https://files.pythonhosted.org/packages/source/a/asv/asv-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes @@ -84,6 +85,6 @@ exit 0 %license LICENSE.rst %python_alternative %{_bindir}/asv %{python_sitearch}/asv/ -%{python_sitearch}/asv-*info +%{python_sitearch}/asv-%{version}*-info %changelog