This is an archive of the discontinued Mercurial Phabricator instance.

zstandard: vendor python-zstandard 0.13.0
ClosedPublic

Authored by indygreg on Dec 28 2019, 1:13 PM.

Details

Summary

Version 0.13.0 of the package was just released. It contains
an upgraded zstd C library which can result in some performance
wins, official support for Python 3.8, and a blackened code base.

There were no meaningful code or functionality changes in this
release of python-zstandard: just reformatting and an upgraded
zstd library version. So the diff seems much larger than what it
is.

Files were added without modifications.

The clang-format-ignorelist file was updated to reflect a new
header file in the zstd distribution.

  1. no-check-commit because 3rd party code has different style guidelines

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

indygreg created this revision.Dec 28 2019, 1:13 PM
pulkit accepted this revision.Dec 30 2019, 8:03 AM
This revision is now accepted and ready to land.Dec 30 2019, 8:03 AM
This revision was automatically updated to reflect the committed changes.