From 7ae359df6094364cd04aa6c22943c7ce228ca04be40c80d429416a45ac0a218d Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 13 Feb 2023 04:55:29 +0000 Subject: [PATCH] - Update to 1.2.0: * added pyproject.toml * Updated Readstat code to Release 1.1.8 * Solved issue with duplicated columns, #188 * new parameter output_type to switch between returning a pandas dataframe or a dict of numpy arrays, partial solution for #184 * Implemented row_compression for writing sav files, solves #185 * Added new date formats for SAS and SPSS solves #170, #171 * Added check missing_range type against variable type solves #180 * Removed np.float, solves #160 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pyreadstat?expand=0&rev=14 --- pyreadstat-1.1.4.tar.gz | 3 --- pyreadstat-1.2.0.tar.gz | 3 +++ python-pyreadstat.changes | 14 ++++++++++++++ python-pyreadstat.spec | 6 ++---- 4 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 pyreadstat-1.1.4.tar.gz create mode 100644 pyreadstat-1.2.0.tar.gz diff --git a/pyreadstat-1.1.4.tar.gz b/pyreadstat-1.1.4.tar.gz deleted file mode 100644 index 768f093..0000000 --- a/pyreadstat-1.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04d776d195c1f7a9a9b2d2933699e9969ef9791d616191415d0c02a5877a1d83 -size 15054841 diff --git a/pyreadstat-1.2.0.tar.gz b/pyreadstat-1.2.0.tar.gz new file mode 100644 index 0000000..0c371d9 --- /dev/null +++ b/pyreadstat-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3cf541825399163cda29d8e4c319116b9363ddf0b8675ca7036e728e85359f3 +size 14558640 diff --git a/python-pyreadstat.changes b/python-pyreadstat.changes index 56e9b4c..09ba00b 100644 --- a/python-pyreadstat.changes +++ b/python-pyreadstat.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Feb 13 04:53:52 UTC 2023 - Steve Kowalik + +- Update to 1.2.0: + * added pyproject.toml + * Updated Readstat code to Release 1.1.8 + * Solved issue with duplicated columns, #188 + * new parameter output_type to switch between returning a pandas + dataframe or a dict of numpy arrays, partial solution for #184 + * Implemented row_compression for writing sav files, solves #185 + * Added new date formats for SAS and SPSS solves #170, #171 + * Added check missing_range type against variable type solves #180 + * Removed np.float, solves #160 + ------------------------------------------------------------------- Wed Feb 16 10:27:34 UTC 2022 - Dirk Müller diff --git a/python-pyreadstat.spec b/python-pyreadstat.spec index 6c218d3..5544da5 100644 --- a/python-pyreadstat.spec +++ b/python-pyreadstat.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyreadstat # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python36 1 Name: python-pyreadstat -Version: 1.1.4 +Version: 1.2.0 Release: 0 Summary: Package to read and write statistical data files into pandas License: Apache-2.0