Skip to content

Commit

Permalink
Upgrade pulp-ansible to 0.5.5 (#604) (#605)
Browse files Browse the repository at this point in the history
No-Issue
Related: AAH-214

(cherry picked from commit bcc0c3b)

Co-authored-by: Alexander Saprykin <[email protected]>
  • Loading branch information
patchback[bot] and cutwater authored Dec 11, 2020
1 parent f2b316a commit 43c5100
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if [ -z "$TRAVIS_TAG" ]; then
fi


git clone --depth=1 https://github.com/pulp/pulp_ansible.git --branch 0.5.4
git clone --depth=1 https://github.com/pulp/pulp_ansible.git --branch 0.5.5
if [ -n "$PULP_ANSIBLE_PR_NUMBER" ]; then
cd pulp_ansible
git fetch --depth=1 origin pull/$PULP_ANSIBLE_PR_NUMBER/head:$PULP_ANSIBLE_PR_NUMBER
Expand Down
9 changes: 6 additions & 3 deletions requirements/requirements.common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ click==7.1.2 # via rq
colorama==0.4.3 # via rich
commonmark==0.9.1 # via rich
cryptography==3.1.1 # via ansible-base
dataclasses==0.7 # via rich
defusedxml==0.6.0 # via odfpy
diff-match-patch==20200713 # via django-import-export
django-cleanup==5.1.0 # via pulpcore
Expand All @@ -43,7 +44,8 @@ et-xmlfile==1.0.1 # via openpyxl
flake8==3.8.3 # via galaxy-importer
galaxy-importer==0.2.12 # via galaxy-ng (setup.py), pulp-ansible
gunicorn==20.0.4 # via pulpcore
idna==2.10 # via requests, yarl
idna-ssl==1.1.0 # via aiohttp
idna==2.10 # via idna-ssl, requests, yarl
importlib-metadata==2.0.0 # via flake8, jsonschema, markdown
inflection==0.5.1 # via drf-spectacular
jdcal==1.4.1 # via openpyxl
Expand All @@ -59,7 +61,7 @@ openpyxl==3.0.5 # via tablib
packaging==20.4 # via ansible-base, bleach, pulp-ansible
prometheus-client==0.8.0 # via django-prometheus
psycopg2==2.8.6 # via pulpcore
pulp-ansible==0.5.4 # via galaxy-ng (setup.py)
pulp-ansible==0.5.5 # via galaxy-ng (setup.py)
pulpcore==3.7.1 # via galaxy-ng (setup.py), pulp-ansible
pycares==3.1.1 # via aiodns
pycodestyle==2.6.0 # via flake8
Expand All @@ -83,7 +85,8 @@ semantic-version==2.8.5 # via galaxy-importer, pulp-ansible
six==1.15.0 # via bleach, cryptography, jsonschema, packaging
sqlparse==0.3.1 # via django
tablib[html,ods,xls,xlsx,yaml]==2.0.0 # via django-import-export
typing-extensions==3.7.4.3 # via ansible-lint, rich, yarl
typing-extensions==3.7.4.3 # via aiohttp, ansible-lint, rich, yarl
typing==3.7.4.3 # via aiodns
uritemplate==3.0.1 # via drf-spectacular
urllib3==1.25.10 # via requests
urlman==1.3.0 # via django-lifecycle
Expand Down
9 changes: 6 additions & 3 deletions requirements/requirements.insights.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ click==7.1.2 # via rq
colorama==0.4.3 # via rich
commonmark==0.9.1 # via rich
cryptography==3.1.1 # via ansible-base
dataclasses==0.7 # via rich
defusedxml==0.6.0 # via odfpy
diff-match-patch==20200713 # via django-import-export
django-cleanup==5.1.0 # via pulpcore
Expand All @@ -46,7 +47,8 @@ et-xmlfile==1.0.1 # via openpyxl
flake8==3.8.3 # via galaxy-importer
galaxy-importer==0.2.12 # via galaxy-ng (setup.py), pulp-ansible
gunicorn==20.0.4 # via pulpcore
idna==2.10 # via requests, yarl
idna-ssl==1.1.0 # via aiohttp
idna==2.10 # via idna-ssl, requests, yarl
importlib-metadata==2.0.0 # via flake8, jsonschema, markdown
inflection==0.5.1 # via drf-spectacular
jdcal==1.4.1 # via openpyxl
Expand All @@ -64,7 +66,7 @@ openpyxl==3.0.5 # via tablib
packaging==20.4 # via ansible-base, bleach, pulp-ansible
prometheus-client==0.8.0 # via django-prometheus
psycopg2==2.8.6 # via pulpcore
pulp-ansible==0.5.4 # via galaxy-ng (setup.py)
pulp-ansible==0.5.5 # via galaxy-ng (setup.py)
pulpcore==3.7.1 # via galaxy-ng (setup.py), pulp-ansible
pycares==3.1.1 # via aiodns
pycodestyle==2.6.0 # via flake8
Expand All @@ -90,7 +92,8 @@ semantic-version==2.8.5 # via galaxy-importer, pulp-ansible
six==1.15.0 # via bleach, cryptography, jsonschema, packaging, python-dateutil
sqlparse==0.3.1 # via django
tablib[html,ods,xls,xlsx,yaml]==2.0.0 # via django-import-export
typing-extensions==3.7.4.3 # via ansible-lint, rich, yarl
typing-extensions==3.7.4.3 # via aiohttp, ansible-lint, rich, yarl
typing==3.7.4.3 # via aiodns
uritemplate==3.0.1 # via drf-spectacular
urllib3==1.25.10 # via botocore, requests
urlman==1.3.0 # via django-lifecycle
Expand Down
9 changes: 6 additions & 3 deletions requirements/requirements.standalone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ click==7.1.2 # via rq
colorama==0.4.3 # via rich
commonmark==0.9.1 # via rich
cryptography==3.1.1 # via ansible-base, pyjwt
dataclasses==0.7 # via rich
defusedxml==0.6.0 # via odfpy
diff-match-patch==20200713 # via django-import-export
django-cleanup==5.1.0 # via pulpcore
Expand All @@ -45,7 +46,8 @@ flake8==3.8.3 # via galaxy-importer
future==0.18.2 # via pyjwkest
galaxy-importer==0.2.12 # via galaxy-ng (setup.py), pulp-ansible
gunicorn==20.0.4 # via pulpcore
idna==2.10 # via requests, yarl
idna-ssl==1.1.0 # via aiohttp
idna==2.10 # via idna-ssl, requests, yarl
importlib-metadata==2.0.0 # via flake8, jsonschema, markdown
inflection==0.5.1 # via drf-spectacular
jdcal==1.4.1 # via openpyxl
Expand All @@ -61,7 +63,7 @@ openpyxl==3.0.5 # via tablib
packaging==20.4 # via ansible-base, bleach, pulp-ansible
prometheus-client==0.8.0 # via django-prometheus
psycopg2==2.8.6 # via pulpcore
pulp-ansible==0.5.4 # via galaxy-ng (setup.py)
pulp-ansible==0.5.5 # via galaxy-ng (setup.py)
pulp-container==2.1.0 # via -r requirements/requirements.standalone.in
pulpcore==3.7.1 # via galaxy-ng (setup.py), pulp-ansible, pulp-container
pycares==3.1.1 # via aiodns
Expand Down Expand Up @@ -89,7 +91,8 @@ semantic-version==2.8.5 # via galaxy-importer, pulp-ansible
six==1.15.0 # via bleach, cryptography, jsonschema, packaging, pyjwkest, url-normalize
sqlparse==0.3.1 # via django
tablib[html,ods,xls,xlsx,yaml]==2.0.0 # via django-import-export
typing-extensions==3.7.4.3 # via ansible-lint, rich, yarl
typing-extensions==3.7.4.3 # via aiohttp, ansible-lint, rich, yarl
typing==3.7.4.3 # via aiodns
uritemplate==3.0.1 # via drf-spectacular
url-normalize==1.4.2 # via pulp-container
urllib3==1.25.10 # via requests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def run(self):
"Django~=2.2.3",
"galaxy-importer==0.2.12",
"pulpcore>=3.7,<3.9",
"pulp-ansible==0.5.4",
"pulp-ansible==0.5.5",
"django-prometheus>=2.0.0",
"drf-spectacular",
]
Expand Down

0 comments on commit 43c5100

Please sign in to comment.