1
0
forked from pool/python-fsspec

- Update to 0.5.2:

* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal 2019-10-16 13:23:20 +00:00 committed by Git OBS Bridge
parent 1c95a6933f
commit 452d9a8e99
4 changed files with 13 additions and 5 deletions

View File

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

3
0.5.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c0d30c76a8f5e7e180be80d02550210d90bbb4e1c4a102f3114606f129d8ba6
size 96024

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 16 13:06:56 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.5.2:
* no upstream changelog
-------------------------------------------------------------------
Tue Sep 24 11:48:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-fsspec
Version: 0.5.1
Version: 0.5.2
Release: 0
Summary: Filesystem specification package
License: BSD-3-Clause
@ -31,6 +31,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module fusepy}
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
@ -49,7 +50,8 @@ A specification for pythonic filesystems.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
# test_basic relies on speed of FS and timeouts in OBS
%pytest -k 'not test_basic'
%files %{python_files}
%doc README.md