From f3e5187125de8d30e12b4242d2f96ccc205818ac9519d4b25ac7643789905158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 31 Oct 2022 13:10:40 +0000 Subject: [PATCH] Accepting request 1032252 from home:yarunachalam:branches:devel:languages:python - Update to version 4.7: * Fix rounding problem with DateTime addition beyond the year 2038 (#41) - Update to version 4.6: * Fix __format__ method for DateTime objects (#39) OBS-URL: https://build.opensuse.org/request/show/1032252 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=8 --- DateTime-4.5.tar.gz | 3 --- DateTime-4.7.tar.gz | 3 +++ python-DateTime.changes | 12 ++++++++++++ python-DateTime.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 DateTime-4.5.tar.gz create mode 100644 DateTime-4.7.tar.gz diff --git a/DateTime-4.5.tar.gz b/DateTime-4.5.tar.gz deleted file mode 100644 index d7d2435..0000000 --- a/DateTime-4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65416160ff35a564c6cca67ce0c5cd1816eee4e8a2fb324556939689d0a9ee41 -size 61893 diff --git a/DateTime-4.7.tar.gz b/DateTime-4.7.tar.gz new file mode 100644 index 0000000..48cbd68 --- /dev/null +++ b/DateTime-4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff7c4a857f08b73db17a85fc54f102d065ad16e7db0133e699c5f1b37e41478 +size 62397 diff --git a/python-DateTime.changes b/python-DateTime.changes index 4c6bfc8..8bb02cf 100644 --- a/python-DateTime.changes +++ b/python-DateTime.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Oct 29 19:12:36 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 4.7: + * Fix rounding problem with DateTime addition beyond the year 2038 (#41) + +------------------------------------------------------------------- +Tue Oct 11 23:16:05 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 4.6: + * Fix __format__ method for DateTime objects (#39) + ------------------------------------------------------------------- Tue Aug 2 12:25:41 UTC 2022 - Otto Hollmann diff --git a/python-DateTime.spec b/python-DateTime.spec index a0e7286..db4cc2b 100644 --- a/python-DateTime.spec +++ b/python-DateTime.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-DateTime -Version: 4.5 +Version: 4.7 Release: 0 Summary: Zope DateTime data type License: ZPL-2.1