Changelog for
python311-DateTime-5.5-lp160.2.1.noarch.rpm :
* Thu Mar 21 2024 Bernhard Wiedemann
- update to 5.5:
* Change pickle format to export the microseconds as an int, to solve a problem with dates after 2038.
* Wed Dec 27 2023 Dirk Müller - update to 5.4:
* Fix ``UnknownTimeZoneError`` when unpickling ``DateTime.DateTime().asdatetime()``.
* Repair equality comparison between DateTime instances and other types.
* Tue Nov 14 2023 Dirk Müller - update to 5.3:
* Add support for Python 3.12.
* Add preliminary support for Python 3.13a2.
* Mon Jul 24 2023 Dirk Müller - update to 5.2:
* Cast int to float in compare methods.
* Fix compare methods between DateTime instances and None.
* Wed May 03 2023 Dirk Müller - update to 5.1:
* Add missing ``python_requires`` to ``setup.py``.
* Fri Jan 13 2023 Dirk Müller - update to 5.0:
* Drop support for Python 2.7, 3.5, 3.6.
* Wed Jan 04 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 2022 Yogalakshmi Arunachalam - Update to version 4.7:
* Fix rounding problem with DateTime addition beyond the year 2038 (#41)
* Tue Oct 11 2022 Yogalakshmi Arunachalam - Update to version 4.6:
* Fix __format__ method for DateTime objects (#39)
* Tue Aug 02 2022 Otto Hollmann - 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 2021 pgajdosAATTsuse.com- use %pytest macro in %check
* Thu Aug 01 2019 John Vandenberg - Initial spec for v4.3