- 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:
parent
bbc81c6a8c
commit
b186d7cfdf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4185ee68d371c7092577fa70edbdd4464cf38ae9199a114c4e9de0e110b14c3f
|
|
||||||
size 84128
|
|
3
filesystem_spec-0.4.0.tar.gz
Normal file
3
filesystem_spec-0.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dc7d99bb8313b3829da23469f0698d2ce386eca33df08eb62dcd21d70c549171
|
||||||
|
size 84200
|
@ -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
|
Tue Jul 30 14:02:33 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -19,21 +19,20 @@
|
|||||||
%{?!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.3.6
|
Version: 0.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Filesystem specification package
|
Summary: Filesystem specification package
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
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
|
Source: https://codeload.github.com/intake/filesystem_spec/tar.gz/%{version}#/filesystem_spec-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
# SECTION test requirements
|
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
# /SECTION
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
# SECTION test requirements
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user