Sync requirements with shipyard

This PS adjusts list of dependences needed to get syncronized with Shipyard project.

Change-Id: I65d9a3e621fdeb2579d15de3bb5da1049f4c8c39
This commit is contained in:
Sergiy Markin 2023-04-24 18:04:04 +00:00
parent 386a686e69
commit 21bdc838d1
7 changed files with 35 additions and 27 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.1 Metadata-Version: 2.1
Name: Armada Name: Armada
Version: 1.1.0.dev687 Version: 1.1.0.dev688
Summary: Tool for managing multiple Helm charts with dependencies by centralizing all configurations in a single Armada YAML and providing life-cycle hooks for all Helm releases. Summary: Tool for managing multiple Helm charts with dependencies by centralizing all configurations in a single Armada YAML and providing life-cycle hooks for all Helm releases.
Home-page: https://airshipit.org Home-page: https://airshipit.org
Author: The Airship Authors Author: The Airship Authors
@ -14,6 +14,7 @@ Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.10
License-File: LICENSE License-File: LICENSE
License-File: AUTHORS
Armada Armada
====== ======

View File

@ -5,10 +5,13 @@
.stestr.conf .stestr.conf
.style.yapf .style.yapf
.zuul.yaml .zuul.yaml
AUTHORS
CONTRIBUTING.rst CONTRIBUTING.rst
ChangeLog
LICENSE LICENSE
Makefile Makefile
README.rst README.rst
bindep.txt
controller.sh controller.sh
entrypoint.sh entrypoint.sh
plugin.yaml plugin.yaml
@ -233,5 +236,7 @@ tools/gate/playbooks/build-charts.yaml
tools/gate/playbooks/debug-report.yaml tools/gate/playbooks/debug-report.yaml
tools/gate/playbooks/docker-image-build.yaml tools/gate/playbooks/docker-image-build.yaml
tools/gate/playbooks/git-config.yaml tools/gate/playbooks/git-config.yaml
tools/gate/playbooks/roles
tools/gate/playbooks/vars.yaml tools/gate/playbooks/vars.yaml
tools/gate/playbooks/files/docker-systemd.conf tools/gate/roles/disable-systemd-resolved/tasks/disable-systemd-resolved.yaml
tools/gate/roles/disable-systemd-resolved/tasks/main.yaml

View File

@ -1 +1 @@
{"git_version": "5658b3d", "is_release": false} {"git_version": "23d7142", "is_release": false}

View File

@ -3,6 +3,7 @@ configparser
deepdiff<=5.8.1 deepdiff<=5.8.1
docutils docutils
falcon falcon
gitpython
importlib_metadata importlib_metadata
jsonschema<=3.2.0 jsonschema<=3.2.0
keystoneauth1<=5.1.1 keystoneauth1<=5.1.1
@ -16,10 +17,10 @@ oslo.policy<=3.10.1
oslo.utils<=4.12.3 oslo.utils<=4.12.3
prometheus-client==0.8.0 prometheus-client==0.8.0
pylibyaml==0.1.0 pylibyaml==0.1.0
python_dateutil==2.8.2 python-dateutil==2.8.1
PyYAML<=5.4.1 PyYAML<=5.4.1
reno reno
requests==2.27.0 requests==2.23.0
retry retry
setuptools<=45.2.0 setuptools<=45.2.0
six six

View File

@ -1,13 +1,13 @@
# The order of packages is significant, because pip processes them in the order # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
Sphinx==6.1.3 docutils<=0.17
sphinx-rtd-theme==0.5.0 Jinja2<=3.0.3
reno
pylibyaml==0.1.0
plantuml
sphinxcontrib-apidoc==0.3.0 # BSD
sphinxcontrib-plantuml==0.25
jinja2
MarkupSafe<2.1.0, >=0.9.2 MarkupSafe<2.1.0, >=0.9.2
docutils plantuml
pylibyaml==0.1.0
reno
sphinx-rtd-theme==0.5.0
Sphinx==3.3.1
sphinxcontrib-apidoc==0.3.0 # BSD
sphinxcontrib-plantuml==0.25

View File

@ -1,10 +1,11 @@
click click
configparser configparser
deepdiff<=5.8.1 deepdiff<=5.8.1
docutils docutils<=0.17
falcon falcon
gitpython gitpython
importlib_metadata importlib-metadata~=2.0
Jinja2<=3.0.3
jsonschema<=3.2.0 jsonschema<=3.2.0
keystoneauth1<=5.1.1 keystoneauth1<=5.1.1
kubernetes==26.1.0 kubernetes==26.1.0
@ -17,14 +18,14 @@ oslo.policy<=3.10.1
oslo.utils<=4.12.3 oslo.utils<=4.12.3
prometheus-client==0.8.0 prometheus-client==0.8.0
pylibyaml==0.1.0 pylibyaml==0.1.0
python_dateutil==2.8.2 python-dateutil==2.8.1
PyYAML<=5.4.1 PyYAML<=5.4.1
reno reno
requests==2.27.0 requests==2.23.0
retry retry
setuptools<=45.2.0 setuptools<=45.2.0
six six
Sphinx Sphinx==3.3.1
sphinx_rtd_theme==0.5.0 sphinx_rtd_theme==0.5.0
urllib3 >= 1.21.1, <= 1.25.11 urllib3 >= 1.21.1, <= 1.25.11
uWSGI==2.0.21 uWSGI==2.0.21

View File

@ -3,23 +3,23 @@ attrs==23.1.0
Babel==2.12.1 Babel==2.12.1
cachetools==5.3.0 cachetools==5.3.0
certifi==2022.12.7 certifi==2022.12.7
charset-normalizer==2.0.12 chardet==3.0.4
click==8.1.3 click==8.1.3
configparser==5.3.0 configparser==5.3.0
debtcollector==2.5.0 debtcollector==2.5.0
decorator==5.1.1 decorator==5.1.1
deepdiff==5.8.1 deepdiff==5.8.1
docutils==0.19 docutils==0.17
dulwich==0.21.3 dulwich==0.21.3
falcon==3.1.1 falcon==3.1.1
gitdb==4.0.10 gitdb==4.0.10
GitPython==3.1.31 GitPython==3.1.31
google-auth==2.17.3 google-auth==2.17.3
idna==3.4 idna==2.10
imagesize==1.4.1 imagesize==1.4.1
importlib-metadata==6.5.0 importlib-metadata==2.1.3
iso8601==1.1.0 iso8601==1.1.0
Jinja2==3.1.2 Jinja2==3.0.3
jsonschema==3.2.0 jsonschema==3.2.0
keystoneauth1==5.1.1 keystoneauth1==5.1.1
kubernetes==26.1.0 kubernetes==26.1.0
@ -49,11 +49,11 @@ Pygments==2.15.1
pylibyaml==0.1.0 pylibyaml==0.1.0
pyparsing==3.0.9 pyparsing==3.0.9
pyrsistent==0.19.3 pyrsistent==0.19.3
python-dateutil==2.8.2 python-dateutil==2.8.1
pytz==2023.3 pytz==2023.3
PyYAML==5.4.1 PyYAML==5.4.1
reno==4.0.0 reno==4.0.0
requests==2.27.0 requests==2.23.0
requests-oauthlib==1.3.1 requests-oauthlib==1.3.1
retry==0.9.2 retry==0.9.2
rfc3986==2.0.0 rfc3986==2.0.0
@ -62,7 +62,7 @@ setuptools==45.2.0
six==1.16.0 six==1.16.0
smmap==5.0.0 smmap==5.0.0
snowballstemmer==2.2.0 snowballstemmer==2.2.0
Sphinx==6.1.3 Sphinx==3.3.1
sphinx-rtd-theme==0.5.0 sphinx-rtd-theme==0.5.0
sphinxcontrib-applehelp==1.0.4 sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2 sphinxcontrib-devhelp==1.0.2