diff --git a/cftime-1.6.1.tar.gz b/cftime-1.6.1.tar.gz deleted file mode 100644 index 64d730e..0000000 --- a/cftime-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:511215f45ed7cc79ead84020e88e1fc476b8aba71b47d2fcdef8e65242406927 -size 47821 diff --git a/cftime-1.6.2.tar.gz b/cftime-1.6.2.tar.gz new file mode 100644 index 0000000..86033a5 --- /dev/null +++ b/cftime-1.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8614c00fb8a5046de304fdd86dbd224f99408185d7b245ac6628d0276596e6d2 +size 52745 diff --git a/python-cftime.changes b/python-cftime.changes index d00fe60..285fa3e 100644 --- a/python-cftime.changes +++ b/python-cftime.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Oct 27 22:15:54 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 1.6.2 + * num2date should not fail on an empty integer array (issue #287). + * longdouble keyword in date2num so that a roundtrip from a time to a date + and back again does not lose microsecond precision when the units require + the times be encoded as floating point values (PR #284) + * added strptime method (issue #277). + * cibuildwheel wheel-building workflow added to github actions by @ocefpaf (triggers binary + wheel builds and uploads to pypi automatically when GH release created). PR #290. + ------------------------------------------------------------------- Mon Sep 26 19:50:01 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-cftime.spec b/python-cftime.spec index f1c8be5..6c6aec1 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.1 +Version: 1.6.2 Release: 0 Summary: Time-handling functionality from netcdf4-python License: MIT