Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump zstandard from 0.15.1 to 0.15.2 in /bot #809

Merged
merged 1 commit into from
Mar 12, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2021

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps zstandard from 0.15.1 to 0.15.2.

Release notes

Sourced from zstandard's releases.

0.15.2 (released 2021-02-27)

Backwards Compatibility Notes

  • ZstdCompressor.multi_compress_to_buffer() and ZstdDecompressor.multi_decompress_to_buffer() are no longer available when linking against a system zstd library. These experimental features are only available when building against the bundled single file zstd C source file distribution. (#106)

Changes

  • setup.py now recognizes a ZSTD_EXTRA_COMPILER_ARGS environment variable to specify additional compiler arguments to use when compiling the C backend.
  • PyPy build and test coverage has been added to CI.
  • Added CI jobs for building against external zstd library.
  • Wheels supporting macOS ARM/M1 devices are now being produced.
  • References to Python 2 have been removed from the in-repo Debian packaging code.
  • Significant work has been made on a Rust backend. It is currently feature complete but not yet optimized. We are not yet shipping the backend as part of the distributed wheels until it is more mature.
  • The .pyi type annotations file has replaced various default argument values with ....
Changelog

Sourced from zstandard's changelog.

0.15.2 (released 2021-02-27)

Backwards Compatibility Notes

  • ZstdCompressor.multi_compress_to_buffer() and ZstdDecompressor.multi_decompress_to_buffer() are no longer available when linking against a system zstd library. These experimental features are only available when building against the bundled single file zstd C source file distribution. (#106)

Changes

  • setup.py now recognizes a ZSTD_EXTRA_COMPILER_ARGS environment variable to specify additional compiler arguments to use when compiling the C backend.
  • PyPy build and test coverage has been added to CI.
  • Added CI jobs for building against external zstd library.
  • Wheels supporting macOS ARM/M1 devices are now being produced.
  • References to Python 2 have been removed from the in-repo Debian packaging code.
  • Significant work has been made on a Rust backend. It is currently feature complete but not yet optimized. We are not yet shipping the backend as part of the distributed wheels until it is more mature.
  • The .pyi type annotations file has replaced various default argument values with ....
Commits
  • eee4030 Merge branch 'main' into 0.15
  • 1b841cf global: change version to 0.15.2 and release
  • 477776e Update pythoncapi_compat.h
  • 060d41d ci: add wheels for Xcode's arm64 python 3.8
  • dae2aab ci: build wheels for arm64 macos
  • 1077372 ci: upgrade cibuildwheel to 1.9.0
  • fe2ac46 rust: implement ZstdDecompressor.multi_decompress_to_buffer()
  • 4b3ae8e rust: implement ZstdCompressor.multi_compress_to_buffer()
  • 072f9f5 rust: implement buffer types
  • 25e31c3 ci: update packages to latest
  • 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 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)

@dependabot dependabot bot added the bot Python Taskcluster Bot label Mar 1, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/bot/zstandard-0.15.2 branch from 30059e1 to ee9eccc Compare March 12, 2021 20:05
@dependabot dependabot bot force-pushed the dependabot/pip/bot/zstandard-0.15.2 branch from ee9eccc to 293452f Compare March 12, 2021 20:05
@marco-c marco-c merged commit 0d49a1b into master Mar 12, 2021
@marco-c marco-c deleted the dependabot/pip/bot/zstandard-0.15.2 branch March 12, 2021 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot Python Taskcluster Bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant