Python bindings for 1.0.8 #333

Closed
opened 2026-01-29 20:42:08 +00:00 by claunia · 6 comments
Owner

Originally created by @dvershinin on GitHub (Aug 27, 2020).

Wondering why setup.py and python directory is missing in the 1.0.8 release tarball?

Originally created by @dvershinin on GitHub (Aug 27, 2020). Wondering why `setup.py` and `python` directory is missing in the 1.0.8 release tarball?
Author
Owner

@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): Python bindings are released via https://github.com/google/brotli-wheels Will be done very soon.
Author
Owner

@eustas commented on GitHub (Aug 27, 2020):

Please take a look at https://pypi.org/project/Brotli/#files
Is Brotli-1.0.8.zip what you were looking for?

@eustas commented on GitHub (Aug 27, 2020): Please take a look at https://pypi.org/project/Brotli/#files Is `Brotli-1.0.8.zip` what you were looking for?
Author
Owner

@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.

@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.
Author
Owner

@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!

@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!
Author
Owner

@dvershinin commented on GitHub (Aug 27, 2020):

I think at least setup.py, setup.cfg and python dir 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.

@dvershinin commented on GitHub (Aug 27, 2020): I think at least `setup.py`, `setup.cfg` and `python` dir 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.
Author
Owner

@eustas commented on GitHub (Aug 27, 2020):

Should be fixed now

@eustas commented on GitHub (Aug 27, 2020): Should be fixed now
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#333