Hi, On Sat, 2020-03-14 at 10:09 -0500, ITwrx wrote:
hi,
running "zypper dup" i get:
Computing distribution upgrade... 4 Problems:
Generally speaking, packages that are raising a problem because they need python(abi) = 3.7 are doing so because they haven't been rebuilt against the new python 3.8 in Factory either because TW was published before they could or worse because they fail to build against python 3.8. More specifically, in your case:
Problem: python3-precis-i18n-1.0.1-1.1.noarch requires python(abi) = 3.7, but this requirement cannot be provided
This rpm comes from the python-precis-i18n package [1] which, as its recent revision makes clear, failed to build against py 3.8 but has today been patched to build properly. Expect this to be fixed by the next TW snapshot.
Problem: gajim-1.1.3-2.1.noarch requires python(abi) = 3.7, but this requirement cannot be provided
gajim indirectly depends on python(abi) via python3-precis-i18n: ``` BuildRequires: python3-precis-i18n >= 1.0.0 ``` It therefore did not get a rebuild against python 3.8 due to python3- precis-i18n failing to build previously. Again, it looks like this has successfully rebuilt against the updated py-precis package and should be fixed with the next TW snapshot, whenever it is published.
Problem: gnome-music-3.34.4-1.2.x86_64 requires python(abi) = 3.8, but this requirement cannot be provided
This looks weird, since it does demand python(abi)=3.8 which is what we have in TW now, but may be related to preserving python(abi) 3.7 due to Problems 1 and 2 above.
Problem: gajim-1.1.3-2.1.noarch requires python(abi) = 3.7, but this requirement cannot be provided
Same as above.
What is the recommended course of action here?
Hopefully, with these specific problems, it is just a matter of waiting for the next TW snapshot, as I have explained above. Hope that helps. Best wishes, [1] https://build.opensuse.org/package/show/openSUSE:Factory/python-precis-i18n -- Atri Bhattacharya <badshah400@opensuse.org> -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org