forked from pool/python-DateTime
* Add support for Python 3.12. * Add preliminary support for Python 3.13a2. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=18
68 lines
2.4 KiB
Plaintext
68 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Nov 14 12:39:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 5.3:
|
|
* Add support for Python 3.12.
|
|
* Add preliminary support for Python 3.13a2.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 24 20:22:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 5.2:
|
|
* Cast int to float in compare methods.
|
|
* Fix compare methods between DateTime instances and None.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 3 15:43:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 5.1:
|
|
* Add missing ``python_requires`` to ``setup.py``.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 13 09:40:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 5.0:
|
|
* Drop support for Python 2.7, 3.5, 3.6.
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- 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 <yarunachalam@suse.com>
|
|
|
|
- Update to version 4.6:
|
|
* Fix __format__ method for DateTime objects (#39)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 2 12:25:41 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>
|
|
|
|
- Update to 4.5:
|
|
* Add __format__ method for DateTime objects (#35)
|
|
- Changes from 4.4:
|
|
* Fix WAT definition #31.
|
|
* Add support for Python 3.8, 3.9, and 3.10.
|
|
* Drop support for Python 3.4.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 19 09:31:11 UTC 2021 - pgajdos@suse.com
|
|
|
|
- use %pytest macro in %check
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 1 03:15:12 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v4.3
|