diff --git a/pyreadstat-1.0.0.tar.gz b/pyreadstat-1.0.0.tar.gz deleted file mode 100644 index 9ddafa3..0000000 --- a/pyreadstat-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:326002d8352142c617322b209573ac1f80a97d45903a5cc49589c1b84d48b610 -size 9546567 diff --git a/pyreadstat-1.0.6.tar.gz b/pyreadstat-1.0.6.tar.gz new file mode 100644 index 0000000..d903b62 --- /dev/null +++ b/pyreadstat-1.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fdbf1336a32ade45b8b2b95181fcd53ab03a39831c4b941304ad6b49732a552 +size 15025435 diff --git a/python-pyreadstat.changes b/python-pyreadstat.changes index 7854707..4790e8f 100644 --- a/python-pyreadstat.changes +++ b/python-pyreadstat.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +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 + others. + * Corrected writing columns with numpy.float32 format. +- Updates for 1.0.5 + * fixed sharing permissions when reading files on windows, + fixes #87 +- Updates for 1.0.4 + * read_file_in_chunks can read chunks with multiprocessing. +- Updates for 1.0.3 + * 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 + 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 + * fixes issue #67 + + ------------------------------------------------------------------- Tue Jul 14 12:27:48 UTC 2020 - Marketa Calabkova diff --git a/python-pyreadstat.spec b/python-pyreadstat.spec index 3dcd23a..0214757 100644 --- a/python-pyreadstat.spec +++ b/python-pyreadstat.spec @@ -18,15 +18,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyreadstat -Version: 1.0.0 +Version: 1.0.6 Release: 0 Summary: Package to read and write statistical data files into pandas License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/Roche/pyreadstat -Source: https://codeload.github.com/Roche/pyreadstat/tar.gz/v%{version}#/pyreadstat-%{version}.tar.gz +Source: https://github.com/Roche/pyreadstat/archive/v%{version}.tar.gz#/pyreadstat-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy-devel} +BuildRequires: %{python_module pandas >= 0.24.0} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: glibc-devel @@ -34,9 +35,6 @@ BuildRequires: python-rpm-macros BuildRequires: zlib-devel Requires: python-numpy Requires: python-pandas >= 0.24.0 -# SECTION test requirements -BuildRequires: %{python_module pandas >= 0.24.0} -# /SECTION %python_subpackages %description @@ -66,6 +64,7 @@ mv pyreadstat_temp pyreadstat %files %{python_files} %doc README.md change_log.md %license LICENSE -%{python_sitearch}/* +%{python_sitearch}/pyreadstat*.egg-info +%{python_sitearch}/pyreadstat %changelog