From e5374b801ce3ac16aad53bc18fefcb04cd331e6435e03dbf03e8a867b4daa3e2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 4 Jan 2023 16:25:01 +0000 Subject: [PATCH] - update to 4.9: * Fix regression in 4.7 on Python 2 when calling ``asdatetime``. (`#47 `_) * Fix insidious buildout configuration bug that prevented tests on Python 2.7 and 3.5, and fix test code that was incompatible with Python 3.5. * Add support for Python 3.11. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=10 --- DateTime-4.7.tar.gz | 3 --- DateTime-4.9.tar.gz | 3 +++ python-DateTime.changes | 10 ++++++++++ python-DateTime.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 DateTime-4.7.tar.gz create mode 100644 DateTime-4.9.tar.gz diff --git a/DateTime-4.7.tar.gz b/DateTime-4.7.tar.gz deleted file mode 100644 index 48cbd68..0000000 --- a/DateTime-4.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ff7c4a857f08b73db17a85fc54f102d065ad16e7db0133e699c5f1b37e41478 -size 62397 diff --git a/DateTime-4.9.tar.gz b/DateTime-4.9.tar.gz new file mode 100644 index 0000000..a2151bc --- /dev/null +++ b/DateTime-4.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d346bf3ecad5ee1aad74fa2eb03de55fa298434e2f27db6dcaa12a44385681 +size 62911 diff --git a/python-DateTime.changes b/python-DateTime.changes index 8bb02cf..74ba03d 100644 --- a/python-DateTime.changes +++ b/python-DateTime.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jan 4 16:24:44 UTC 2023 - Dirk Müller + +- update to 4.9: + * Fix regression in 4.7 on Python 2 when calling ``asdatetime``. + (`#47 `_) + * Fix insidious buildout configuration bug that prevented tests on Python + 2.7 and 3.5, and fix test code that was incompatible with Python 3.5. + * Add support for Python 3.11. + ------------------------------------------------------------------- Sat Oct 29 19:12:36 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-DateTime.spec b/python-DateTime.spec index db4cc2b..693c1b2 100644 --- a/python-DateTime.spec +++ b/python-DateTime.spec @@ -1,7 +1,7 @@ # # spec file for package python-DateTime # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-DateTime -Version: 4.7 +Version: 4.9 Release: 0 Summary: Zope DateTime data type License: ZPL-2.1