aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-docker
Commit message (Collapse)AuthorAge
* python-packages: Clean up build variablesJeffery To2023-04-24
| | | | | | | | | | | | | | | * Rename PYTHON3_PKG_SETUP_VARS to PYTHON3_PKG_BUILD_VARS, and PYTHON3_PKG_SETUP_DIR to PYTHON3_PKG_BUILD_PATH The new variable names emphasize that these values apply to the new build process. * Remove PYTHON3_PKG_SETUP_ARGS set to the empty string These were set to override the default arguments in the old build process and not applicable to the new build process. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-docker: Add missing build dependencyJeffery To2023-04-24
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-docker: Update to 6.0.1Javier Marcet2023-01-01
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 6.0.0Javier Marcet2022-09-09
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 5.0.3Javier Marcet2021-10-13
| | | | | | | | | | | | | | | | Features: - Add cap_add and cap_drop parameters to service create and ContainerSpec - Add templating parameter to config create Bugfixes: - Fix getting a read timeout for logs/attach with a tty and slow output Miscellaneous: - Fix documentation examples Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 5.0.2Javier Marcet2021-09-20
| | | | | | | | | | | | | | | | | | | | Bugfixes: - Fix disable_buffering regression - Bring back support for ssh identity file - Cleanup remaining python-2 dependencies - Fix image save example in docs Miscellaneous: - Bump urllib3 to 1.26.5 - Bump requests to 2.26.0 Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 5.0.0Javier Marcet2021-04-11
| | | | | | | | | | | | | | | | | | | | | | | | Breaking changes: - Remove support for Python 2.7 - Make Python 3.6 the minimum version supported Features: - Add limit parameter to image search endpoint Bugfixes: - Fix KeyError exception on secret create - Verify TLS keys loaded from docker contexts - Update PORT_SPEC regex to allow square brackets for IPv6 addresses - Fix containers and images documentation examples Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 4.4.4Javier Marcet2021-03-09
| | | | | | | | | Bugfixes: - Remove LD_LIBRARY_PATH and SSL_CERT_FILE environment variables when shelling out to the ssh client. Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 4.4.3Javier Marcet2021-02-19
| | | | | | | | Bugfixes: - Fix SSH port parsing when shelling out to the ssh client Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 4.4.2Javier Marcet2021-02-15
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 4.4.1Javier Marcet2021-01-11
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 4.3.1Javier Marcet2020-08-24
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 4.2.2Javier Marcet2020-07-03
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-packages: Remove variantsJeffery To2020-06-14
| | | | | | | These packages were in the PR stage when the cleanup occurred and so still had VARIANT:=python3. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python3-docker: add a new packageJavier Marcet2020-06-08
Signed-off-by: Javier Marcet <javier@marcet.info>