mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 18:05:58 +03:00
[GH-ISSUE #2326] Feedparser version not compatible with python 3.9 #1569
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#1569
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 @cl-parsons on GitHub (Jul 15, 2021).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2326
Impacted versions
Steps to reproduce
modoboa-admin.py deploy instance --collectstatic --domain xxx --dburl xxxx
Current behavior
@cl-parsons commented on GitHub (Jul 15, 2021):
This is fixed since feedparser v6.0.0. Here is the changelog for feedparser v6 :
https://github.com/kurtmckee/feedparser/blob/develop/CHANGELOG.rst
@cl-parsons commented on GitHub (Jul 15, 2021):
This was already fixed in
2ab3bc3956, so I think it should be released in modoboa 1.18.0!