[3.63] Pin pycares to avoid bug with aiodns combination#6697
Conversation
See for more context: pulp#6695
|
3.22 doesn't need the backport, as it has aiodns<3.2: $ for version in 3.22 3.28 3.39 3.49 3.63 3.73 3.80; do git grep aiodns upstream/$version; done | grep =
upstream/3.22:requirements.txt:aiodns>=3.0,<=3.1.1
upstream/3.28:requirements.txt:aiodns>=3.0,<=3.2.0
upstream/3.39:requirements.txt:aiodns>=3.0,<=3.2.0
upstream/3.49:requirements.txt:aiodns>=3.0,<=3.2.0
upstream/3.63:requirements.txt:aiodns>=3.0,<=3.2.0
upstream/3.73:pyproject.toml: "aiodns>=3.0,<=3.2.0",
upstream/3.80:pyproject.toml: "aiodns>=3.0,<=3.4.0", |
Backport to 3.39: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply b156030 on top of patchback/backports/3.39/b1560306741816770ddafa3d51dadbef4c7b072a/pr-6697 Backporting merged PR #6697 into 3.63
🤖 @patchback |
Backport to 3.28: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply b156030 on top of patchback/backports/3.28/b1560306741816770ddafa3d51dadbef4c7b072a/pr-6697 Backporting merged PR #6697 into 3.63
🤖 @patchback |
Backport to 3.49: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply b156030 on top of patchback/backports/3.49/b1560306741816770ddafa3d51dadbef4c7b072a/pr-6697 Backporting merged PR #6697 into 3.63
🤖 @patchback |
|
The patchback bot dissapoints me... I took the time to make it easier for him. |
See for more context:
#6695