- 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
This commit is contained in:
Steve Kowalik 2020-06-24 03:59:45 +00:00 committed by Git OBS Bridge
parent 1f9b1c9689
commit 4cab57933d
4 changed files with 13 additions and 6 deletions

View File

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

3
0.7.4.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jun 24 03:58:37 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.7.4:
* No upstream changelog.
- Add numpy to BuildRequires.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 20 14:14:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Wed Nov 20 14:14:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-fsspec # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,11 +19,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-fsspec Name: python-fsspec
Version: 0.6.0 Version: 0.7.4
Release: 0 Release: 0
Summary: Filesystem specification package Summary: Filesystem specification package
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/intake/filesystem_spec URL: https://github.com/intake/filesystem_spec
Source: https://github.com/intake/filesystem_spec/archive/%{version}.tar.gz Source: https://github.com/intake/filesystem_spec/archive/%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
@ -32,6 +31,7 @@ BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module fusepy} BuildRequires: %{python_module fusepy}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
# /SECTION # /SECTION
%python_subpackages %python_subpackages