mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #1208] New version on Github, but not via pip #986
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#986
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yannfill on GitHub (Aug 1, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1208
Modoboa info panel tells me that Modoboa 1.8.2 is available (checked from Github), but 1.8.1 is still the latest version from pip. Since pip install is the recommended way in the documentation, new version availability should be checked from pip, or at least Github and pip milestones should be updated closely.
@tonioo commented on GitHub (Aug 1, 2017):
Looks like you have a cache issue because 1.8.2 is available on PyPI (https://pypi.python.org/pypi/modoboa/1.8.2).
@yannfill commented on GitHub (Aug 1, 2017):
Strange.
@tonioo commented on GitHub (Aug 9, 2017):
@yannfill Can you try the following command:
and paste the output please?
@yannfill commented on GitHub (Aug 9, 2017):
Last week PyPI only showed Modoboa 1.8.1 https://pypi.python.org/pypi?%3Aaction=search&term=modoboa&submit=search
But using
pip install modoboa==1.8.2works as expected.@tonioo commented on GitHub (Aug 9, 2017):
Ok. I close the issue since the problem is gone.