vlaci / openconnect-sso

Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication to Cisco SSL-VPNs
GNU General Public License v3.0
280 stars 119 forks source link

Update keyring and importlib-metadata #52

Closed MrAnno closed 3 years ago

MrAnno commented 3 years ago

keyring depends on importlib-metadata (>=3.6),

Because openconnect-sso depends on both importlib-metadata (^1.4.0) and keyring (>=23.0), version solving failed.

To resolve the above conflict, importlib-metadata has been updated as well.

Note: Poetry dropped Python 2.7 support as a result of this version bump.

MrAnno commented 3 years ago

@vlaci I'm using the v0.7.1 tarball for AUR, and it seems sudo has been replaced with doas. I can't find the commit that changes this in git. Is that intentional?

vlaci commented 3 years ago

Some local change have crept into the tarball unfortunately :'(

vlaci commented 3 years ago

Yanked the previous release and published 0.7.2 Sorry about that :(

MrAnno commented 3 years ago

Thank you! 👍🏻