17
0

- update to 1.26.2:

- Enforce `docker-py` 4.2.2 as minimum version when installing with pip
  - Bump `docker-py` from 4.2.1 to 4.2.2
  - Fix context load for non-docker endpoints

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker-compose?expand=0&rev=29
This commit is contained in:
2020-08-20 11:18:54 +00:00
committed by Git OBS Bridge
parent f353e79cfd
commit ab1ee97a92
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Aug 20 11:17:55 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.26.2:
- Enforce `docker-py` 4.2.2 as minimum version when installing with pip
- Bump `docker-py` from 4.2.1 to 4.2.2
- Fix context load for non-docker endpoints
-------------------------------------------------------------------
Tue Jun 16 06:29:10 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>