From 7661e7be254cf2f4220a31bf4576f0a3ef0fccadd7c06d42a7063404a36214d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 24 Jan 2020 15:17:22 +0000 Subject: [PATCH] Accepting request 766929 from home:mcalabkova:branches:devel:languages:python - update to 1.0.4.2 * fix for date2num error when converting a DatetimeProlepticGregorian object OBS-URL: https://build.opensuse.org/request/show/766929 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cftime?expand=0&rev=8 --- cftime-1.0.3.4.tar.gz | 3 --- cftime-1.0.4.2.tar.gz | 3 +++ python-cftime.changes | 7 +++++++ python-cftime.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 cftime-1.0.3.4.tar.gz create mode 100644 cftime-1.0.4.2.tar.gz diff --git a/cftime-1.0.3.4.tar.gz b/cftime-1.0.3.4.tar.gz deleted file mode 100644 index f99bd7b..0000000 --- a/cftime-1.0.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd74d0d470baf1c50e31335215793a5e78436903e34b4f151fa9ccbf3a6cc20c -size 46422 diff --git a/cftime-1.0.4.2.tar.gz b/cftime-1.0.4.2.tar.gz new file mode 100644 index 0000000..a51b7a0 --- /dev/null +++ b/cftime-1.0.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac64f8f9066ea756ea27d67cedaf064e7c866275218fa7c84684066a5890f70 +size 48264 diff --git a/python-cftime.changes b/python-cftime.changes index 7bd9099..6d0980b 100644 --- a/python-cftime.changes +++ b/python-cftime.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 24 15:13:06 UTC 2020 - Marketa Calabkova + +- update to 1.0.4.2 + * fix for date2num error when converting a DatetimeProlepticGregorian + object + ------------------------------------------------------------------- Thu Mar 7 10:15:40 UTC 2019 - Tomáš Chvátal diff --git a/python-cftime.spec b/python-cftime.spec index 99eb208..82fc49c 100644 --- a/python-cftime.spec +++ b/python-cftime.spec @@ -1,7 +1,7 @@ # # spec file for package python-cftime # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cftime -Version: 1.0.3.4 +Version: 1.0.4.2 Release: 0 Summary: Time-handling functionality from netcdf4-python License: MIT