Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restrict packaging version for Python < 3.6 #75186

Merged
merged 1 commit into from Jul 7, 2021

Conversation

felixfontein
Copy link
Contributor

SUMMARY

Fixes #75185.

Should not have any effect on devel's CI, but the bug probably also happens with ansible-test in devel when run in environments with old enough pip.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

ansible-test

@ansibot ansibot added affects_2.12 bug This issue/PR relates to a bug. core_review In order to be merged, this PR must follow the core review workflow. needs_triage Needs a first human triage before being processed. support:core This issue/PR relates to code supported by the Ansible Engineering Team. test This PR relates to tests. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed core_review In order to be merged, this PR must follow the core review workflow. labels Jul 5, 2021
@s-hertel s-hertel removed the needs_triage Needs a first human triage before being processed. label Jul 6, 2021
@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. and removed needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Jul 6, 2021
@samdoran
Copy link
Contributor

samdoran commented Jul 6, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ansibot ansibot added needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. core_review In order to be merged, this PR must follow the core review workflow. and removed core_review In order to be merged, this PR must follow the core review workflow. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. labels Jul 6, 2021
@samdoran samdoran merged commit 67bc49e into ansible:devel Jul 7, 2021
@samdoran
Copy link
Contributor

samdoran commented Jul 7, 2021

Thank you for the PR!

samdoran pushed a commit to samdoran/ansible that referenced this pull request Jul 7, 2021
…#75186)

(cherry picked from commit 67bc49e)

Co-authored-by: Felix Fontein <felix@fontein.de>
samdoran pushed a commit to samdoran/ansible that referenced this pull request Jul 7, 2021
…#75186).

(cherry picked from commit 67bc49e)

Co-authored-by: Felix Fontein <felix@fontein.de>
samdoran pushed a commit to samdoran/ansible that referenced this pull request Jul 7, 2021
…75186).

(cherry picked from commit 67bc49e)

Co-authored-by: Felix Fontein <felix@fontein.de>
@felixfontein felixfontein deleted the packaging branch July 7, 2021 15:39
@felixfontein
Copy link
Contributor Author

@samdoran thanks for reviewing and merging!

mattclay pushed a commit that referenced this pull request Jul 7, 2021
(cherry picked from commit 67bc49e)

Co-authored-by: Felix Fontein <felix@fontein.de>
mattclay pushed a commit that referenced this pull request Jul 7, 2021
(cherry picked from commit 67bc49e)

Co-authored-by: Felix Fontein <felix@fontein.de>
mattclay pushed a commit that referenced this pull request Jul 7, 2021
(cherry picked from commit 67bc49e)

Co-authored-by: Felix Fontein <felix@fontein.de>
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Jul 26, 2021
v2.10.12
========

Minor Changes
-------------
- ansible-test - aws creates and exposes a new tiny_prefix variable to provide a shorter prefix for the AWS tests.
- get_url - allow checksum urls to point to file:// resources, moving scheme test to function
- get_url - handle same SHA sum for checksum file (ansible/ansible#71420).

Bugfixes
--------
- ansible-doc - in text output, do not show empty ``version_added_collection`` values (ansible/ansible#74999).
- ansible-test - restrict ``packaging`` to ``< 21.0`` for Python ``< 3.6`` (ansible/ansible#75186).
- get_url - Fixed checksum validation for binary files (leading asterisk) in checksum files (ansible/ansible#74502).
@ansible ansible locked and limited conversation to collaborators Aug 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.12 bug This issue/PR relates to a bug. core_review In order to be merged, this PR must follow the core review workflow. support:core This issue/PR relates to code supported by the Ansible Engineering Team. test This PR relates to tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nightly CI with OSX 10.11 fails
4 participants