Updating python3-saml (#13263)

Moved to forked version to get latest lxml to allow other pacakges to update
This commit is contained in:
John Westcott IV
2022-12-15 10:15:09 -05:00
committed by GitHub
parent df61a5cea1
commit 7129f3e8cd
4 changed files with 6 additions and 34 deletions

View File

@@ -1,19 +0,0 @@
Copyright (c) 2013 Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -38,7 +38,6 @@ psycopg2
psutil psutil
pygerduty pygerduty
pyparsing==2.4.6 # Upgrading to v3 of pyparsing introduce errors on smart host filtering: Expected 'or' term, found 'or' (at char 15), (line:1, col:16) pyparsing==2.4.6 # Upgrading to v3 of pyparsing introduce errors on smart host filtering: Expected 'or' term, found 'or' (at char 15), (line:1, col:16)
python3-saml==1.13.0
python-dsv-sdk python-dsv-sdk
python-tss-sdk==1.0.0 python-tss-sdk==1.0.0
python-ldap python-ldap
@@ -59,9 +58,6 @@ wheel
pip==21.2.4 # see UPGRADE BLOCKERs pip==21.2.4 # see UPGRADE BLOCKERs
setuptools # see UPGRADE BLOCKERs setuptools # see UPGRADE BLOCKERs
setuptools_scm[toml] # see UPGRADE BLOCKERs, xmlsec build dep setuptools_scm[toml] # see UPGRADE BLOCKERs, xmlsec build dep
xmlsec==1.3.12 # xmlsec 1.3.13 removed the ability to use lxml 4.7.0 but python3-saml requires lxml 4.7.0 so we need to pin xmlsec
lxml>=3.8 # xmlsec build dep
pkgconfig>=1.5.1 # xmlsec build dep
setuptools-rust >= 0.11.4 # cryptography build dep setuptools-rust >= 0.11.4 # cryptography build dep
# Temporarily added to use ansible-runner from git branch, to be removed # Temporarily added to use ansible-runner from git branch, to be removed

View File

@@ -198,15 +198,14 @@ jinja2==3.1.2
# via -r /awx_devel/requirements/requirements.in # via -r /awx_devel/requirements/requirements.in
json-log-formatter==0.5.1 json-log-formatter==0.5.1
# via -r /awx_devel/requirements/requirements.in # via -r /awx_devel/requirements/requirements.in
jsonschema==4.17.1 jsonschema==4.17.3
# via -r /awx_devel/requirements/requirements.in # via -r /awx_devel/requirements/requirements.in
kubernetes==25.3.0 kubernetes==25.3.0
# via openshift # via openshift
lockfile==0.12.2 lockfile==0.12.2
# via python-daemon # via python-daemon
lxml==4.7.0 lxml==4.9.1
# via # via
# -r /awx_devel/requirements/requirements.in
# python3-saml # python3-saml
# xmlsec # xmlsec
markdown==3.4.1 markdown==3.4.1
@@ -251,8 +250,6 @@ pexpect==4.7.0
# via # via
# -r /awx_devel/requirements/requirements.in # -r /awx_devel/requirements/requirements.in
# ansible-runner # ansible-runner
pkgconfig==1.5.5
# via -r /awx_devel/requirements/requirements.in
prometheus-client==0.15.0 prometheus-client==0.15.0
# via -r /awx_devel/requirements/requirements.in # via -r /awx_devel/requirements/requirements.in
psutil==5.9.4 psutil==5.9.4
@@ -315,8 +312,7 @@ python-tss-sdk==1.0.0
# via -r /awx_devel/requirements/requirements.in # via -r /awx_devel/requirements/requirements.in
python3-openid==3.2.0 python3-openid==3.2.0
# via social-auth-core # via social-auth-core
python3-saml==1.13.0 # via -r /awx_devel/requirements/requirements_git.txt
# via -r /awx_devel/requirements/requirements.in
pytz==2022.6 pytz==2022.6
# via # via
# django # django
@@ -435,10 +431,8 @@ websocket-client==1.4.2
# via kubernetes # via kubernetes
wheel==0.38.4 wheel==0.38.4
# via -r /awx_devel/requirements/requirements.in # via -r /awx_devel/requirements/requirements.in
xmlsec==1.3.12 xmlsec==1.3.13
# via # via python3-saml
# -r /awx_devel/requirements/requirements.in
# python3-saml
yarl==1.8.1 yarl==1.8.1
# via aiohttp # via aiohttp
zipp==3.11.0 zipp==3.11.0

View File

@@ -4,3 +4,4 @@ git+https://github.com/ansible/ansible-runner.git@devel#egg=ansible-runner
# django-radius has an aggressive pin of future==0.16.0, see https://github.com/robgolding/django-radius/pull/25 # django-radius has an aggressive pin of future==0.16.0, see https://github.com/robgolding/django-radius/pull/25
git+https://github.com/ansible/django-radius.git@develop#egg=django-radius git+https://github.com/ansible/django-radius.git@develop#egg=django-radius
git+https://github.com/PythonCharmers/python-future@master#egg=future git+https://github.com/PythonCharmers/python-future@master#egg=future
git+https://github.com/ansible/python3-saml.git@devel#egg=python3-saml