-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
What bugs are preventing a release to PyPI? #132
Comments
The README states the current version is 0.9.1 -- can you publish this version to PyPI (latest on PyPI is 0.9.0)? |
Hi! 0.9.1 is currently only available on the release page here: https://github.com/mumrah/kafka-python/releases (you can We are still working on pypi publishing, but expect to get version 0.9.2 out in the next day or so and upload that to PyPi. |
kafka-python 0.9.0, 0.9.1, and 0.9.2 published: https://pypi.python.org/pypi/kafka-python |
…pkp#132) * Add connection_timeout_ms and reset the timeout counter more often * Refactor last_attempt -> last_activity This semantically reflects the new usage of the variable better * Make tests work again * Add unit tests of new BrokerConnection functionality The test mocks parts of BrokerConnection in order to assert that the connection state machine allows long-lasting connections as long as the state progresses often enough * Re-introduce last_attempt to avoid breakage --------- Co-authored-by: Liam S. Crouch <spam@petterroea.com>
…pkp#132) * Add connection_timeout_ms and reset the timeout counter more often * Refactor last_attempt -> last_activity This semantically reflects the new usage of the variable better * Make tests work again * Add unit tests of new BrokerConnection functionality The test mocks parts of BrokerConnection in order to assert that the connection state machine allows long-lasting connections as long as the state progresses often enough * Re-introduce last_attempt to avoid breakage --------- Co-authored-by: Liam S. Crouch <spam@petterroea.com>
Can everyone go mark bugs with the "Publish to PyPI" milestone if they feel it's a blocker?
Thanks!
The text was updated successfully, but these errors were encountered: