14
0

- update to 3.8.2:

* Windows can also return an OSError instead of a ValueError
    for a `fromtimestamp` overflow

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-utils?expand=0&rev=16
This commit is contained in:
2024-02-04 18:30:50 +00:00
committed by Git OBS Bridge
parent 0691404cb5
commit e139cd96b8
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Feb 4 18:30:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.8.2:
* Windows can also return an OSError instead of a ValueError
for a `fromtimestamp` overflow
-------------------------------------------------------------------
Tue Jan 9 21:32:47 UTC 2024 - Dirk Müller <dmueller@suse.com>