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

What bugs are preventing a release to PyPI? #132

Closed
mumrah opened this issue Feb 25, 2014 · 3 comments
Closed

What bugs are preventing a release to PyPI? #132

mumrah opened this issue Feb 25, 2014 · 3 comments

Comments

@mumrah
Copy link
Collaborator

mumrah commented Feb 25, 2014

Can everyone go mark bugs with the "Publish to PyPI" milestone if they feel it's a blocker?

Thanks!

@mumrah mumrah added this to the Publish to PyPI milestone Feb 25, 2014
@chbrown
Copy link

chbrown commented Aug 26, 2014

The README states the current version is 0.9.1 -- can you publish this version to PyPI (latest on PyPI is 0.9.0)?

@dpkp
Copy link
Owner

dpkp commented Aug 26, 2014

Hi! 0.9.1 is currently only available on the release page here: https://github.com/mumrah/kafka-python/releases (you can pip install https://github.com/mumrah/kafka-python/releases/download/v0.9.1/kafka-python-0.9.1.tar.gz if desperately needed)

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.

@dpkp
Copy link
Owner

dpkp commented Sep 8, 2014

kafka-python 0.9.0, 0.9.1, and 0.9.2 published: https://pypi.python.org/pypi/kafka-python

@dpkp dpkp closed this as completed Sep 8, 2014
wbarnha added a commit to degagne/kafka-python that referenced this issue Apr 9, 2024
…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>
bradenneal1 pushed a commit to bradenneal1/kafka-python that referenced this issue May 16, 2024
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants