[opensuse-factory] Version mismatch when branch-checking out package
Hi! I would like to update some packages in openSUSE:Leap:43.3:Update to be able to make the package "azure-cli" installable in openSUSE:Leap:43.3. Currently a couple of packages like python-pydocumentdb are missing. I have already branch-checked out python-pydocumentdb (using -M -N) to my home project in an openSUSE:Leap:42.3:Update branch. Now, when I want to build python-pydocumentdb in that branch using the standard repository of 43.3:Update, I get the error that python-requests in 43.3:Update is too old (needs to be >= 2.10). Thus, I am bco'ing python-requests to be able to update it: glaubitz@suse-laptop:~/suse> osc bco -M openSUSE:Leap:42.3:Update python-requests A home:glaubitz:branches:openSUSE:Leap:42.3:Update/python-requests.openSUSE_Leap_42.3_Update A home:glaubitz:branches:openSUSE:Leap:42.3:Update/python-requests.openSUSE_Leap_42.3_Update/no-default-cacert.patch A home:glaubitz:branches:openSUSE:Leap:42.3:Update/python-requests.openSUSE_Leap_42.3_Update/python-requests.changes A home:glaubitz:branches:openSUSE:Leap:42.3:Update/python-requests.openSUSE_Leap_42.3_Update/python-requests.spec A home:glaubitz:branches:openSUSE:Leap:42.3:Update/python-requests.openSUSE_Leap_42.3_Update/requests-2.11.1.tar.gz A home:glaubitz:branches:openSUSE:Leap:42.3:Update/python-requests.openSUSE_Leap_42.3_Update/urllib3-ssl-default-context.patch At revision 2687486d94072e65ffed0cfc3545e7d1. Note: You can use "osc delete" or "osc submitpac" when done. glaubitz@suse-laptop:~/suse> To my surprise, this branches and checks out version 2.11.1 of the package. However, looking at the website, the python-requests package is at 2.7.0:
https://build.opensuse.org/package/show/openSUSE:Leap:42.3:Update/python3-re...
Does anyone know why it's branch-checking out the 2.11.1 version here? I already made sure that my branch repo doesn't have the 2.11.1 version before branching it again. Adrian -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Aug 09 2018, John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> wrote:
glaubitz@suse-laptop:~/suse> osc bco -M openSUSE:Leap:42.3:Update python-requests
That's the python2 version.
https://build.opensuse.org/package/show/openSUSE:Leap:42.3:Update/python3-re...
That's the python3 version. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 08/09/2018 02:15 PM, Andreas Schwab wrote:
On Aug 09 2018, John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> wrote:
glaubitz@suse-laptop:~/suse> osc bco -M openSUSE:Leap:42.3:Update python-requests
That's the python2 version.
https://build.opensuse.org/package/show/openSUSE:Leap:42.3:Update/python3-re...
That's the python3 version.
Ah. How can I prioritize the python3 version when they're both in the same repo?
https://build.opensuse.org/package/show/home:glaubitz:branches:openSUSE:Leap...
Says "unresolvable". -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Aug 09 2018, John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> wrote:
Ah. How can I prioritize the python3 version when they're both in the same repo?
There is nothing to prioritize, they are different packages. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 08/09/2018 02:28 PM, Andreas Schwab wrote:
On Aug 09 2018, John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> wrote:
Ah. How can I prioritize the python3 version when they're both in the same repo?
There is nothing to prioritize, they are different packages.
Ok, what bit me is that the python2 package was updated to 2.11.1 without being converted to single-spec. I'll update the python3 package then. Adrian -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hi, On 08/09/2018 08:00 AM, John Paul Adrian Glaubitz wrote:
Hi!
I would like to update some packages in openSUSE:Leap:43.3:Update to be able to make the package "azure-cli" installable in openSUSE:Leap:43.3.
Since azure-cli is not part of openSUSE Leap 42.3 but we are working to get it into SLE 12 we should let the necessary dependency updates flow through the SLE 12 SP3 to openSUSE Leap bridge. People that want azure-cli on openSUSE Leap 42.3 need to enable the Cloud:Tool project repo anyway. Thus we can just provide the necessary dependency versions there. When the SLES 12 SP3 work is done we can work with the maintenance team to get things pushed back. This avoids forking and duplication of work. Later, Robert -- Robert Schweikert MAY THE SOURCE BE WITH YOU Distinguished Architect LINUX Team Lead Public Cloud rjschwei@suse.com IRC: robjo
On 08/09/2018 03:22 PM, Robert Schweikert wrote:
Since azure-cli is not part of openSUSE Leap 42.3 but we are working to get it into SLE 12 we should let the necessary dependency updates flow through the SLE 12 SP3 to openSUSE Leap bridge.
People that want azure-cli on openSUSE Leap 42.3 need to enable the Cloud:Tool project repo anyway. Thus we can just provide the necessary dependency versions there.
When the SLES 12 SP3 work is done we can work with the maintenance team to get things pushed back. This avoids forking and duplication of work.
Ok, then I'll have to cancel all my maintenance requests. Adrian -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (3)
-
Andreas Schwab
-
John Paul Adrian Glaubitz
-
Robert Schweikert