14
0

Accepting request 1159990 from home:bmwiedemann:branches:devel:languages:python

update to 5.5:
  * Change pickle format to export the microseconds as an int, to
    solve a problem with dates after 2038.

OBS-URL: https://build.opensuse.org/request/show/1159990
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=22
This commit is contained in:
2024-03-21 08:08:38 +00:00
committed by Git OBS Bridge
parent a6df766361
commit 76219f33a1
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Mar 21 07:40:56 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
- 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 09:22:08 UTC 2023 - Dirk Müller <dmueller@suse.com>