Description of problem: python-reactivex seems to be a duplicate of python-rx. They both have the same upstream and seem to provide the same python module. This causes conflicts for upgrades etc: https://discussion.fedoraproject.org/t/ugrade-from-f42-to-f43-failed-due-to-python/171125/2 I think one of these two needs to be removed/retired from Fedora as a duplicate package. https://src.fedoraproject.org/rpms/python-reactivex https://src.fedoraproject.org/rpms/python-rx Quick check: $ LC_ALL=C sudo dnf repoquery --provides python3-reactivex python-reactivex = 4.0.4-16.fc43 python3-reactivex = 4.0.4-16.fc43 python3.14-reactivex = 4.0.4-16.fc43 python3.14dist(reactivex) = 4.0.4 python3dist(reactivex) = 4.0.4 $ LC_ALL=C sudo dnf repoquery --provides python3-rx python-rx = 4.0.4-3.fc43 python3-rx = 4.0.4-3.fc43 python3.14-rx = 4.0.4-3.fc43 python3.14dist(reactivex) = 4.0.4 python3dist(reactivex) = 4.0.4 (I'm filing the against python-reactivex because python-rx seems to have been added earlier to Fedora) Reproducible: Always
It's clear python-reactivex should go. How did that happen :-) Steve.
Okay so I have retired the package which will things moving forwards. https://src.fedoraproject.org/rpms/python-reactivex/blob/rawhide/f/dead.package as for getting it out of rawhide and f43 not sure I can do - would probably takes a ticket to releng....
dnf repoquery --whatrequires python3-reactivex Shows: gst-0:0.7.6-7.fc42.noarch gwe-0:0.15.9-4.fc42.noarch python3-influxdb-client-0:1.48.0-2.fc42.noarch that last one is me which I will fix now of course and I'll take a look at the others or submit a ticket.