-
Notifications
You must be signed in to change notification settings - Fork 76
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
asyncio-mqtt not marked as outdated on pypi #330
Comments
I totally understand your frustration, and I agree with you that a banner on PyPI, in addition to the log message, would help to avoid these situations and refer people to aiomqtt directly. It was the first time I've done a migration like this and there are a couple things I could've done better 😅 To update the README on PyPI we'd have to make a new release to the old asyncio-mqtt. I'd really like to avoid that. Do you know of any way to make add a notice on PyPI that doesn't involve a new release? There's this PyPI issue from 2014 that would be great for exactly this situation, but there hasn't been much movement lately. Alternatively, @frederikaalund could yank the old versions (I don't have the necessary permissions). That's a bit drastic, but I'd work. |
Thank you for making me aware of this issue.
That is possible, and I'm willing to do that if necessary. :) Though I too think that there are better solutions.
I think this could actually work. Untested workflow:
That should do it. Unless I'm missing something of course. :) |
That sounds good to me :) I vaguely remember releasing 0.16.2 from its own branch. It seems I deleted this branch on GitHub and locally on my machine, however 😄 Is there a reason why you chose this specific commit over the commit of v0.16.1 (eb13ec8)? This is the log message I added to 0.16.2, in case you want something to copy-paste:
|
It would be very nice to mark the old project name as outdated on pypi.org.
I updated an existing script to use async mqtt, found asyncio-mqtt and integrated it.
I also enabled debugging in the script which is putting out a lot of debug messages during startup, and totally missed the message in the log.
While searching for the error I found the message first mentioned in Issue #202, then after that found the log message on top of the output (The script output exceeded the buffer in PuTTY).
Redirecting the users to aiomqtt on pypi.org would have been very helpful.
The text was updated successfully, but these errors were encountered: