From 493975fdb6617bf7f026e177db72c8ea65bc5ed335d57d59db53b55a916c8181 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 19 Apr 2021 08:44:47 +0000 Subject: [PATCH] - Update to 1.1.0: * added meta.readstat_variable_types to track the type of binary variable in the original file. * Adding better error message for not accepting certain files types in multiprocessing, solves #105 * Fixing #106 writing failing when row 0 is removed from dataframe. * Removing numpy deprecated objects solves #107. * Adding support for pathlib.Path, soves #110. * fixing order of categories * Added formats_as_ordered_category to get an ordered category. * Added value_formats in order to be able to set the variable format when writing. - Do not build on Python 3.6, due to no NumPy. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pyreadstat?expand=0&rev=11 --- pyreadstat-1.0.6.tar.gz | 3 --- pyreadstat-1.1.0.tar.gz | 3 +++ python-pyreadstat.changes | 17 +++++++++++++++++ python-pyreadstat.spec | 6 +++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 pyreadstat-1.0.6.tar.gz create mode 100644 pyreadstat-1.1.0.tar.gz diff --git a/pyreadstat-1.0.6.tar.gz b/pyreadstat-1.0.6.tar.gz deleted file mode 100644 index d903b62..0000000 --- a/pyreadstat-1.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fdbf1336a32ade45b8b2b95181fcd53ab03a39831c4b941304ad6b49732a552 -size 15025435 diff --git a/pyreadstat-1.1.0.tar.gz b/pyreadstat-1.1.0.tar.gz new file mode 100644 index 0000000..0860dd5 --- /dev/null +++ b/pyreadstat-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c3015cc48c1c76885720c220d3c1485139e49a158dad8eb21ba3f434a02cca +size 15043425 diff --git a/python-pyreadstat.changes b/python-pyreadstat.changes index 4790e8f..8cb5b30 100644 --- a/python-pyreadstat.changes +++ b/python-pyreadstat.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Apr 19 08:43:23 UTC 2021 - Steve Kowalik + +- Update to 1.1.0: + * added meta.readstat_variable_types to track the type of binary + variable in the original file. + * Adding better error message for not accepting certain files types in + multiprocessing, solves #105 + * Fixing #106 writing failing when row 0 is removed from dataframe. + * Removing numpy deprecated objects solves #107. + * Adding support for pathlib.Path, soves #110. + * fixing order of categories + * Added formats_as_ordered_category to get an ordered category. + * Added value_formats in order to be able to set the variable format when + writing. +- Do not build on Python 3.6, due to no NumPy. + ------------------------------------------------------------------- Mon Dec 28 07:47:19 UTC 2020 - andy great diff --git a/python-pyreadstat.spec b/python-pyreadstat.spec index 0214757..8452e11 100644 --- a/python-pyreadstat.spec +++ b/python-pyreadstat.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyreadstat # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python36 1 Name: python-pyreadstat -Version: 1.0.6 +Version: 1.1.0 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://github.com/Roche/pyreadstat/archive/v%{version}.tar.gz#/pyreadstat-%{version}.tar.gz BuildRequires: %{python_module devel}