Skip to content

Commit

Permalink
[stable-4.8] Bump pulp_ansible to 0.20.1 and pulpcore to 3.28.17 (#1935)
Browse files Browse the repository at this point in the history
* bump pulp_ansible and pulpcore
* fix community download count sync test
* fix sync collection download count command
No-Issue
  • Loading branch information
jerabekjiri authored Oct 17, 2023
1 parent 41b114b commit b49e028
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
log = logging.getLogger(__name__)


DEFAULT_UPSTREAM = 'https://galaxy.ansible.com'
DEFAULT_UPSTREAM = 'https://old-galaxy.ansible.com'

SKIPLIST = [
'larrymou9',
Expand Down
4 changes: 2 additions & 2 deletions galaxy_ng/tests/integration/cli/test_community_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_community_collection_download_count_sync(ansible_config):

# pick an upstream collection at random that does not exist locally ...
sync_collection = None
base_url = 'https://galaxy.ansible.com'
base_url = 'https://old-galaxy.ansible.com'
next_url = base_url + '/api/v2/collections/'
while next_url:
rr = requests.get(next_url)
Expand Down Expand Up @@ -58,7 +58,7 @@ def test_community_collection_download_count_sync(ansible_config):
remotes = dict((x['name'], x) for x in resp['results'])
community_remote_config = {
'name': 'community',
'url': 'https://galaxy.ansible.com/',
'url': 'https://old-galaxy.ansible.com/',
'sync_dependencies': False,
'requirements_file': json.dumps({'collections': ['.'.join(list(sync_collection))]}),
}
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements.common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -314,13 +314,13 @@ psycopg[binary]==3.1.9
# via pulpcore
psycopg-binary==3.1.9
# via psycopg
pulp-ansible==0.19.0
pulp-ansible==0.20.1
# via galaxy-ng (setup.py)
pulp-container==2.15.2
# via galaxy-ng (setup.py)
pulp-glue==0.19.5
# via pulpcore
pulpcore==3.28.12
pulpcore==3.28.17
# via
# galaxy-ng (setup.py)
# pulp-ansible
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements.insights.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,13 +325,13 @@ psycopg[binary]==3.1.9
# via pulpcore
psycopg-binary==3.1.9
# via psycopg
pulp-ansible==0.19.0
pulp-ansible==0.20.1
# via galaxy-ng (setup.py)
pulp-container==2.15.2
# via galaxy-ng (setup.py)
pulp-glue==0.19.5
# via pulpcore
pulpcore==3.28.12
pulpcore==3.28.17
# via
# galaxy-ng (setup.py)
# pulp-ansible
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements.standalone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -314,13 +314,13 @@ psycopg[binary]==3.1.9
# via pulpcore
psycopg-binary==3.1.9
# via psycopg
pulp-ansible==0.19.0
pulp-ansible==0.20.1
# via galaxy-ng (setup.py)
pulp-container==2.15.2
# via galaxy-ng (setup.py)
pulp-glue==0.19.5
# via pulpcore
pulpcore==3.28.12
pulpcore==3.28.17
# via
# galaxy-ng (setup.py)
# pulp-ansible
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ def _format_pulp_requirement(plugin, specifier=None, ref=None, gh_namespace="pul

requirements = [
"galaxy-importer>=0.4.13,<0.5.0",
"pulpcore>=3.28.12,<3.29.0",
"pulp_ansible>=0.19.0,<0.20.0",
"pulpcore>=3.28.17,<3.29.0",
"pulp_ansible>=0.20.0,<0.21.0",
"django-prometheus>=2.0.0",
"drf-spectacular",
"pulp-container>=2.15.0,<2.16.0",
Expand Down

0 comments on commit b49e028

Please sign in to comment.