Tags: iloveitaly/docker-py
Tags
Merge pull request docker#3264 from krissetto/rename-env-var-in-relea… …se-pipeline Change env var name in release pipeline to match hatch expectations
chore: fix missing setuptools in CI (docker#3189) Install `setuptools` in addition to `wheel` before trying to run `python setup.py` manually. Note that `setuptools` is already correctly listed in the `pyproject.toml` file for consumers installing via `pip` etc, but in CI the file is run directly to generate `sdist` and `bdist_wheel` artifacts for PyPI. Signed-off-by: Milas Bowman <[email protected]>
chore: update MAINTAINERS and remove CODEOWNERS (docker#3188) Update `MAINTAINERS` with the current folks, adn remove the `CODEOWNERS` file entirely -- it's not really helpful here, as this project isn't big enough to have multiple subsections with different maintainers/owners. Signed-off-by: Milas Bowman <[email protected]>
fix: eventlet compatibility (docker#3132) Check if poll attribute exists on select module instead of win32 platform check The implementation done in docker#2865 is breaking usage of docker-py library within eventlet. As per the Python `select.poll` documentation (https://docs.python.org/3/library/select.html#select.poll) and eventlet select removal advice (eventlet/eventlet#608 (comment)), it is preferable to use an implementation based on the availability of the `poll()` method that trying to check if the platform is `win32`. Fixes docker#3131 Signed-off-by: Mathieu Virbel <[email protected]>
docs: update changelog (docker#3127) Signed-off-by: Milas Bowman <[email protected]>
Fix container.stats infinite blocking on stream mode (docker#3120) fix: api - container.stats infinite blocking on stream mode Includes additional test for no streaming Signed-off-by: Bharath Vignesh J K <[email protected]>
deps: compatiblity with requests ≥ 2.29.0 and urllib3 2.x (docker#3116) Requirements are the same, so it's still possible to use `urllib3 < 2` or `requests == 2.28.2` for example. Signed-off-by: Felix Fontein <[email protected]>
socket: handle npipe close on Windows (docker#3056) Fixes docker#3045 Signed-off-by: Nick Santos <[email protected]>
PreviousNext