- 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
This commit is contained in:
Dirk Mueller 2024-11-20 15:25:37 +00:00 committed by Git OBS Bridge
parent c95416d89c
commit af12be1369
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 20 15:25:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
- add missing requires on dateutil
-------------------------------------------------------------------
Thu Nov 14 12:05:48 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
@ -76,7 +81,7 @@ Wed Jan 4 18:47:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
-------------------------------------------------------------------
Mon Dec 5 13:41:37 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 5.1.0
- Update to version 5.1.0
* Introduced infer_datetime and added some type hints.
-------------------------------------------------------------------

View File

@ -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