You are not logged in.

#1 2018-06-26 10:46:09

tirithen
Member
Registered: 2014-02-18
Posts: 22

How to update python-azure-cli-acs?

Hi, been using Arch for many years now but I'm still new to updating packages. I'm trying to upgrade the version of the AUR python-azure-cli-acs (https://aur.archlinux.org/packages/pyth … e-cli-acs/) package. I tried editing locally (using yaourt) by selecting the most recent version I could find on https://files.pythonhosted.org/packages … 1.1.tar.gz (version 2.1.2 is released but not on that web site yet) and updating the md5 checksum but one of the dependencies (python-azure-cli-nspkg) fails as its files collide with another packaged file (inside python-azure-cli).

    ==> Fortsätta installera python-azure-cli-nspkg ? [J/n]
    ==> [v]isa paketinnehåll [c] kontrollera paket med namcap
    ==> -----------------------------------------------------
    ==> 

    [sudo] lösenord för user: 
    Läser in paket...
    Reder ut beroenden...
    Letar efter krockar mellan paket...

    Paket (1) python-azure-cli-nspkg-3.0.0-1

    Storlek efter installation:  0,00 MiB

    :: Vill du fortsätta till installationen? [J/n] 
    (1/1) Kontrollerar nycklarna i nyckelringen                                                 [#####################################################] 100%
    (1/1) Kontrollerar paketintegriteten                                                        [#####################################################] 100%
    (1/1) Läser in paketfiler                                                                   [#####################################################] 100%
    (1/1) Letar efter krockar mellan filer                                                      [#####################################################] 100%
    FEL: Kunde inte påbörja transaktionen (motstridiga filer)
    python-azure-cli-nspkg: /usr/lib/python3.6/site-packages/azure/cli/__init__.py exists in filesystem (owned by python-azure-cli)
    python-azure-cli-nspkg: /usr/lib/python3.6/site-packages/azure/cli/__pycache__/__init__.cpython-36.opt-1.pyc exists in filesystem (owned by python-azure-cli)
    python-azure-cli-nspkg: /usr/lib/python3.6/site-packages/azure/cli/__pycache__/__init__.cpython-36.pyc exists in filesystem (owned by python-azure-cli)
    Fel uppstod, inga paket uppgraderades.

Is there anyone here that would be good at helping me sort this out so that we can have this package updated?

Offline

#2 2018-06-26 11:14:47

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,081

Re: How to update python-azure-cli-acs?

As all these submodule packages seem to be unmaintained, and there's a maintained https://aur.archlinux.org/packages/python-azure-cli/ by the same original maintainer I'd harbor a guess that everything that is relevant is part of the azure-cli package now.

Also this smells like an XY problem what's your end goal? What do you intend to use the package for?

Moving to AUR issues...

Last edited by V1del (2018-06-26 11:17:17)

Offline

#3 2018-06-26 13:17:35

tirithen
Member
Registered: 2014-02-18
Posts: 22

Re: How to update python-azure-cli-acs?

Thanks for response, so the concrete problem (really azure specific now is that azure has changed their command line tool where commands for controlling Kubernetes was previously $ az acs ... and now are $ az aks , it's more than a rename, they changed the was to communicate with their platform (details here https://github.com/MicrosoftDocs/azure- … ration.md).

To get the aks commands, more recent version for one of azure client's command modules is needed. My version of aur/python-azure-cli is 2.0.35-1 and my version of aur/python-azure-cli-acs is 2.0.4-1, and for both there is no newer available in AUR.

This is the release history for the command module azure-cli-acs https://github.com/Azure/azure-cli/blob … ISTORY.rst

Offline

#4 2018-06-26 14:28:39

loqs
Member
Registered: 2014-03-06
Posts: 18,828

Re: How to update python-azure-cli-acs?

https://aur.archlinux.org/cgit/aur.git/ … re-cli#n40 would expect that glob to match command_modules/azure-cli-acs
What is in the current python-azure-cli package? (pacman -Qlp)

Offline

Board footer

Powered by FluxBB