Search Criteria
Package Details: openconnect-sso 0.8.0-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/openconnect-sso.git (read-only, click to copy) |
---|---|
Package Base: | openconnect-sso |
Description: | Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication |
Upstream URL: | https://github.com/vlaci/openconnect-sso |
Licenses: | GPL3 |
Submitter: | MrAnno |
Maintainer: | MrAnno (Daklon) |
Last Packager: | Daklon |
Votes: | 14 |
Popularity: | 0.78 |
First Submitted: | 2020-02-17 16:40 (UTC) |
Last Updated: | 2024-04-29 19:58 (UTC) |
Dependencies (19)
- openconnect (openconnect-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-attrs
- python-colorama (python-colorama-gitAUR)
- python-jaraco.classes
- python-keyring
- python-lxml
- python-prompt_toolkit
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-pyqtwebengine (python-pyqt5-webengine)
- python-pysocks
- python-pyxdg
- python-requests
- python-structlog
- python-toml (python-toml-gitAUR)
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, sudo-selinuxAUR, fudo-gitAUR)
- python-setuptools (make)
- python-pytest (check)
- python-pytest-asyncio (check)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
tmrd commented on 2024-04-05 11:00 (UTC)
Looks like there is now a new separate issue with
python-keyring
having a major version bump to v25:bidskii commented on 2024-03-29 05:35 (UTC)
@MrAnno are you still maintaining this?
grkr commented on 2024-03-20 15:27 (UTC)
I "fixed" the
lxml
version issue by patching out the upper limit.relax-lxml-version-constraints.patch:
Seems to work fine for my use case.
tmrd commented on 2024-03-19 12:39 (UTC)
I'm also seeing this issue relating to
lxml
, it does indeed seem related to a major version bump asopenconnect-sso
dep range is limited to4.x.x
:https://github.com/vlaci/openconnect-sso/blob/94128073ef49acb3bad84a2ae19fdef926ab7bdf/pyproject.toml#L27
For the time being I've rolled
lxml
back to4.9.2
:pacman -U file:///var/cache/pacman/pkg/python-lxml-4.9.2-3-x86_64.pkg.tar.zst
czardien commented on 2024-03-15 10:43 (UTC) (edited on 2024-03-15 10:44 (UTC) by czardien)
Hi,
Hope you're well. Getting the following error when running
openconnect-sso
after a recent upgrade:Seeing the
python-lxml
package has been updated a few days ago to version5.1.0
I'd say that's what's causing the issue? Might look into this today if I got time.skimm commented on 2023-08-09 16:11 (UTC)
There is an open issue with the upstream to bump the version support. This patch worked for me and I have not noticed any issues.
XenGi commented on 2023-08-09 15:55 (UTC) (edited on 2023-08-09 15:55 (UTC) by XenGi)
Maybe it would be a good idea to patch out upper version limits in general. Arch only provides exactly one version which is usually the latest so we can't really do anything about versions anyway.
bechampion commented on 2023-08-09 12:39 (UTC) (edited on 2023-08-09 12:39 (UTC) by bechampion)
Hi guys. We need a patch for
as the latest update as of today is dropping:
Can this be submitted somewhere?
fft commented on 2023-06-26 13:04 (UTC)
Thank you for packaging. Possibly need to move python-setuptools from make() to depends() or at least to optdepends(), because of usage pkg_resources.
Deduct1069 commented on 2023-04-24 12:55 (UTC)
This package currently fails to run for me with an import error for the
xdg
module.Guidance in the pinned comment in https://aur.archlinux.org/packages/python-xdg has additional information, but still somewhat confusing.
The source repo only lists (python-)pyxdg as dependency, not (python-)xdg, it seems to me that this dependency is not correct?
In any ways it appears to be working when I manually install python-pyxdg.
« First ‹ Previous 1 2 3 4 Next › Last »