kafka-python
                                
                                 kafka-python copied to clipboard
                                
                                    kafka-python copied to clipboard
                            
                            
                            
                        Make the `kafka` PyPI namespace point to the `kafka-python` namespace
the latest version is submitted last year, and have a little bugs with python3.7, I find some mr for this bug is merged several month ago, so when submit a new version?
Probably today or tomorrow!
But what about pypi? It's still v1.3.5 https://pypi.org/project/kafka/
Available at https://pypi.org/project/kafka-python/ (pip install kafka-python)
Thanks for pointing me out. Probably, the other version (https://pypi.org/project/kafka/) need to be deleted from pypi, not to confuse people like me :)
Deleting from pypi would likely cause builds, like yours, to break unceremoniously. I'm not that mean :) Instead we are simply not updating it, and letting your confusion lead to self-discovery. Hope the new release treats you well!
True, true. What about push small release with changed README file, that repository is obsolete and need to use the other one? :)
 Stable library only on 7th place...
Stable library only on 7th place...
Agreed, it would be good to change the kafka project description to say:
Please use kafka-python instead as that is where we are releasing new versions.
nudge @dpkp maybe you could update that Pypi project description per ☝️ ?
We could also catch this in code by looking for the old version number that we know is pinned on kafka namespace, ala https://github.com/dpkp/kafka-python/issues/1253
The easiest solution to this I see is building a workflow that publishes to kafka and kafka-python upon each release.