Hi Todd, On Tue, 2019-08-06 at 10:45 -0400, Todd Rme wrote:
I have split the python-tornado packages into 3 version-specific packages in order to deal with the fact that some packages only support tornado 4 and others only tornado 5. openSUSE:Factory should be configured to prefer "python-tornado5", "python2-tornado5", and "python3-tornad5". The relevant submit requests are below:
https://build.opensuse.org/request/show/721284 https://build.opensuse.org/request/show/721285 https://build.opensuse.org/request/show/721286 https://build.opensuse.org/request/show/721287
The 'standard' way is to have the 'leading package' unversioned - and only add the compat ones with a version. So you'd get python-tornado (version 5 for now, until 6 comes out) plus python-tornado[34]. This would also bring with it that the Prefer: python[23]-tornado would for once and all be 'true' - and always refer tot he 'latest version'. Cheers Dominique