- Update to 0.4.0:

* No upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal 2019-08-01 09:18:10 +00:00 committed by Git OBS Bridge
parent bbc81c6a8c
commit b186d7cfdf
4 changed files with 14 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 1 09:17:56 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.4.0:
* No upstream changelog
-------------------------------------------------------------------
Tue Jul 30 14:02:33 UTC 2019 - pgajdos@suse.com

View File

@ -19,21 +19,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-fsspec
Version: 0.3.6
Version: 0.4.0
Release: 0
Summary: Filesystem specification package
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://github.com/intake/filesystem_spec
URL: https://github.com/intake/filesystem_spec
Source: https://codeload.github.com/intake/filesystem_spec/tar.gz/%{version}#/filesystem_spec-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
# SECTION test requirements
BuildRequires: %{python_module pytest}
# /SECTION
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
%description