Skip to content

build(deps): Bump zstandard from 0.13.0 to 0.14.0 in /bot #541

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

Merged
merged 1 commit into from
Jun 15, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps zstandard from 0.13.0 to 0.14.0.

Release notes

Sourced from zstandard's releases.

0.14.0

Backwards Compatibility Notes

  • This will likely be the final version supporting Python 2.7. Future releases will likely only work on Python 3.5+. See #109 for more context.
  • There is a significant possibility that future versions will use Rust - instead of C - for compiled code. See #110 for more context.

Bug Fixes

  • Some internal fields of C structs are now explicitly initialized. (Possible fix for #105.)
  • The make_cffi.py script used to build the CFFI bindings now calls distutils.sysconfig.customize_compiler() so compiler customizations (such as honoring the CC environment variable) are performed. Patch by @Arfrever. (#103)
  • The make_cffi.py script now sets LC_ALL=C when invoking the preprocessor in an attempt to normalize output to ASCII. (#95)

Changes

Changelog

Sourced from zstandard's changelog.

0.14.0 (released 2020-06-13)

Backwards Compatibility Notes

  • This will likely be the final version supporting Python 2.7. Future releases will likely only work on Python 3.5+. See #109 for more context.
  • There is a significant possibility that future versions will use Rust - instead of C - for compiled code. See #110 for more context.

Bug Fixes

  • Some internal fields of C structs are now explicitly initialized. (Possible fix for #105.)
  • The make_cffi.py script used to build the CFFI bindings now calls distutils.sysconfig.customize_compiler() so compiler customizations (such as honoring the CC environment variable) are performed. Patch by @Arfrever. (#103)
  • The make_cffi.py script now sets LC_ALL=C when invoking the preprocessor in an attempt to normalize output to ASCII. (#95)

Changes

  • Bundled zstandard library upgraded from 1.4.4 to 1.4.5.
  • setup.py is now executable.
  • Python code reformatted with black using 80 character line lengths.
Commits
  • 228cf82 global: release version 0.14.0
  • d30822a readme: add legacy support section
  • 323e7dd news: add release blurb about Python 2.7 and Rust intents
  • fbd77d2 cffi: set LC_ALL=C when invoking preprocessor
  • fde84bf cffi: call distutils.sysconfig.customize_compiler()
  • 6f83534 c-ext: explicitly initialize entered and closed fields to 0
  • 1f4cd17 tests: blacken common.py
  • c3457da zstd: reflect upgrade to 1.4.5
  • bce9a05 zstd: upgrade to zstd 1.4.5
  • 6645432 tests: ignore pycache directory when finding input files
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the bot Python Taskcluster Bot label Jun 15, 2020
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