Skip to content
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

Removed Jython bz2 import fallback #938

Merged
merged 1 commit into from
Oct 28, 2018
Merged

Conversation

atombrella
Copy link
Contributor

This appears to have been resolved. The touched lines were from 2011, and the satus of the buf changed in 2013. I didn't check on Jython, my suggestion is only based on that report.

http://bugs.jython.org/issue1445

@atombrella atombrella force-pushed the jython_bz2 branch 2 times, most recently from 8fe89c4 to 172a585 Compare October 28, 2018 12:48
@codecov
Copy link

codecov bot commented Oct 28, 2018

Codecov Report

Merging #938 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #938      +/-   ##
==========================================
- Coverage   88.66%   88.66%   -0.01%     
==========================================
  Files          63       63              
  Lines        6512     6509       -3     
  Branches      776      776              
==========================================
- Hits         5774     5771       -3     
  Misses        656      656              
  Partials       82       82
Impacted Files Coverage Δ
kombu/compression.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 110dc10...efdd29b. Read the comment docs.

@@ -10,7 +10,7 @@ all_files = 1
[flake8]
# classes can be lowercase, arguments and variables can be uppercase
# whenever it makes the code more readable.
ignore = N806, N802, N801, N803
ignore = W504, N806, N802, N801, N803
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flake8 raised a lot of warnings (not locally, only on Travis) without this change.

@thedrow thedrow merged commit bb6d16c into celery:master Oct 28, 2018
@thedrow
Copy link
Member

thedrow commented Oct 28, 2018

Thanks!

@atombrella atombrella deleted the jython_bz2 branch October 28, 2018 17:39
hakjoon added a commit to hakjoon/kombu that referenced this pull request Feb 6, 2019
Removed in celery#938 due to assumption that it only affected Jython but
the condition can be present in systems built without bz2 support.

Systems without bz2 work in 4.2.2 but fail in 4.3.0
hakjoon added a commit to hakjoon/kombu that referenced this pull request Feb 6, 2019
Removed in celery#938 due to assumption that it only affected Jython but
the condition can be present in systems built without bz2 support.
thedrow pushed a commit that referenced this pull request Feb 8, 2019
Removed in #938 due to assumption that it only affected Jython but
the condition can be present in systems built without bz2 support.
netbsd-srcmastr referenced this pull request in NetBSD/pkgsrc Mar 6, 2019
4.4.0:
- Restore bz2 import checks in compression module.
  The checks were removed in celery/kombu-938 <https://github.com/celery/kombu/pull/938>_ due to assumption that it only affected Jython.
  However, bz2 support can be missing in Pythons built without bz2 support.
- Fix regression that occurred in 4.3.0
  when parsing  Redis Sentinel master URI containing password.
- Handle the case when only one Redis Sentinel node is provided.
- Support SSL URL parameters correctly for rediss:// URIs.
- Revert celery/kombu-954 <https://github.com/celery/kombu/pull/954>_.
  Instead bump the required redis-py dependency to 3.2.0
  to include this fix redis/redis-py@4e1e748 <https://github.com/andymccurdy/redis-py/commit/4e1e74809235edc19e03edb79c97c80a3e4e9eca>_.
- Added support for broadcasting using a regular expression pattern
  or a glob pattern to multiple Pidboxes.
@clokep clokep mentioned this pull request Jun 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants