15
0
forked from pool/python-docker

- update to 5.0.3:

* Add cap_add and cap_drop parameters to service create and ContainerSpec
  * Add templating parameter to config create
  * Bump urllib3 to 1.26.5
  * Bump requests to 2.26.0
  * Remove support for Python 2.7
  * Make Python 3.6 the minimum version supported

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=45
This commit is contained in:
2021-12-11 22:15:02 +00:00
committed by Git OBS Bridge
parent a45b6f65ac
commit b98f99ced7
4 changed files with 16 additions and 14 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Dec 11 22:12:28 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 5.0.3:
* Add cap_add and cap_drop parameters to service create and ContainerSpec
* Add templating parameter to config create
* Bump urllib3 to 1.26.5
* Bump requests to 2.26.0
* Remove support for Python 2.7
* Make Python 3.6 the minimum version supported
-------------------------------------------------------------------
Mon Mar 8 18:07:25 UTC 2021 - Chris Coutinho <chrisbcoutinho@gmail.com>