From 62b1500f183e80da8ebd62c31c4dbffb775b25270ece41405fe9d1578ce8dc21 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Mar 2024 11:54:34 +0000 Subject: [PATCH] - update to 1.2.7: * Fixing warnings in new pandas version 2.2.1 * Remove string encoding for read_por * Fix read in chunks when output is dict OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pyreadstat?expand=0&rev=24 --- pyreadstat-1.2.6.tar.gz | 3 --- pyreadstat-1.2.7.tar.gz | 3 +++ python-pyreadstat.changes | 8 ++++++++ python-pyreadstat.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 pyreadstat-1.2.6.tar.gz create mode 100644 pyreadstat-1.2.7.tar.gz diff --git a/pyreadstat-1.2.6.tar.gz b/pyreadstat-1.2.6.tar.gz deleted file mode 100644 index 3b447b6..0000000 --- a/pyreadstat-1.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:987c102576af2cfc8656b81098eb52d1abf931953634985f16e0ed2032d8aa96 -size 14663653 diff --git a/pyreadstat-1.2.7.tar.gz b/pyreadstat-1.2.7.tar.gz new file mode 100644 index 0000000..5dbf9ec --- /dev/null +++ b/pyreadstat-1.2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0118b0f6c945f71eef1dee94ce5865ddd61c7d1bc438f6fbb7c595e09b6167b9 +size 14696370 diff --git a/python-pyreadstat.changes b/python-pyreadstat.changes index 41d89e0..5b9713c 100644 --- a/python-pyreadstat.changes +++ b/python-pyreadstat.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Mar 16 11:53:52 UTC 2024 - Dirk Müller + +- update to 1.2.7: + * Fixing warnings in new pandas version 2.2.1 + * Remove string encoding for read_por + * Fix read in chunks when output is dict + ------------------------------------------------------------------- Tue Jan 9 22:05:47 UTC 2024 - Dirk Müller diff --git a/python-pyreadstat.spec b/python-pyreadstat.spec index 4c47d67..f95b9eb 100644 --- a/python-pyreadstat.spec +++ b/python-pyreadstat.spec @@ -17,7 +17,7 @@ Name: python-pyreadstat -Version: 1.2.6 +Version: 1.2.7 Release: 0 Summary: Package to read and write statistical data files into pandas License: Apache-2.0