diff --git a/_service b/_service index af6916b..e491f2a 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-designateclient/python-designateclient.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-designateclient/python-designateclient.spec.j2 python-designateclient.spec - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt + https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt cloud-devel@suse.de gh,openstack,python-designateclient diff --git a/python-designateclient-2.7.0.tar.gz b/python-designateclient-2.7.0.tar.gz deleted file mode 100644 index 5427d91..0000000 --- a/python-designateclient-2.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30172b80f49393fed6f6817f54da7d9e99766f86fc6041b5578ca74b7f9c454a -size 82808 diff --git a/python-designateclient-2.8.0.tar.gz b/python-designateclient-2.8.0.tar.gz new file mode 100644 index 0000000..7eb301b --- /dev/null +++ b/python-designateclient-2.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8d580434c0db0b417534e6793360bff48594d5cbed78b8bbe4b9c83a29804b +size 83714 diff --git a/python-designateclient.changes b/python-designateclient.changes index 9c8ae01..59cc874 100644 --- a/python-designateclient.changes +++ b/python-designateclient.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Jan 15 10:54:09 UTC 2018 - cloud-devel@suse.de + +- update to version 2.8.0 + - Improve recordset create UI + - Split doc requirements into their own file + - Update reno for stable/pike + - Use jobs from designate repo + - Remove setting of version/release from releasenotes + - Make remote error handling more robust + - Update the documentation link for doc migration + - Avoid tox_install.sh for constraints support + - Update and optimize documentation links + - Remove unneeded requirements file + - Updated from global requirements + - Add tsig key support to python-designateclient + ------------------------------------------------------------------- Mon Aug 7 08:45:25 UTC 2017 - cloud-devel@suse.de diff --git a/python-designateclient.spec b/python-designateclient.spec index 9f5286a..f481b81 100644 --- a/python-designateclient.spec +++ b/python-designateclient.spec @@ -1,7 +1,7 @@ # # spec file for package python-designateclient # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,33 +18,33 @@ %global sname python-designateclient Name: python-designateclient -Version: 2.7.0 +Version: 2.8.0 Release: 0 Summary: OpenStack DNS as a Service - Client License: Apache-2.0 Group: Development/Languages/Python Url: https://launchpad.net/%{sname} -Source0: https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel -BuildRequires: python-jsonschema >= 2.0.0 +BuildRequires: python-jsonschema >= 2.6.0 BuildRequires: python-keystoneclient >= 3.8.0 -BuildRequires: python-mock >= 2.0 +BuildRequires: python-mock >= 2.0.0 BuildRequires: python-oslotest >= 1.10.0 BuildRequires: python-pbr >= 2.0.0 -BuildRequires: python-python-subunit >= 0.0.18 -BuildRequires: python-requests-mock >= 1.1 +BuildRequires: python-python-subunit >= 1.0.0 +BuildRequires: python-requests-mock >= 1.1.0 BuildRequires: python-setuptools >= 16.0 BuildRequires: python-testrepository >= 0.0.18 -Requires: python-cliff >= 2.6.0 +Requires: python-cliff >= 2.8.0 Requires: python-debtcollector >= 1.2.0 -Requires: python-jsonschema >= 2.0.0 -Requires: python-keystoneauth1 >= 2.21.0 +Requires: python-jsonschema >= 2.6.0 +Requires: python-keystoneauth1 >= 3.2.0 Requires: python-keystoneclient >= 3.8.0 -Requires: python-osc-lib >= 1.5.1 -Requires: python-oslo.utils >= 3.20.0 +Requires: python-osc-lib >= 1.7.0 +Requires: python-oslo.utils >= 3.31.0 Requires: python-requests >= 2.14.2 -Requires: python-six >= 1.9.0 +Requires: python-six >= 1.10.0 Requires: python-stevedore >= 1.20.0 BuildArch: noarch @@ -53,9 +53,9 @@ OpenStack DNS as a Service - Client %package doc Summary: Documentation for the OpenStack DNS as a Service - Client -Group: Documentation +Group: Documentation/HTML BuildRequires: python-Sphinx -BuildRequires: python-openstackdocstheme >= 1.11.0 +BuildRequires: python-openstackdocstheme >= 1.17.0 %description doc Documentation for the OpenStack DNS as a Service - Client.