Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible-core
Commits: 6f60eb9d by Robin Candau at 2024-11-05T13:22:17+01:00 Style changes in README - - - - - 1 changed file: - README.md Changes: ===================================== README.md ===================================== @@ -7,7 +7,8 @@ See the [ansible package README](https://gitlab.archlinux.org/archlinux/packagin ## Specific / strict upper version bound for (python-)resolvelib -Upstream seems [very cautious](https://github.com/ansible/ansible/blob/devel/requirements.txt#L10) with `resolvelib` bumps and use very specific / strict version bound for it in their dependencies resolution definitions (used by `ansible-galaxy`). +Upstream seems [very cautious](https://github.com/ansible/ansible/blob/devel/requirements.txt#L10) with `resolvelib` bumps and use very specific / strict version bounds for it in their dependencies definitions (used by `ansible-galaxy`). As such, it may happen that the `build` and / or the `check` processes require an outdated version of [python-resolvelib](https://archlinux.org/packages/extra/any/python-resolvelib/) compared to the one available in our repository. -In such cases, patching sources to [increase the upper version bound for `resolvelib`](https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-core/-/commit/55405bd0324c46b5e63a6965cac151149829a9d1) is *most likely* enough to build the package succesfully (while waiting for upstream to do the change on their side). Despite upstream carefulness on that matter (apparently for past / historic reasons), we should not expect any breaking changes in **minor** `resolvelib` bumps. +In such cases, patching sources to [increase the upper version bound for `resolvelib`](https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-core/-/commit/55405bd0324c46b5e63a6965cac151149829a9d1) is *most likely* enough to build the package succesfully (while waiting for upstream to do the change on their side). +Despite upstream carefulness on that matter (apparently for past / historic reasons), we should not expect any breaking changes in **minor** `resolvelib` bumps. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-core/-/commit/6f60eb9dfcd305b22c226e642bc3d73f19f59ba3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-core/-/commit/6f60eb9dfcd305b22c226e642bc3d73f19f59ba3 You're receiving this email because of your account on gitlab.archlinux.org.
