diff --git a/python-tempora.changes b/python-tempora.changes index 556d4ca..fa92e01 100644 --- a/python-tempora.changes +++ b/python-tempora.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +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 + +- Update to 5.7.0 + * Add a tzinfos mapping and parse method for + easy datetime parsing with timezone support. + ------------------------------------------------------------------- Tue Jul 2 15:18:11 UTC 2024 - Dirk Müller @@ -69,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 c1520af..9eaddd3 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -23,7 +23,7 @@ %endif %{?sle15_python_module_pythons} Name: python-tempora -Version: 5.6.0 +Version: 5.7.0 Release: 0 Summary: Objects and routines pertaining to date and time (tempora) License: MIT @@ -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 diff --git a/tempora-5.6.0.tar.gz b/tempora-5.6.0.tar.gz deleted file mode 100644 index 9ad21be..0000000 --- a/tempora-5.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bfcc12cbdbbbafecaaccb9097fc3754435b9d063dce43338e4fa87d39104aed -size 21659 diff --git a/tempora-5.7.0.tar.gz b/tempora-5.7.0.tar.gz new file mode 100644 index 0000000..03d432f --- /dev/null +++ b/tempora-5.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888190a2dbe3255ff26dfa9fcecb25f4d38434c0f1943cd61de98bb41c410c50 +size 22239