From 11a4e9f647d2ee73d1aeaad8dce0167f30917f25dd944f3ccb22f25de4056d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 13 Sep 2019 15:21:49 +0000 Subject: [PATCH] - Update to 0.2.9: * metadata updates OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pyreadstat?expand=0&rev=5 --- pyreadstat-0.2.8.tar.gz | 3 --- pyreadstat-0.2.9.tar.gz | 3 +++ python-pyreadstat.changes | 6 ++++++ python-pyreadstat.spec | 14 +++++++------- 4 files changed, 16 insertions(+), 10 deletions(-) delete mode 100644 pyreadstat-0.2.8.tar.gz create mode 100644 pyreadstat-0.2.9.tar.gz diff --git a/pyreadstat-0.2.8.tar.gz b/pyreadstat-0.2.8.tar.gz deleted file mode 100644 index 41123ca..0000000 --- a/pyreadstat-0.2.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49c739f31f3f00b0d7df506d5f339f66d786bd2927c22e3254508f897005c5d1 -size 9434557 diff --git a/pyreadstat-0.2.9.tar.gz b/pyreadstat-0.2.9.tar.gz new file mode 100644 index 0000000..5ee6dde --- /dev/null +++ b/pyreadstat-0.2.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff18561bf4d5181ef9bc1f638fd14f39e99812764ba962cfa959fe3f503d576 +size 9454624 diff --git a/python-pyreadstat.changes b/python-pyreadstat.changes index 8e950a0..91c043b 100644 --- a/python-pyreadstat.changes +++ b/python-pyreadstat.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 13 15:05:13 UTC 2019 - Tomáš Chvátal + +- Update to 0.2.9: + * metadata updates + ------------------------------------------------------------------- Fri Aug 16 15:42:07 UTC 2019 - Todd R diff --git a/python-pyreadstat.spec b/python-pyreadstat.spec index 1f9a95c..95ffa4e 100644 --- a/python-pyreadstat.spec +++ b/python-pyreadstat.spec @@ -12,17 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyreadstat -Version: 0.2.8 +Version: 0.2.9 Release: 0 -License: Apache-2.0 Summary: Package to read and write statistical data files into pandas -Url: https://github.com/Roche/pyreadstat +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 BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy-devel} @@ -31,12 +32,11 @@ BuildRequires: fdupes BuildRequires: glibc-devel BuildRequires: python-rpm-macros BuildRequires: zlib-devel +Requires: python-numpy +Requires: python-pandas # SECTION test requirements BuildRequires: %{python_module pandas} # /SECTION -Requires: python-numpy -Requires: python-pandas - %python_subpackages %description