Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions data/fedora-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ pygtk2:
status: dropped
note: |
Suggested replacement: `python-gobject`
pylibzma:
note: |
Upstream may be dead. recommend porting to the lzma library in the stdlib
https://docs.python.org/3/library/lzma.html (with python2 code using
python-backports-lzma)
pyserial:
nonblocking: true
links:
Expand All @@ -65,10 +70,21 @@ python-backports-ssl_match_hostname:
status: dropped
note: |
Included in Python 3.2
python-bunch:
status: dropped
note: |
Replacement: `python-munch` (Same API)
python-cherrypy:
status: dropped
note: |
Replacement: `python3-cherrypy`
python-irclib:
note: |
Update with python3 support has been packaged in copr:
https://copr-fe.cloud.fedoraproject.org/coprs/toshio/python-irclib-update/
Requires additional packages to build (which are present in the copr repository)
Copr packager doesn't have time to maintain the package so needs Fedora maintainers
to take over maintenance.
python-kerberos:
status: dropped
note: |
Expand Down Expand Up @@ -98,6 +114,11 @@ python-mutagen:
python-nss:
links:
bug: https://bugzilla.redhat.com/show_bug.cgi?id=985290
python-odict:
status: dropped
note: |
Included in Python 2.7 / 3.1
Use https://docs.python.org/3/library/collections.html#collections.OrderedDict
python-openid:
status: dropped
note: |
Expand Down