From 7f18867affbecbb75decc6b993c15bb766b1b105d9b83905f6ef8004f125a0bd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 16 Sep 2020 11:18:13 +0000 Subject: [PATCH] - update to 0.13.0: - about view one instance app logs real time - Fix deserialization for Deploment model - Local tests no longer need docker-compose and rely on "mini-marathon" - Adding support for v1.10.19 - Updates for Marathon 1.9.109 - Fix return value for kill\_given\_tasks. - Bump requests from 2.11.1 to 2.20.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marathon?expand=0&rev=12 --- marathon-0.12.0.tar.gz | 3 --- marathon-0.13.0.tar.gz | 3 +++ python-marathon.changes | 12 ++++++++++++ python-marathon.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 marathon-0.12.0.tar.gz create mode 100644 marathon-0.13.0.tar.gz diff --git a/marathon-0.12.0.tar.gz b/marathon-0.12.0.tar.gz deleted file mode 100644 index 8b2aa17..0000000 --- a/marathon-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebc636d5736feebe165fbeb2e8f3291113e2f866bcf4edd8f33da92e1afcbb66 -size 25354 diff --git a/marathon-0.13.0.tar.gz b/marathon-0.13.0.tar.gz new file mode 100644 index 0000000..a0a3f51 --- /dev/null +++ b/marathon-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73fd9104cb5778b4cb1bb24601704beec6931133edc196ab2d6f81934d3dde0b +size 25846 diff --git a/python-marathon.changes b/python-marathon.changes index b887f26..08a1662 100644 --- a/python-marathon.changes +++ b/python-marathon.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Sep 16 11:16:02 UTC 2020 - Dirk Mueller + +- update to 0.13.0: + - about view one instance app logs real time + - Fix deserialization for Deploment model + - Local tests no longer need docker-compose and rely on "mini-marathon" + - Adding support for v1.10.19 + - Updates for Marathon 1.9.109 + - Fix return value for kill\_given\_tasks. + - Bump requests from 2.11.1 to 2.20.0 + ------------------------------------------------------------------- Thu Mar 5 14:40:42 UTC 2020 - pgajdos@suse.com diff --git a/python-marathon.spec b/python-marathon.spec index 17942ab..94ddeeb 100644 --- a/python-marathon.spec +++ b/python-marathon.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-marathon -Version: 0.12.0 +Version: 0.13.0 Release: 0 Summary: Marathon Client Library License: MIT