From 60bb10400c007064ce7a983ac95c0f430e0ccf3bcc3035a19bb8aedb69d97fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 21 Oct 2025 11:51:23 +0000 Subject: [PATCH] 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 --- cftime-1.6.4.post1.tar.gz | 3 --- cftime-1.6.5.tar.gz | 3 +++ python-cftime.changes | 11 +++++++++++ python-cftime.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 cftime-1.6.4.post1.tar.gz create mode 100644 cftime-1.6.5.tar.gz diff --git a/cftime-1.6.4.post1.tar.gz b/cftime-1.6.4.post1.tar.gz deleted file mode 100644 index e2c3739..0000000 --- a/cftime-1.6.4.post1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50ac76cc9f10ab7bd46e44a71c51a6927051b499b4407df4f29ab13d741b942f -size 54631 diff --git a/cftime-1.6.5.tar.gz b/cftime-1.6.5.tar.gz new file mode 100644 index 0000000..05a5668 --- /dev/null +++ b/cftime-1.6.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8225fed6b9b43fb87683ebab52130450fc1730011150d3092096a90e54d1e81e +size 326605 diff --git a/python-cftime.changes b/python-cftime.changes index f483971..da3ac15 100644 --- a/python-cftime.changes +++ b/python-cftime.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Oct 21 09:24:09 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-cftime.spec b/python-cftime.spec index 515e2b0..d090237 100644 --- a/python-cftime.spec +++ b/python-cftime.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-cftime -Version: 1.6.4.post1 +Version: 1.6.5 Release: 0 Summary: Time-handling functionality from netcdf4-python License: MIT