Hello community,

here is the log from the commit of package python-gcsfs for openSUSE:Factory 
checked in at 2019-05-06 13:26:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gcsfs (Old)
 and      /work/SRC/openSUSE:Factory/.python-gcsfs.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gcsfs"

Mon May  6 13:26:58 2019 rev:1 rq:700456 version:0.2.1

Changes:
--------
New Changes file:

--- /dev/null   2019-05-02 15:18:01.516169518 +0200
+++ /work/SRC/openSUSE:Factory/.python-gcsfs.new.5148/python-gcsfs.changes      
2019-05-06 13:26:58.713233356 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Thu May  2 17:17:18 UTC 2019 - Todd R <toddrme2...@gmail.com>
+
+- Initial version

New:
----
  gcsfs-0.2.1.tar.gz
  python-gcsfs.changes
  python-gcsfs.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-gcsfs.spec ++++++
#
# spec file for package python-gcsfs
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-gcsfs
Version:        0.2.1
Release:        0
License:        BSD-3-Clause
Summary:        Filesystem interface over GCS
Url:            https://github.com/dask/gcsfs
Group:          Development/Languages/Python
Source:         
https://files.pythonhosted.org/packages/source/g/gcsfs/gcsfs-%{version}.tar.gz
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module setuptools}
# SECTION test requirements
BuildRequires:  %{python_module click}
BuildRequires:  %{python_module decorator}
BuildRequires:  %{python_module fusepy}
BuildRequires:  %{python_module google-auth >= 1.2}
BuildRequires:  %{python_module google-auth-oauthlib}
BuildRequires:  %{python_module pandas}
BuildRequires:  %{python_module pytest}
BuildRequires:  %{python_module requests}
BuildRequires:  %{python_module vcrpy}
BuildRequires:  libfuse2
# /SECTION
BuildRequires:  fdupes
Requires:       python-decorator
Requires:       python-google-auth >= 1.2
Requires:       python-google-auth-oauthlib
Requires:       python-requests
Recommends:     python-gcsfs-fuse = %{version}
Recommends:     dask
BuildArch:      noarch

%python_subpackages

%description
File-system interface for Google Cloud Storage.

%package        fuse
Summary:        Filesystem interface over GCS - FUSE interface
Requires:       libfuse2
Requires:       python-click
Requires:       python-fusepy
Requires:       python-pandas

%description    fuse
File-system interface for Google Cloud Storage.

This package provides the optional FUSE interface.

%prep
%setup -q -n gcsfs-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

# Tests require a network connection
# %%check
# %%python_expand pytest-%%{$python_bin_suffix} -vv -x  gcsfs

%files %{python_files}
%doc README.rst
%license LICENSE.txt
%{python_sitelib}/gcsfs-%{version}-py*.egg-info
%{python_sitelib}/gcsfs/
%exclude %{python_sitelib}/gcsfs/cli/
%exclude %{python_sitelib}/gcsfs/gcsfuse.py*
%pycache_only %exclude %{python_sitelib}/gcsfs/__pycache__/gcsfuse*

%files %{python_files fuse}
%license LICENSE.txt
%python3_only %{_bindir}/gcsfuse
%{python_sitelib}/gcsfs/cli/
%{python_sitelib}/gcsfs/gcsfuse.py*
%pycache_only %{python_sitelib}/gcsfs/__pycache__/gcsfuse*

%changelog

Reply via email to