Accepting request 1312728 from home:glaubitz:branches:devel:languages:python

- Update to 1.6.5
  * python 3.14 wheels, 3.8/3.9 support dropped.
  * roundtrip not correct when dates are all python datetime
    instances and calendar not proleptic_gregorian (issue #354).
  * fix cftime.datetime.strftime so it works with two digit year
    formatting (%y, issue #362).
  * speed up comparisions (using __richcmp___) and update docs. Issue #365.

OBS-URL: https://build.opensuse.org/request/show/1312728
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cftime?expand=0&rev=28
This commit is contained in:
2025-10-21 11:51:23 +00:00
committed by Git OBS Bridge
parent 9e25565906
commit 60bb10400c
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Oct 21 09:24:09 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.6.5
* python 3.14 wheels, 3.8/3.9 support dropped.
* roundtrip not correct when dates are all python datetime
instances and calendar not proleptic_gregorian (issue #354).
* fix cftime.datetime.strftime so it works with two digit year
formatting (%y, issue #362).
* speed up comparisions (using __richcmp___) and update docs. Issue #365.
-------------------------------------------------------------------
Thu Dec 5 14:43:54 UTC 2024 - Dirk Müller <dmueller@suse.com>