From 654fe219f2db34e95ad340739c231fee779cb0d18e8e4000a80f338c57a64405 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 9 Jan 2024 22:06:29 +0000 Subject: [PATCH] - update to 1.2.6: * correcting bug when writing files with character columns with all missing, character length set to 1 * Correcting bug for datetime64[us * Added modification_time and creation_time to metadata * added datetime64[us in addition to ns for improvement when writing. * changes introduced for compatibility with cython 3.0.0. * added num_rows to multiprocessing to allow processing of xport, * Using os.fsencode when reading file paths to support file system file labels, reading newer por files date-like columns, and few * fixed sharing permissions when reading files on windows, - Updates for 1.0.2 * Updated default widths for DATE and DATETIME formats (from Readstat src). That make the files readable both in SPSS - Updates for 1.0.1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pyreadstat?expand=0&rev=22 --- pyreadstat-1.2.3.tar.gz | 3 --- pyreadstat-1.2.6.tar.gz | 3 +++ python-pyreadstat.changes | 29 ++++++++++++++++++++--------- python-pyreadstat.spec | 4 ++-- 4 files changed, 25 insertions(+), 14 deletions(-) delete mode 100644 pyreadstat-1.2.3.tar.gz create mode 100644 pyreadstat-1.2.6.tar.gz diff --git a/pyreadstat-1.2.3.tar.gz b/pyreadstat-1.2.3.tar.gz deleted file mode 100644 index 7ba5bb5..0000000 --- a/pyreadstat-1.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:198178bde0f8a65d2ee27c0432b6e15a64d573f10a755bc92fd08029df4b6ed8 -size 14648919 diff --git a/pyreadstat-1.2.6.tar.gz b/pyreadstat-1.2.6.tar.gz new file mode 100644 index 0000000..3b447b6 --- /dev/null +++ b/pyreadstat-1.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987c102576af2cfc8656b81098eb52d1abf931953634985f16e0ed2032d8aa96 +size 14663653 diff --git a/python-pyreadstat.changes b/python-pyreadstat.changes index f06f2f4..41d89e0 100644 --- a/python-pyreadstat.changes +++ b/python-pyreadstat.changes @@ -1,15 +1,26 @@ +------------------------------------------------------------------- +Tue Jan 9 22:05:47 UTC 2024 - Dirk Müller + +- update to 1.2.6: + * correcting bug when writing files with character columns with + all missing, character length set to 1 + * Correcting bug for datetime64[us + * Added modification_time and creation_time to metadata + * added datetime64[us in addition to ns for improvement when + writing. + ------------------------------------------------------------------- Thu Aug 31 11:39:15 UTC 2023 - Markéta Machová - update to 1.2.3 - * changes introduced for compatibility with cython 3.0.0. + * changes introduced for compatibility with cython 3.0.0. Cython 0.29 no longer supported. Python 2.7 no longer supported. ------------------------------------------------------------------- Tue Jun 27 12:06:04 UTC 2023 - Markéta Machová - update to 1.2.2 - * added num_rows to multiprocessing to allow processing of xport, + * added num_rows to multiprocessing to allow processing of xport, por and sav files not having the number of rows in the metadata. ------------------------------------------------------------------- @@ -51,7 +62,7 @@ Wed Feb 16 10:27:34 UTC 2022 - Dirk Müller * 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 + * 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 @@ -78,11 +89,11 @@ Mon Dec 28 07:47:19 UTC 2020 - andy great - Update to version 1.0.6. * Updated Readstat to version 1.1.5, this fixes: reading sas7bdat - file labels, reading newer por files date-like columns, and few + file labels, reading newer por files date-like columns, and few others. * Corrected writing columns with numpy.float32 format. - Updates for 1.0.5 - * fixed sharing permissions when reading files on windows, + * fixed sharing permissions when reading files on windows, fixes #87 - Updates for 1.0.4 * read_file_in_chunks can read chunks with multiprocessing. @@ -90,16 +101,16 @@ Mon Dec 28 07:47:19 UTC 2020 - andy great * Improved performance specially for big files. * added a method to read files in parallel * added license information to setup.py -- Updates for 1.0.2 - * Updated default widths for DATE and DATETIME formats - (from Readstat src). That make the files readable both in SPSS +- Updates for 1.0.2 + * Updated default widths for DATE and DATETIME formats + (from Readstat src). That make the files readable both in SPSS and PSPP, solves issue #69. * added support for binary compressed sas7bdat files * fixes writing XPT files v8 that can be read in SAS. Reading XPT v8 improved. * fixes writing files with NaT values. * fixes #72: variable display width with long strings. * fixes #70: variable_measures not set when writing sav files -- Updates for 1.0.1 +- Updates for 1.0.1 * fixes issue #67 diff --git a/python-pyreadstat.spec b/python-pyreadstat.spec index 16a1e71..4c47d67 100644 --- a/python-pyreadstat.spec +++ b/python-pyreadstat.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyreadstat # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-pyreadstat -Version: 1.2.3 +Version: 1.2.6 Release: 0 Summary: Package to read and write statistical data files into pandas License: Apache-2.0