chore(deps): update dependency cloudpathlib to v0.24.0#8
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
7d5d729 to
4175ee8
Compare
4175ee8 to
7d5d729
Compare
7d5d729 to
af5a347
Compare
af5a347 to
7d5d729
Compare
7d5d729 to
e10bbb0
Compare
e10bbb0 to
7d5d729
Compare
7d5d729 to
4a9e0a8
Compare
4a9e0a8 to
7d5d729
Compare
7d5d729 to
651531e
Compare
651531e to
7d5d729
Compare
7d5d729 to
0cf322f
Compare
0cf322f to
7d5d729
Compare
7d5d729 to
7a3bdef
Compare
7a3bdef to
7d5d729
Compare
7d5d729 to
05f5f6c
Compare
05f5f6c to
7d5d729
Compare
7d5d729 to
4651a6d
Compare
4651a6d to
7d5d729
Compare
7d5d729 to
08d8a4f
Compare
08d8a4f to
7d5d729
Compare
7d5d729 to
4a73b60
Compare
4a73b60 to
7d5d729
Compare
7d5d729 to
b699da4
Compare
b699da4 to
7d5d729
Compare
7d5d729 to
01562fd
Compare
01562fd to
7d5d729
Compare
7d5d729 to
422de7d
Compare
422de7d to
7d5d729
Compare
7d5d729 to
d17f155
Compare
7d5d729 to
d6f6b53
Compare
d6f6b53 to
7d5d729
Compare
7d5d729 to
7c35942
Compare
7c35942 to
7d5d729
Compare
7d5d729 to
a37b95d
Compare
a37b95d to
7d5d729
Compare
7d5d729 to
e2a5e93
Compare
e2a5e93 to
7d5d729
Compare
7d5d729 to
04171ba
Compare
04171ba to
7d5d729
Compare
7d5d729 to
f4df05e
Compare
f4df05e to
7d5d729
Compare
7d5d729 to
42aaa29
Compare
42aaa29 to
7d5d729
Compare
7d5d729 to
22677a0
Compare
22677a0 to
7d5d729
Compare
7d5d729 to
3d48c20
Compare
3d48c20 to
7d5d729
Compare
7d5d729 to
98149cb
Compare
98149cb to
7d5d729
Compare
7d5d729 to
ace2ff0
Compare
ace2ff0 to
7d5d729
Compare
7d5d729 to
0cf10f5
Compare
0cf10f5 to
7d5d729
Compare
7d5d729 to
12e0b96
Compare
12e0b96 to
7d5d729
Compare
7d5d729 to
a818d85
Compare
a818d85 to
7d5d729
Compare
7d5d729 to
fa94daa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.16.0→==0.24.0Release Notes
drivendataorg/cloudpathlib (cloudpathlib)
v0.24.0Compare Source
S3Path(Issue #556, PR #557)v0.23.0Compare Source
CloudPath.copyto have the first parameter namedtargetinstead ofdestinationand added newfollow_symlinksandpreserve_metadatakwargs. Breaking change for users that relied on the first parameter being nameddestinationinstead oftarget.CloudPath.copy_intoto copy a file or directory into another file or directory.CloudPath.moveto move a file or directory to another location.CloudPath.move_intoto move a file or directory into another file or directory.CloudPathInfoandCloudPath.infoto get information about a file or directory.mkdir,touch,glob,rglob,statto match pathlib.v0.22.0Compare Source
HttpClient,HttpPath,HttpsClient, andHttpsPath. (Issue #455, PR #468)open,os,os.path, andglobto work withCloudPathobjects. It is off by default; see the new "Compatibility" section in the docs for more information. (Issue #128, PR #322)CloudPath(*parts)to create aCloudPathobject from a list of parts (to matchpathlib.Path). This is a potentially breaking change for users that relied on the second arg being theclientinstead of making it an explicit kwarg. (PR #322)v0.21.1Compare Source
rmtreefail on Azure with nohnsand more than 256 blobs to drop (Issue #509, PR #508, thanks @alikefia)v0.21.0Compare Source
CLOUPATHLIB_FILE_CACHE_MODE; you should useCLOUDPATHLIB_FILE_CACHE_MODE).timeoutandretrykwargs forGSClient. (Issue #484, PR #485, thanks @Mchristos)CloudPath(...) / otherto correctly attempt to fall back onother's__rtruediv__implementation, in order to support classes that explicitly support the/with aCloudPathinstance. Previously, this would always raise aTypeErrorifotherwere not astrorPurePosixPath. (PR #479)md5property toGSPath, updated LocalGSPath to includemd5property, updated mock_gs.MockBlob to includemd5_hashproperty. (Issue #482, PR #483)DefaultAzureCredential. (Issue #486, PR #487)v0.20.0Compare Source
ResourceNotFoundErroron Azure gen2 storage accounts with HNS enabled and issue that some Azure credentials do not haveaccount_name. (Issue #470, Issue #476, PR #478).full_matchadded.from_uriaddedfollow_symlinkskwarg added tois_fileadded as no-opfollow_symlinkskwarg added tois_diradded as no-opnewlinekwarg added toread_textrecurse_symlinkskwarg added toglobadded as no-oppatternparameter forglobcan be PathLikerecurse_symlinkskwarg added torglobadded as no-oppatternparameter forrglobcan be PathLike.parserproperty addedv0.19.0Compare Source
CloudPathobjects using pickle multiple times. (Issue #450, PR #454, thanks to @kujenga)FileCacheModewhere values were being filled by environment variableCLOUPATHLIB_FILE_CACHE_MODEinstead ofCLOUDPATHLIB_FILE_CACHE_MODE. (PR #424, thanks to @mynameisfiber)CloudPathcleanup viaCloudPath.__del__whenClientencounters an exception during initialization and does not create afile_cache_modeattribute. (Issue #372, thanks to @bryanwweber)boto3version to Python 3.8+ versions. (PR #407)GSClientto use the nativeexists()method from the Google Cloud Storage SDK. (PR #420, thanks to @bachya)download_toto check for the existence of the cloud file (Issue #430, PR #433)CLOUDPATHLIB_FORCE_OVERWRITE_FROM_CLOUDandCLOUDPATHLIB_FORCE_OVERWRITE_TO_CLOUD. (Issue #393, PR #437)globforcloudpathlib.local.LocalPathand subclass implementations to match behavior of cloud versions for parity in testing. (Issue #415, PR #436)cloudpathlib.local.LocalClientand subclass implementations track the default local storage directory (used to simulate the cloud) used when no local storage directory is explicitly provided. (PR #436, PR #462)LocalClientso that client instances using the default storage access the default local storage directory through theget_default_storage_dirrather than having an explicit reference to the path set at instantiation. This means that callingget_default_storage_dirwill reset the local storage for all clients using the default local storage, whether the client has already been instantiated or is instantiated after resetting. This fixes unintuitive behavior wherereset_local_storagedid not reset local storage when using the default client. (Issue #414)local_storage_dirproperty toLocalClient. This will return the current local storage directory used by that client instance.by reference through the `get_default_ rather than with an explicit.
CloudPath.open()to match the behavior ofpathlib.Path.open(). The method now returns specific types (TextIOWrapper,FileIO,BufferedRandom,BufferedWriter,BufferedReader,BinaryIO,IO[Any]) based on the providedmode,buffering, andencodingarguments. (Issue #465, PR #464)v0.18.1Compare Source
google-cloud-storageby not usingtransfer_managerif it is not available. (Issue #408, PR #410)Includes all changes from v0.18.0.
Note: This is the last planned Python 3.7 compatible release version.
v0.18.0Compare Source
as_urlwith presigned parameter for all backends. (Issue #235, PR #236)file:URI scheme support forAnyPath. (Issue #401, PR #404)Note: This version was yanked due to incompatibility with google-cloud-storage <2.7.0 that causes an import error.
v0.17.0Compare Source
S3Clientcleanup viaClient.__del__whenS3Clientencounters an exception during initialization. (Issue #372, PR #373, thanks to @bryanwweber)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.