15
0
forked from pool/python-cftime

Accepting request 1032181 from devel:languages:python

Forwarded request #1031655 from yarunachalam

- 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.

OBS-URL: https://build.opensuse.org/request/show/1032181
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cftime?expand=0&rev=8
This commit is contained in:
2022-10-29 18:17:34 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:511215f45ed7cc79ead84020e88e1fc476b8aba71b47d2fcdef8e65242406927
size 47821

3
cftime-1.6.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8614c00fb8a5046de304fdd86dbd224f99408185d7b245ac6628d0276596e6d2
size 52745

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Oct 27 22:15:54 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <yarunachalam@suse.com>

View File

@@ -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