EDM115 / unzip-bot

Telegram bot deployable to heroku that can extract every archive !
https://t.me/unzip_edm115bot
MIT License
86 stars 120 forks source link

[dependabot/pip] (deps): Bump unzip-http from 0.4 to 0.6 #318

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps unzip-http from 0.4 to 0.6.

Release notes

Sourced from unzip-http's releases.

v0.6

Executable has been changed to unzip_http. Additionally, added support for unzip_http.py as executable.

What's Changed

Full Changelog: https://github.com/saulpw/unzip-http/compare/v0.5.1...v0.6

v0.5.1

  • add RemoteZipInfo.extract() method
  • handle large (>64k) central dir
  • only warn on missing Accept-Ranges header e.g. S3 does not send it but still supports Range Requests

Merged PRs

Fixes saulpw/unzip-http#14

Full Changelog: https://github.com/saulpw/unzip-http/compare/v0.4...v0.5.1

Changelog

Sourced from unzip-http's changelog.

v0.6 (2024-07-06)

  • change executable to unzip_http
  • add support for unzip_http.py executable for Windows #17

v0.5.1 (2024-07-03)

  • add RemoteZipInfo.extract() method
  • handle large (>64k) central dir
  • only warn on missing Accept-Ranges header
    • e.g. S3 does not send it but still supports Range Requests
Commits
  • de2cc7e [dev] update changelog
  • 8318c73 Merge pull request #18 from saulpw/kef/17
  • 50dbdba [dev] bump version to v0.6
  • a743cb6 [build] add support for windows and change executable to unzip_http #17
  • 9b48e93 Bump to 0.5.1
  • e0ea48f [dev] update readme/changelog
  • 50139d9 [readme] minor update
  • 73d6d7d [zipfile] add .extract() method
  • 69be9ae Merge pull request #16 from horw/fix/small-zip
  • 45957f5 fix: download small zip error
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
EDM115 commented 3 weeks ago

duplicate of #317 @dependabot close