From d22676367a5b0d8ae6aef5e79644a5c07a6c24df7f7aa6ce60ef96d3fcc9a0eb Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 27 Sep 2022 05:27:41 +0000 Subject: [PATCH] Accepting request 1006204 from home:yarunachalam:branches:devel:languages:python - Update to version 1.6.1 * fix failing tests on windows with numpy 1.23.0 (issue #278) * expose to_tuple module function in public API. OBS-URL: https://build.opensuse.org/request/show/1006204 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cftime?expand=0&rev=16 --- cftime-1.6.0.tar.gz | 3 --- cftime-1.6.1.tar.gz | 3 +++ python-cftime.changes | 7 +++++++ python-cftime.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 cftime-1.6.0.tar.gz create mode 100644 cftime-1.6.1.tar.gz diff --git a/cftime-1.6.0.tar.gz b/cftime-1.6.0.tar.gz deleted file mode 100644 index 97b4adb..0000000 --- a/cftime-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13103e6650beea6552316bd5825d6aa3b7e98f5b8115026df4826798dff9f741 -size 47633 diff --git a/cftime-1.6.1.tar.gz b/cftime-1.6.1.tar.gz new file mode 100644 index 0000000..64d730e --- /dev/null +++ b/cftime-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511215f45ed7cc79ead84020e88e1fc476b8aba71b47d2fcdef8e65242406927 +size 47821 diff --git a/python-cftime.changes b/python-cftime.changes index 64e2c2e..d00fe60 100644 --- a/python-cftime.changes +++ b/python-cftime.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 26 19:50:01 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 1.6.1 + * fix failing tests on windows with numpy 1.23.0 (issue #278) + * expose to_tuple module function in public API. + ------------------------------------------------------------------- Sun Mar 27 14:54:45 UTC 2022 - Dirk Müller diff --git a/python-cftime.spec b/python-cftime.spec index 914c2f9..f1c8be5 100644 --- a/python-cftime.spec +++ b/python-cftime.spec @@ -20,7 +20,7 @@ # no numpy for Python 3.6 %define skip_python36 1 Name: python-cftime -Version: 1.6.0 +Version: 1.6.1 Release: 0 Summary: Time-handling functionality from netcdf4-python License: MIT