From 4cab57933d05b4960bd16fbad85002b8380523398c1479a8d21e9305a815b64a Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 24 Jun 2020 03:59:45 +0000 Subject: [PATCH] - Update to 0.7.4: * No upstream changelog. - Add numpy to BuildRequires. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=14 --- 0.6.0.tar.gz | 3 --- 0.7.4.tar.gz | 3 +++ python-fsspec.changes | 7 +++++++ python-fsspec.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 0.6.0.tar.gz create mode 100644 0.7.4.tar.gz diff --git a/0.6.0.tar.gz b/0.6.0.tar.gz deleted file mode 100644 index 5b9c429..0000000 --- a/0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9053a8bfd5d49ca3d1a2104c20553ac5c406a1942d6b352f5588372adb2c7568 -size 101885 diff --git a/0.7.4.tar.gz b/0.7.4.tar.gz new file mode 100644 index 0000000..d12cffa --- /dev/null +++ b/0.7.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35aa9775ed20b35f82de6d38fa28b6cd53f9e56e8dad727c0192f33c79b72959 +size 222128 diff --git a/python-fsspec.changes b/python-fsspec.changes index 67fe478..db51676 100644 --- a/python-fsspec.changes +++ b/python-fsspec.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jun 24 03:58:37 UTC 2020 - Steve Kowalik + +- Update to 0.7.4: + * No upstream changelog. +- Add numpy to BuildRequires. + ------------------------------------------------------------------- Wed Nov 20 14:14:49 UTC 2019 - Tomáš Chvátal diff --git a/python-fsspec.spec b/python-fsspec.spec index 9a6bdd6..d2bf3b3 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -1,7 +1,7 @@ # # spec file for package python-fsspec # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,11 +19,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-fsspec -Version: 0.6.0 +Version: 0.7.4 Release: 0 Summary: Filesystem specification package License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/intake/filesystem_spec Source: https://github.com/intake/filesystem_spec/archive/%{version}.tar.gz BuildRequires: %{python_module setuptools} @@ -32,6 +31,7 @@ BuildRequires: python-rpm-macros BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module fusepy} +BuildRequires: %{python_module numpy} BuildRequires: %{python_module pytest} # /SECTION %python_subpackages