Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-httpx
Commits: bf302246 by Robin Candau at 2024-12-27T15:15:12+01:00 Add README to document relation with httpcore and frequent introduction of breaking changes - - - - - 1 changed file: - + README.md Changes: ===================================== README.md ===================================== @@ -0,0 +1,10 @@ +# python-httpx + +## Co-developed with python-httpcore + +`python-httpx` is co-developed with `python-httpcore` (upstream wise) and are often tied. +In other words, latest `python-httpx` usually expects latest `python-httpcore` and should be maintained as one package group (e.g. package, release and move new versions of those packages accross repositories together). + +## Breaking changes + +`python-httpx` often introduces breaking changes. As a matter of precaution, it is advised to rebuild / test reverse dependencies (meaning packages that depend on `python-httpx`). A related ToDo task can opened, e.g. <https://archlinux.org/todo/python-httpx-028-rebuild/>. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx/-/commit/bf302246edd413bd9d7c515fa1115d02761ce350 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx/-/commit/bf302246edd413bd9d7c515fa1115d02761ce350 You're receiving this email because of your account on gitlab.archlinux.org.
