-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
Removes native xz support #282
Conversation
Part of the context here is that release 1.8.1 breaks builds on many Python 2.7 systems that don't have liblzma installed. Also based on @mpenkov's comments that he doesn't want compression bloat. |
Updates `register_compressor` example to show xz decompression.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but let's make sure doctest picks up your example in README.rst
I've never used the GH review feature so I didn't respond to the requested changes here, but I pushed a new commit that I think fixes your concerns. |
Looks good. Congrats on your first PR to smart_open @tdhopper 🥇 |
@mpenkov Thanks for all the help |
@mpenkov any chance of cutting a release with this? We're having tons of build failures, and I'd rather not pin smart_open in all of our projects. |
Thanks @tdhopper and everyone who jumped on this so quickly! |
OK, I will cut a release within the next several hours. Thank you for your patience. |
OK, 1.8.2 is now available from PyPI. Please let me know if you have any further problems, and thanks again for your help in dealing with this. |
Replaces #281 by instead removing native xz-support. Adds more complete examples of a custom decompressor using xz.