diff --git a/marathon-0.11.0.tar.gz b/marathon-0.11.0.tar.gz new file mode 100644 index 0000000..dcf7f8e --- /dev/null +++ b/marathon-0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff14ac817e691520334332c9903c04c09dfbfa097bc60a408027ade4bc8e425b +size 25595 diff --git a/marathon-0.9.0.tar.gz b/marathon-0.9.0.tar.gz deleted file mode 100644 index 67eacaa..0000000 --- a/marathon-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98b6d4824fc14e46af35d8b8f4f24669b864130922905f56688f1cf336a0d35c -size 22333 diff --git a/python-marathon.changes b/python-marathon.changes index a0a3c58..f5f279c 100644 --- a/python-marathon.changes +++ b/python-marathon.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Wed Mar 27 12:00:32 UTC 2019 - pgajdos@suse.com + +- version update to 0.11.0 + * Added region and zone members to task model. #260 + * Exception #259 + * SSE SSL authentication not supported #247 + * Lack of support for container.networks #243 + * __init__() got an unexpected keyword argument 'port_mappings' #237 + * Wrong health check object generated for COMMAND protocol #222 + * Add support for mesos 1.6 #255 + * Possibility for send the full json object on create #252 + * events: add a few attributes #251 + * install-marathon.sh: do not remove oracle-java7-installer #250 + * MarathonClient: set verify when using sse_session #248 + * add reset delay api #246 + * fixes for issue 244 #245 + * Test against 1.4.11 #240 + * fix isuuse-238 #239 (yudong2015) + * Test against 1.4.10 instead of 1.4.9 #236 + * make models.info compatible with 1.4.9 #233 + * Fix health check 'command' #231 + * Feature/marathon constraint model improvements #229 + * Removes id validation from MarathonGroup() #228 + ------------------------------------------------------------------- Tue Dec 4 12:50:16 UTC 2018 - Matej Cepl diff --git a/python-marathon.spec b/python-marathon.spec index a319a05..7c1f6a1 100644 --- a/python-marathon.spec +++ b/python-marathon.spec @@ -1,7 +1,7 @@ # # spec file for package python-marathon # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-marathon -Version: 0.9.0 +Version: 0.11.0 Release: 0 Summary: Marathon Client Library License: MIT @@ -27,7 +27,8 @@ URL: https://github.com/thefactory/marathon-python Source: https://files.pythonhosted.org/packages/source/m/marathon/marathon-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros -Requires: python-requests >= 2.0.0 +Requires: python-requests >= 2.4.0 +Requires: python-requests-toolbelt >= 0.4.0 BuildArch: noarch %python_subpackages @@ -43,6 +44,9 @@ Python interface to the Mesos Marathon REST API. %install %python_install +%check +# requires Docker and Marathon server installed there + %files %{python_files} %license LICENSE %{python_sitelib}/*