Revisions of python-gcsfs

buildservice-autocommit accepted request 1009270 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 22)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1009077 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 21)
- Update to 2022.8.2
  * Try cloud auth by default (#479)
buildservice-autocommit accepted request 986479 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 20)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 986389 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 19)
- Enable the test suite with fake-gcs-server running
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 985758 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 18)
- Update to 2022.5.0
  * invalidate listings cache for simple put/pipe (#474)
  * conform _mkdir and _cat_file to upstream (#471)
buildservice-autocommit accepted request 973297 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 17)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 973270 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 16)
- Update to 2022.3.0
  * bucket exists workaround (#464)
  * dirmarkers (#459)
  * check connection (#457)
  * browser connection now uses local server (#456)
  * bucket location (#455)
  * ensure auth is closed (#452)
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 957040 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 15)
- Update to 2022.02.0:
  - fix list_buckets without cache
  - drop py36
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 948480 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 14)
- Update to 2022.01.0
  * update refname for versions (#442)
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 944557 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 13)
- Update to 2021.11.1
  * don't touch cache when doing find with a prefix (#437)
- Release 2021.11.0
  * move to fsspec org
  * add support for google fixed_key_metadata (#429)
  * deprecate content_encoding parameter of setxattrs method (#429)
  * use emulator for resting instead of vcrpy (#424)
- Release 2021.10.1
  * url signing (#411)
  * default callback (#422)
- Release 2021.10.0
  * min version for decorator
  * default callback in get (#422)
- Release 2021.09.0
  * correctly recognise 404 (#419)
  * fix for .details due to upstream (#417)
  * callbacks in get/put (#416)
  * "%" in paths (#415)
- Release 2021.08.1
  * don't retry 404s (#406)
- Disable most of the testsuite because the setup moved from vcrpy
  to a docker based simulator
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 12)
Refresh tarball
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 912875 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 11)
- Update to 2021.07.0
  * fix find/glob with a prefix (#399)
- Release notes between 0.7.1 and 2021.06.0
  * kwargs to aiohttpClient session
  * graceful timeout when disconnecting at finalise (#397)
  * negative ranges in cat_file (#394)
  * no credentials bug fix (#390)
  * use googleapis.com (#388)
  * more retries (#387, 385, 380)
  * Code cleanup (#381)
  * license to match stated one (#378)
  * deps updated (#376)
  * switch to calver and fsspec pin
  * keep up with fsspec 0.9.0 async
  * one-shot find
  * consistency checkers
  * retries for intermittent issues
  * timeouts
  * partial cat
  * http error status
- Fix running the testsuite -- gh#dask/gcsfs#292
  * drop avoid_network_tests.patch
  * use the GitHub archive for VCR recordings
buildservice-autocommit accepted request 895088 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 10)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 9)
- Do not build for Python 3.6, due to no NumPy.
buildservice-autocommit accepted request 839893 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 8)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 7)
- Update to 0.7.1:
  - async operations via aiohttp
- Add avoid_network_tests.patch to skip over network requiring
  test (gh#dask/gcsfs#292).
buildservice-autocommit accepted request 791799 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 6)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 791794 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 5)
- 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`)
buildservice-autocommit accepted request 717944 from Todd R's avatar Todd R (TheBlackCat) (revision 4)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 717943 from Todd R's avatar Todd R (TheBlackCat) (revision 3)
- 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
Displaying revisions 21 - 40 of 42
openSUSE Build Service is sponsored by