Revisions of python-s3fs

Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 985757 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 28)
- Update to 2022.5.0
  * aiobotocore 2.3 (#622, fixes #558)
  * rate limiting (#619, #620)
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 973078 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 27)
- Update to 2022.3.0
  * pre-commit (#612)
  * aiobotocore 2.2 (#609)
  * empty ETag (#605)
  * HTTPClientError retry (#597)
  * new callbacks support (#590)
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 957042 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 26)
Should go together with python-fsspec (sr#957036) and python-gcsfs (sr#957041).

- Update to 2022.02.0:
  - callbacks fixes
  - drop py36
  - metadata fixes
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 948481 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 25)
- Update to 2022.01.1
  * aiobotocore dep to 2.1.0 (#564)
  * docs for non-aws (#567)
  * ContentType in info (#570)
  * small-file ACL (#574)
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 24)
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 23)
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 944556 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 22)
- Update to 2021.11.1 
  * deal with missing ETag (#557)
  * ClientPayloadError to retryable (#556)
  * pin aiobotocore (#555)
- Release 2021.11.0
  * move to fsspec org
  * doc tweaks (#546, 540)
  * redondant argument in _rm_versioned_bucket_contents (#439)
  * allow client_method in url/sign (POST, etc) (#536)
  * revert list_v2->head for info (#545)
- Release 2021.10.1
  * allow other methods than GET to url/sign (#536)
- Release 2021.10.0
  * No changes (just released to keep pin with fsspec)
- Release 2021.09.0
  * check for bucket also with get_bucket_location (#533)
  * update versioneer (#531)
- Release 2021.08.1
  * retry on IncompleteRead (#525)
  * fix isdir for missing bucket (#522)
  * raise for glob("*") (#5167)
- Release 2021.08.0
  * fix for aiobotocore update (#510)
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 21)
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 20)
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 912085 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 19)
++++ THIS IS A RESPONSE TO "openSUSE:Factory - Build fail notification", THE ACTUAL FIX IS NOT THE UPDATE BUT AN UPDATED/FIXED python-moto +++++

- Update to 2021.07.0
  * make bucket in put(recursive) (#496)
  * non-truthy prefixes (#497)
  * implement rm_file (#499)
- Release 2021.06.1
  * bucket region caching (#495)
- Release 2021.06.0
  * support "prefix" in directory listings (#486)
  * support negative index in cat_file (#487, 488)
  * don't requite ETag in file details (#480) 
buildservice-autocommit accepted request 894675 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 18)
auto commit by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 894647 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 17)
- Update to 2021.05.0
  * optimize info,``exists`` (and related) calls for non-version
    aware mode
  * copy with entries without ETag (#480)
  * find not to corrups parent listing (#476)
  * short listing to determine directory (#472, 471)
- Release 2021.04.0
  * switch to calver and fsspec pin
  * py36 (#462)
  * async fixes (#456, 452)
- Drop s3fs-pr462-py36-and-moto2.patch merged upstream
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 886297 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 16)
- Update to 0.6.0
  * update for fsspec 0.9.0 (#448)
  * better errors (#443)
  * cp to preserve ETAG (#441)
  * CI (#435, #427, #395)
  * 5GB PUT (#425)
  * partical cat (#389)
  * direct find (#360)
- Release 0.5.0
  * Asynchronous filesystem based on aiobotocore
- Add s3fs-pr462-py36-and-moto2.patch to support moto2
- Only build Python3 flavors for distributions 15 and greater
- Update to 0.4.2:
  * Use just botocore not boto3
- Update to 0.4.0:
  * New instances no longer need reconnect (:pr:`244`) by Martin Durant
  * Always use multipart uploads when not autocommitting (:pr:`243`) by Marius van Niekerk
  * Use autofunction for S3Map sphinx autosummary (:pr:`251`) by James Bourbeau
  * Miscellaneous doc updates (:pr:`252`) by James Bourbeau
  * Support for Python 3.8 (:pr:`264`) by Tom Augspurger
  * Improved performance for isdir (:pr:`259`) by Nate Yoder
  * Increased the minimum required version of fsspec to 0.6.0
- Update to 0.3.5:
  * Test expansion
  * Minor bugfixes
- Update to 0.3.3:
  * Flaky tests fixes
  * allow setting default S3File's cache_type in S3FileSystem
- Update to 0.3.1:
  * python3 only
  * Tests now work in offline mode
  * Various fixes all around
- Update to version 0.1.6
  + No upstream changelog
- Use %license macro for license.
- Ensure neutrality of description.
- update to version 0.1.2:
  * add test for writing large files with s3_additional_kwargs
  * filter all kwargs in _call_s3 to prevent botocore
    ParamValidationError
- changes from version 0.1.1:
  * Simplify singleton.
  * Ensure current() uses subclass
  * Remove obsolete flush comment
  * Update flush docstring.
  * Ignore flushes if buffer smaller than block size
  * Use the additional_kwargs that were passed through
  * Ensure that mock is available for the travis testing.
  * Documentation improvements.
  * Added kwargs aggressively
  * Fixed incorrect imports
  * Adressed some review comments
  * Addressed some review comments Added a basic test
  * Fixed some test failures
  * Added a generic way to augment all the s3 calls
  * Fixed a few test failures
  * Initial strawman proposal to suppor ServerSideEncryption
- Initial version
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 885688 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 15)
- Update to 0.6.0
  * update for fsspec 0.9.0 (#448)
  * better errors (#443)
  * cp to preserve ETAG (#441)
  * CI (#435, #427, #395)
  * 5GB PUT (#425)
  * partical cat (#389)
  * direct find (#360)
- Release 0.5.0
  * Asynchronous filesystem based on aiobotocore 
- Only build Python3 flavors for distributions 15 and greater
- Update to 0.4.2:
  * Use just botocore not boto3
- Update to 0.4.0:
  * New instances no longer need reconnect (:pr:`244`) by Martin Durant
  * Always use multipart uploads when not autocommitting (:pr:`243`) by Marius van Niekerk
  * Use autofunction for S3Map sphinx autosummary (:pr:`251`) by James Bourbeau
  * Miscellaneous doc updates (:pr:`252`) by James Bourbeau
  * Support for Python 3.8 (:pr:`264`) by Tom Augspurger
  * Improved performance for isdir (:pr:`259`) by Nate Yoder
  * Increased the minimum required version of fsspec to 0.6.0
- Update to 0.3.5:
  * Test expansion
  * Minor bugfixes
- Update to 0.3.3:
  * Flaky tests fixes
  * allow setting default S3File's cache_type in S3FileSystem
- Update to 0.3.1:
  * python3 only
  * Tests now work in offline mode
  * Various fixes all around
- Update to version 0.1.6
  + No upstream changelog
- Use %license macro for license.
- Ensure neutrality of description.
- update to version 0.1.2:
  * add test for writing large files with s3_additional_kwargs
  * filter all kwargs in _call_s3 to prevent botocore
    ParamValidationError
- changes from version 0.1.1:
  * Simplify singleton.
  * Ensure current() uses subclass
  * Remove obsolete flush comment
  * Update flush docstring.
  * Ignore flushes if buffer smaller than block size
  * Use the additional_kwargs that were passed through
  * Ensure that mock is available for the travis testing.
  * Documentation improvements.
  * Added kwargs aggressively
  * Fixed incorrect imports
  * Adressed some review comments
  * Addressed some review comments Added a basic test
  * Fixed some test failures
  * Added a generic way to augment all the s3 calls
  * Fixed a few test failures
  * Initial strawman proposal to suppor ServerSideEncryption
- Initial version
buildservice-autocommit accepted request 853819 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 14)
auto commit by copy to link target
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 13)
- Only build Python3 flavors for distributions 15 and greater
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 12)
- do not build Python2 for distros greater than 12
buildservice-autocommit accepted request 800035 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 11)
auto commit by copy to link target
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 799994 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 10)
- Update to 0.4.2:
  * Use just botocore not boto3
buildservice-autocommit accepted request 749967 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 9)
auto commit by copy to link target
Displaying revisions 1 - 20 of 28
openSUSE Build Service is sponsored by