-
Notifications
You must be signed in to change notification settings - Fork 5
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
# add filename support for GZIPCompressedStream #4
Conversation
ADDED: - new parameter "file_name" which enables naming of the compressed stream MODIFIED: - incorporated "file_name" in the constructor call "gzip.GzipFile" REMOVED: - nothing
@leenr Not sure why it's still failing. Seems to be related to your runner configuration. Best regards |
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.
@0x446, thank you for the contribution!
Sorry for the delay: very busy month at work :(
Yeah, Python 3.5 tests are failing because one of the test dependencies (aiomisc) dropped Python 3.5 support, not because of your changes. I will fix the issue in the coming days.
Co-authored-by: Vladimir Solomatin <progexer@yandex.ru>
@leenr Seems to have worked with your changes to the testing dependencies. |
Published in version 1.2.0, available through the PyPI. |
ADDED:
MODIFIED:
REMOVED: