From d6112eee142b49a67043a8854c4a7e105bb8a6072d5bb1fdf7f5b138c3d1a253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 3 Oct 2024 17:54:31 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main python-constantly revision 6ca4898ea98c1ca18cdfa8f71e132752 --- python-constantly.changes | 10 ++++++++++ python-constantly.spec | 8 ++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/python-constantly.changes b/python-constantly.changes index 3362cea..eb673f8 100644 --- a/python-constantly.changes +++ b/python-constantly.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Sep 25 13:30:48 UTC 2023 - Matej Cepl + +- Clean up the SPEC file + +------------------------------------------------------------------- +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..e914016 100644 --- a/python-constantly.spec +++ b/python-constantly.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-constantly Version: 15.1.0 @@ -27,6 +26,8 @@ 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: fdupes BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -38,16 +39,19 @@ Originally ``twisted.python.constants`` from the `Twisted