17
0

Accepting request 859281 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/859281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyreadstat?expand=0&rev=5
This commit is contained in:
2020-12-30 16:12:49 +00:00
committed by Git OBS Bridge
4 changed files with 38 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:326002d8352142c617322b209573ac1f80a97d45903a5cc49589c1b84d48b610
size 9546567

3
pyreadstat-1.0.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0fdbf1336a32ade45b8b2b95181fcd53ab03a39831c4b941304ad6b49732a552
size 15025435

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Mon Dec 28 07:47:19 UTC 2020 - andy great <andythe_great@pm.me>
- 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 <mcalabkova@suse.com>

View File

@@ -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