keijack / python-eureka-client

A eureka client written in python. Support registering your python component to Eureka Server, as well as calling remote services by pulling the the Eureka registry.
MIT License
183 stars 43 forks source link

Why was version 0.8.10 deleted from pypi? #49

Closed peter254 closed 3 years ago

peter254 commented 3 years ago

Hello, we are currently using version 0.8.10 and it was deleted from pypi. We have a complicated process for updating libraries, so I would like to understand why it was deleted to determine whether we need to update.

keijack commented 3 years ago

I am sorry about that.

In fact, I want to delete all the versions that support python2 but only keep the newest version 0.8.12.

And 0.8.12 is only made to fix this #45 . The only change of this is not to read the version from the system environment. And if you are using 0.8.10, it works fine and does not need to be updated.

keijack commented 3 years ago

I'm closing this issue, if you have any other problem, please submit another issue, thanks. And sorry for the trouble by the deletion.