mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Python bindings for 1.0.8 #333
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dvershinin on GitHub (Aug 27, 2020).
Wondering why
setup.pyandpythondirectory is missing in the 1.0.8 release tarball?@eustas commented on GitHub (Aug 27, 2020):
Python bindings are released via https://github.com/google/brotli-wheels
Will be done very soon.
@eustas commented on GitHub (Aug 27, 2020):
Please take a look at https://pypi.org/project/Brotli/#files
Is
Brotli-1.0.8.zipwhat you were looking for?@dvershinin commented on GitHub (Aug 27, 2020):
Yes, that is the thing I'm looking for. But I'm still wondering why the release tarball is here is a "stripped down" version of the actual files on that tag.
Now in order to build an RPM package have to fetch the zip from PyPi whereas before things were readily available from the release tarball here.
@eustas commented on GitHub (Aug 27, 2020):
Sorry about that. Earlier we had an issue where developers asked for slimmer tarball (it was 15MiB IIRC).
Surely, we could put some files back, just name them!
@dvershinin commented on GitHub (Aug 27, 2020):
I think at least
setup.py,setup.cfgandpythondir should make it back to the release tarball.The rationale is that this would allow building RPMs for the Python bindings as soon as the new Brotli release is tagged.
@eustas commented on GitHub (Aug 27, 2020):
Should be fixed now