- 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:
parent
1f9b1c9689
commit
4cab57933d
@ -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
3
0.7.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35aa9775ed20b35f82de6d38fa28b6cd53f9e56e8dad727c0192f33c79b72959
|
||||
size 222128
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user