python-hyper / brotlicffi

Python bindings to the Brotli compression library
MIT License
147 stars 27 forks source link

Update libbrotli to 1.0.9 #170

Closed sethmlarson closed 3 years ago

sethmlarson commented 3 years ago

Depends on #169

Brotli v1 dropped support for dictionaries, so we also do that. Our version also now starts with Brotlis major, minor, and patch.

mgorny commented 3 years ago

At least the part removing dictionary support would be nice to get merged, so people can build against non-ancient shared libbrotli.

sethmlarson commented 3 years ago

Windows + Python 2.7 has been broken since October 2020 so going to move on without Windows Python 2.7 wheels. Opened this issue to track: https://github.com/python-hyper/brotlicffi/issues/174