From b996ea8a5eb811d4230655519824288c642d6adfbaf58f0ff23483935cf04443 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 13 Mar 2023 08:45:28 +0000 Subject: [PATCH] - update to 1.2.1: * Readstat source updated to version 1.1.9 * introduced recognition for pandas datatype datetime64[ns, UTC] and other datetime64 types when writing, so that this column type gets correctly written as datetime * introduced extra_datetime_formats and extra_date_formats arguments for read functions, cleaned the list of sas date, datetime and time formats to exclude those not directly convertible to python objects * improved performace of writer when there are datetime64 columns OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pyreadstat?expand=0&rev=16 --- pyreadstat-1.2.0.tar.gz | 3 --- pyreadstat-1.2.1.tar.gz | 3 +++ python-pyreadstat.changes | 15 +++++++++++++++ python-pyreadstat.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 pyreadstat-1.2.0.tar.gz create mode 100644 pyreadstat-1.2.1.tar.gz diff --git a/pyreadstat-1.2.0.tar.gz b/pyreadstat-1.2.0.tar.gz deleted file mode 100644 index 0c371d9..0000000 --- a/pyreadstat-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3cf541825399163cda29d8e4c319116b9363ddf0b8675ca7036e728e85359f3 -size 14558640 diff --git a/pyreadstat-1.2.1.tar.gz b/pyreadstat-1.2.1.tar.gz new file mode 100644 index 0000000..03941c8 --- /dev/null +++ b/pyreadstat-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163be03b2519a54feedbc30d0189aa00151cc211ec36d557a6d6e19bf266d240 +size 14573345 diff --git a/python-pyreadstat.changes b/python-pyreadstat.changes index 09ba00b..7053901 100644 --- a/python-pyreadstat.changes +++ b/python-pyreadstat.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Mar 13 08:42:41 UTC 2023 - Dirk Müller + +- update to 1.2.1: + * Readstat source updated to version 1.1.9 + * introduced recognition for pandas datatype datetime64[ns, + UTC] and other datetime64 types when writing, + so that this column type gets correctly written as datetime + * introduced extra_datetime_formats and extra_date_formats + arguments for read functions, cleaned the list of + sas date, datetime and time formats to exclude those not + directly convertible to python objects + * improved performace of writer when there are datetime64 + columns + ------------------------------------------------------------------- Mon Feb 13 04:53:52 UTC 2023 - Steve Kowalik diff --git a/python-pyreadstat.spec b/python-pyreadstat.spec index 5544da5..52771c3 100644 --- a/python-pyreadstat.spec +++ b/python-pyreadstat.spec @@ -17,7 +17,7 @@ Name: python-pyreadstat -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: Package to read and write statistical data files into pandas License: Apache-2.0