This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
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:
==3.1.0
->==3.15.0
Release Notes
jaraco/zipp
v3.15.0
Compare Source
=======
test_implied_dirs_performance
now testsmeasures the time complexity experimentally.
v3.14.0
Compare Source
=======
v3.13.0
Compare Source
=======
func_timeout
isn't available.v3.12.1
Compare Source
=======
CompleteDirs
, overrideZipFile.getinfo
to supply a
ZipInfo
for implied dirs.v3.12.0
Compare Source
=======
encoding
as positional parameterto
Path.open()
andPath.read_text()
.v3.11.0
Compare Source
=======
#85: Added support for new methods on
Path
:match
glob
andrglob
relative_to
is_symlink
v3.10.0
Compare Source
=======
zipp
is now a package.v3.9.1
Compare Source
======
Removed 'print' expression in test_pickle.
bpo-43651: Apply
io.text_encoding
on Python 3.10 and later.v3.9.0
Compare Source
======
Path
objects are now pickleable if they've beenconstructed from pickleable objects. Any restored objects
will re-construct the zip file with the original arguments.
v3.8.1
Compare Source
======
Refreshed packaging.
Enrolled with Tidelift.
v3.8.0
Compare Source
======
Removed compatibility code.
v3.7.0
Compare Source
======
Require Python 3.7 or later.
v3.6.0
Compare Source
======
#78: Only
Path
is exposed in the public API.v3.5.1
Compare Source
======
#77: Remove news file intended only for CPython.
v3.5.0
Compare Source
======
#74 and bpo-44095: Added
.suffix
,.suffixes
,and
.stem
properties.v3.4.2
Compare Source
======
Refresh package metadata.
v3.4.1
Compare Source
======
Refresh packaging.
v3.4.0
Compare Source
======
#68 and bpo-42090:
Path.joinpath
now takes arbitrarypositional arguments and no longer accepts
add
as akeyword argument.
v3.3.2
Compare Source
======
Updated project metadata including badges.
v3.3.1
Compare Source
======
bpo-42043: Add tests capturing subclassing requirements.
v3.3.0
Compare Source
======
#9:
Path
objects now expose a.filename
attributeand rely on that to resolve
.name
and.parent
whenthe
Path
object is at the root of the zipfile.v3.2.0
Compare Source
======
#57 and bpo-40564: Mutate the passed ZipFile object
type instead of making a copy. Prevents issues when
both the local copy and the caller's copy attempt to
close the same file handle.
#56 and bpo-41035:
Path._next
now honorssubclasses.
#55:
Path.is_file()
now returns False for non-existent names.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 has been generated by Mend Renovate. View repository job log here.