diff --git a/pyreadstat-1.1.0.tar.gz b/pyreadstat-1.1.0.tar.gz deleted file mode 100644 index 0860dd5..0000000 --- a/pyreadstat-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88c3015cc48c1c76885720c220d3c1485139e49a158dad8eb21ba3f434a02cca -size 15043425 diff --git a/pyreadstat-1.1.4.tar.gz b/pyreadstat-1.1.4.tar.gz new file mode 100644 index 0000000..768f093 --- /dev/null +++ b/pyreadstat-1.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d776d195c1f7a9a9b2d2933699e9969ef9791d616191415d0c02a5877a1d83 +size 15054841 diff --git a/python-pyreadstat.changes b/python-pyreadstat.changes index 8cb5b30..56e9b4c 100644 --- a/python-pyreadstat.changes +++ b/python-pyreadstat.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Feb 16 10:27:34 UTC 2022 - Dirk Müller + +- update to 1.1.4: + * Included new pandas datatypes Float32Dtype and Float64Dtype when writing. + * Forcing cythonization when installing from source + # Updated Readstat source to version 1.1.17 + * Improved error when reading dates and finding a string + * repaired not reading correctly metadata with multiprocessing + # correction when reading file paths in python <3.7 + * Using os.fsencode when reading file paths to support file system + encoding and Path-like objects + * Updated Readstat source to version 1.1.6 + * Accepting dict as the column_label parameter for writing functions + ------------------------------------------------------------------- Mon Apr 19 08:43:23 UTC 2021 - Steve Kowalik diff --git a/python-pyreadstat.spec b/python-pyreadstat.spec index 8452e11..6c218d3 100644 --- a/python-pyreadstat.spec +++ b/python-pyreadstat.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyreadstat # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,12 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python36 1 Name: python-pyreadstat -Version: 1.1.0 +Version: 1.1.4 Release: 0 Summary: Package to read and write statistical data files into pandas License: Apache-2.0 URL: https://github.com/Roche/pyreadstat Source: https://github.com/Roche/pyreadstat/archive/v%{version}.tar.gz#/pyreadstat-%{version}.tar.gz +BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy-devel} BuildRequires: %{python_module pandas >= 0.24.0}