diff --git a/python-constantly.changes b/python-constantly.changes index 3362cea..034d776 100644 --- a/python-constantly.changes +++ b/python-constantly.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 25 06:55:37 UTC 2023 - Ondřej Súkup + +- use unbundled versioneer to build package + ------------------------------------------------------------------- Fri Apr 21 12:23:35 UTC 2023 - Dirk Müller diff --git a/python-constantly.spec b/python-constantly.spec index 2b4e1cc..516830f 100644 --- a/python-constantly.spec +++ b/python-constantly.spec @@ -27,6 +27,7 @@ Group: Development/Languages/Python URL: https://github.com/twisted/constantly Source: https://files.pythonhosted.org/packages/source/c/constantly/constantly-%{version}.tar.gz BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module versioneer} BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -38,6 +39,7 @@ Originally ``twisted.python.constants`` from the `Twisted