vlaci / openconnect-sso

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

Arch linux is shipping with keying > 24 #136

Open bechampion opened 1 year ago

bechampion commented 1 year ago

https://github.com/vlaci/openconnect-sso/blob/51e1eb727a93cf8b063157b7e9453dd21d3ba85f/pyproject.toml#L28 Hey guys, arch is shipping with

sudo pacman -Q python-keyring
python-keyring 24.2.0-1

This is causing some issues, can we bump this up?

vadim-cherepanov commented 1 year ago

I simply changed 24 to 25 in /usr/lib/python3.11/site-packages/openconnect_sso-0.8.0-py3.11.egg-info/requires.txt, and it works for me. This does not mean there were no changes in v24 that would affect someone else, but you may also try until the new version is tested by the developers.

bechampion commented 1 year ago

Hi Vladim I did exactly that to get by , im gonna submit the change into the aur repo for openconnect-sso , but i thought it would be something we could change here too.