From 21a1ff3b0ddf85e551469274a6955ba762e237a05062214fd28f8e3630fb1f70 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 20 Nov 2024 15:25:37 +0000 Subject: [PATCH] - add missing requires on dateutil - Update to version 5.1.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tempora?expand=0&rev=52 --- python-tempora.changes | 7 ++++++- python-tempora.spec | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-tempora.changes b/python-tempora.changes index 78b0ad6..fa92e01 100644 --- a/python-tempora.changes +++ b/python-tempora.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 20 15:25:28 UTC 2024 - Dirk Müller + +- add missing requires on dateutil + ------------------------------------------------------------------- Thu Nov 14 12:05:48 UTC 2024 - John Paul Adrian Glaubitz @@ -76,7 +81,7 @@ Wed Jan 4 18:47:50 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Mon Dec 5 13:41:37 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 5.1.0 +- Update to version 5.1.0 * Introduced infer_datetime and added some type hints. ------------------------------------------------------------------- diff --git a/python-tempora.spec b/python-tempora.spec index 0eadea6..9eaddd3 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -43,6 +43,7 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20210929 Requires: python-jaraco.functools >= 1.20 +Requires: python-python-dateutil Requires: python-tzdata BuildArch: noarch