14
0

- update to 4.9:

* Fix regression in 4.7 on Python 2 when calling ``asdatetime``.
  (`#47 <https://github.com/zopefoundation/DateTime/issues/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
This commit is contained in:
2023-01-04 16:25:01 +00:00
committed by Git OBS Bridge
parent f3e5187125
commit e5374b801c
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 4 16:24:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 4.9:
* Fix regression in 4.7 on Python 2 when calling ``asdatetime``.
(`#47 <https://github.com/zopefoundation/DateTime/issues/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 <yarunachalam@suse.com>