Changelog
### 3.20.0
```
=======
Features
--------
- Made the zipfile compatibility overlay available as zipp.compat.overlay.
```
### 3.19.3
```
=======
Bugfixes
--------
- Also match directories in Path.glob. (121)
```
### 3.19.2
```
=======
No significant changes.
```
### 3.19.1
```
=======
Bugfixes
--------
- Improved handling of malformed zip files. (119)
```
### 3.19.0
```
=======
Features
--------
- Implement is_symlink. (117)
```
### 3.18.2
```
=======
No significant changes.
```
### 3.18.1
```
=======
No significant changes.
```
### 3.18.0
```
=======
Features
--------
- Bypass ZipFile.namelist in glob for better performance. (106)
- Refactored glob functionality to support a more generalized solution with support for platform-specific path separators. (108)
Bugfixes
--------
- Add special accounting for pypy when computing the stack level for text encoding warnings. (114)
```
Links
- PyPI: https://pypi.org/project/zipp
- Changelog: https://data.safetycli.com/changelogs/zipp/
This PR updates zipp from 3.17.0 to 3.20.0.
Changelog
### 3.20.0 ``` ======= Features -------- - Made the zipfile compatibility overlay available as zipp.compat.overlay. ``` ### 3.19.3 ``` ======= Bugfixes -------- - Also match directories in Path.glob. (121) ``` ### 3.19.2 ``` ======= No significant changes. ``` ### 3.19.1 ``` ======= Bugfixes -------- - Improved handling of malformed zip files. (119) ``` ### 3.19.0 ``` ======= Features -------- - Implement is_symlink. (117) ``` ### 3.18.2 ``` ======= No significant changes. ``` ### 3.18.1 ``` ======= No significant changes. ``` ### 3.18.0 ``` ======= Features -------- - Bypass ZipFile.namelist in glob for better performance. (106) - Refactored glob functionality to support a more generalized solution with support for platform-specific path separators. (108) Bugfixes -------- - Add special accounting for pypy when computing the stack level for text encoding warnings. (114) ```Links
- PyPI: https://pypi.org/project/zipp - Changelog: https://data.safetycli.com/changelogs/zipp/