diff --git a/_service b/_service index 89ec4da..c67dcb6 100644 --- a/_service +++ b/_service @@ -1,10 +1,12 @@ - + enable python-designateclient + + enable diff --git a/python-designateclient-1.1.0.tar.gz b/python-designateclient-1.1.0.tar.gz deleted file mode 100644 index 9627f09..0000000 --- a/python-designateclient-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c106766caa72feca5820700058c4348e6c05a63a89a60eaa18fa6a426b0da40e -size 28410 diff --git a/python-designateclient-1.4.0.tar.gz b/python-designateclient-1.4.0.tar.gz new file mode 100644 index 0000000..1e66d94 --- /dev/null +++ b/python-designateclient-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2831fb902dc02b2885abc4b426949b0be44decb3e43d30a470ed9bfe4838906 +size 44469 diff --git a/python-designateclient.changes b/python-designateclient.changes index 0c582b6..0519fce 100644 --- a/python-designateclient.changes +++ b/python-designateclient.changes @@ -1,3 +1,64 @@ +------------------------------------------------------------------- +Mon Sep 14 09:33:56 UTC 2015 - tbechtold@suse.com + +- update to 1.4.0: + * Convert byte to str for py3 compatibilty + * Updated from global requirements + * Updated from global requirements + * Add some missing Unit Tests to test_utils.py + * Solve some py3 compatibilty issues + * Fix py3 compatibilty issues + * Updated from global requirements + * Replacing print with print() to provide py 2/3 compatibility + * Updated from global requirements + * Updated from global requirements + * Fix for ttl values + * Log error message from EndpointNotFound exceptions + * Removed peronal email address from example + * Updated from global requirements + * Fix backwards compat for edit_managed/all_tenants + * Add .eggs to gitignore + * Add backwards compat for edit_managed/all_tenants + * Updated from global requirements + * Updated from global requirements + * Updated from global requirements + * Update github link + * Sync tox.ini and add py34 + * Use oslosphinx from PyPi + * Drop incubating theme from docs + * Move all_tenants and edit_managed attributes to designate Client + * Log a more informative error upon EndpointNotFound + * Updated from global requirements + * V2 Bindings + * Add --edit-managed flag to cli + * Updated from global requirements + * Allow relative names in record-create + * Update README to work with release tools + * Uncap library requirements for liberty + * Allow to use domain names instead of ids + * Updated from global requirements + * Added extra previllege to list all domains from all tenants + * Updated from global requirements + * Updated from global requirements + * Fix if checking on ttl for Create/Update commands + * Updated from global requirements + * Workflow documentation is now in infra-manual + * Refactor KS session creation and support CA certs + * Move some useful code outside v1 + * Make token + endpoints work correctly + * Move session creation up to shell + * Set defaults for endpoint_type and service_type + * Updated from global requirements + * Use keystone sessions for v1 client + * Fixes homepage in metadata and internal docs + * Updated from global requirements + * Updated from global requirements + * Fixes pypi tarball not delivering Apache 2.0 LICENSE file + * Updated from global requirements + * Updated from global requirements +- Adjust Requires according to requirements.txt +- Add python_requires to _service file + ------------------------------------------------------------------- Wed Sep 10 15:10:18 UTC 2014 - dmueller@suse.com diff --git a/python-designateclient.spec b/python-designateclient.spec index bcc436d..e1d617c 100644 --- a/python-designateclient.spec +++ b/python-designateclient.spec @@ -1,7 +1,7 @@ # # spec file for package python-designateclient # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ %define component designateclient Name: python-%{component} -Version: 1.1.0 +Version: 1.4.0 Release: 0 Summary: Openstack DNS (Designate) API Client License: Apache-2.0 @@ -35,16 +35,23 @@ BuildRequires: python-Sphinx >= 1.1.2 %if 0%{?suse_version} && 0%{?suse_version} <= 1110 BuildRequires: python-discover %endif +BuildRequires: python-keystoneclient +BuildRequires: python-mock BuildRequires: python-mox >= 0.5.3 +BuildRequires: python-oslotest BuildRequires: python-python-subunit +BuildRequires: python-requests-mock BuildRequires: python-testrepository >= 0.0.17 Requires: python >= 2.6.8 -Requires: python-cliff >= 1.4.3 -Requires: python-jsonschema >= 1.3.0 -Requires: python-keystoneclient >= 0.3.2 -Requires: python-pbr >= 0.5.21 -Requires: python-requests >= 1.1 -Requires: python-stevedore >= 0.10 +Requires: python-cliff >= 1.13.0 +Requires: python-debtcollector >= 0.3.0 +Requires: python-jsonschema >= 2.0.0 +Requires: python-keystoneclient >= 1.6.0 +Requires: python-oslo.utils >= 1.9.0 +Requires: python-pbr >= 1.3 +Requires: python-requests >= 2.5.2 +Requires: python-six >= 1.9.0 +Requires: python-stevedore >= 1.5.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}