From b186d7cfdf9094e275d05c180ad616b0c99d42d36e55febe92216010e51392c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 1 Aug 2019 09:18:10 +0000 Subject: [PATCH] - 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 --- filesystem_spec-0.3.6.tar.gz | 3 --- filesystem_spec-0.4.0.tar.gz | 3 +++ python-fsspec.changes | 6 ++++++ python-fsspec.spec | 11 +++++------ 4 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 filesystem_spec-0.3.6.tar.gz create mode 100644 filesystem_spec-0.4.0.tar.gz diff --git a/filesystem_spec-0.3.6.tar.gz b/filesystem_spec-0.3.6.tar.gz deleted file mode 100644 index 6326ec4..0000000 --- a/filesystem_spec-0.3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4185ee68d371c7092577fa70edbdd4464cf38ae9199a114c4e9de0e110b14c3f -size 84128 diff --git a/filesystem_spec-0.4.0.tar.gz b/filesystem_spec-0.4.0.tar.gz new file mode 100644 index 0000000..ecc6b37 --- /dev/null +++ b/filesystem_spec-0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc7d99bb8313b3829da23469f0698d2ce386eca33df08eb62dcd21d70c549171 +size 84200 diff --git a/python-fsspec.changes b/python-fsspec.changes index 59ca11b..a51c62b 100644 --- a/python-fsspec.changes +++ b/python-fsspec.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 1 09:17:56 UTC 2019 - Tomáš Chvátal + +- Update to 0.4.0: + * No upstream changelog + ------------------------------------------------------------------- Tue Jul 30 14:02:33 UTC 2019 - pgajdos@suse.com diff --git a/python-fsspec.spec b/python-fsspec.spec index da06966..06b2bbb 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -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