5 Commits

Author SHA256 Message Date
Steve Kowalik
aafb1d0b11 - Do not build for Python 3.6, due to no NumPy.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gcsfs?expand=0&rev=9
2021-05-24 04:01:28 +00:00
1e8d34f21e - Update to 0.7.1:
- async operations via aiohttp
- Add avoid_network_tests.patch to skip over network requiring
  test (gh#dask/gcsfs#292).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gcsfs?expand=0&rev=7
2020-10-06 19:17:45 +00:00
Tomáš Chvátal
962f401bab Accepting request 791794 from home:mcalabkova:branches:devel:languages:python
- Update to 0.6.1
  * **API-breaking**: Changed requester-pays handling for ``GCSFileSystem``.
    The ``user_project`` keyword has been removed, and has been replaced with
    the ``requester_pays`` keyword. If you're working with a ``requester_pays`` bucket
    you will need to explicity pass ``requester_pays=True``. This will include your
    ``project`` ID in requests made to GCS.
  * ``GCSFileSystem`` now validates that the ``project`` provided, if any, matches the
    Google default project when using ``token='google_default'`` to authenticate (:pr:`219`).
  * Fixed bug in ``GCSFileSystem.cat`` on objects in requester-pays buckets (:pr:`217`).
  * Fixed bug in ``user_project`` fallback for default Google authentication (:pr:`213`)
  * ``user_project`` now falls back to the ``project`` if provided (:pr:`208`)
  * Added the ability to make requester-pays requests with the ``user_project`` parameter (:pr:`206`)
  * Improved performance when serializing filesystem objects (:pr:`182`)
  * Fixed authorization errors when using ``gcsfs`` within multithreaded code (:pr:`183`, :pr:`192`)
  * Added contributing instructions (:pr:`185`)
  * Improved performance for :meth:`gcsfs.GCSFileSystem.info` (:pr:`187`)
  * Fixed bug in :meth:`gcsfs.GCSFileSystem.info` raising an error (:pr:`190`)

OBS-URL: https://build.opensuse.org/request/show/791794
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gcsfs?expand=0&rev=5
2020-04-06 14:35:48 +00:00
Todd R
dacba6a574 Accepting request 717943 from home:TheBlackCat:branches:devel:languages:python
- Update to 0.3.0
  * Pass through open kwargs
  * set versions
  * add fuse recording
  * skip fuse early
  * remove pandas install
  * some changes for FUSE
  * add fsspec to install

OBS-URL: https://build.opensuse.org/request/show/717943
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gcsfs?expand=0&rev=3
2019-07-23 15:57:01 +00:00
Todd R
e003dfb619 Accepting request 700455 from home:TheBlackCat:branches:devel:languages:python:jupyter
Filesystem interface over GCS

OBS-URL: https://build.opensuse.org/request/show/700455
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gcsfs?expand=0&rev=1
2019-05-03 16:59:52 +00:00