diff --git a/_service b/_service index d6c9761..8a3f6ad 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-designateclient/python-designateclient.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-designateclient/python-designateclient.spec.j2 python-designateclient.spec - https://raw.githubusercontent.com/openstack/python-designateclient/stable/rocky/requirements.txt + https://raw.githubusercontent.com/openstack/python-designateclient/stable/stein/requirements.txt cloud-devel@suse.de gh,openstack,python-designateclient diff --git a/python-designateclient-2.10.0.tar.gz b/python-designateclient-2.10.0.tar.gz deleted file mode 100644 index 7100874..0000000 --- a/python-designateclient-2.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a97590c9952cecdb3fd5fd9841d409a89cfeede9132cb3b1f6ad869a3e832dc -size 84898 diff --git a/python-designateclient-2.11.0.tar.gz b/python-designateclient-2.11.0.tar.gz new file mode 100644 index 0000000..4b4bef9 --- /dev/null +++ b/python-designateclient-2.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ee81e4458120d50205599da493156891d7b2a44475465ddf8ab045b17df3f4 +size 85761 diff --git a/python-designateclient.changes b/python-designateclient.changes index 258d542..04a615b 100644 --- a/python-designateclient.changes +++ b/python-designateclient.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Apr 8 12:00:50 UTC 2019 - cloud-devel@suse.de + +- update to version 2.11.0 + - Update reno for stable/rocky + - Don't quote {posargs} in tox.ini + - switch documentation job to new PTI + - add python 3.6 unit test job + - import zuul job settings from project-config + - Use templates for cover and lower-constraints + - Check item is one of six.string_types not just str + ------------------------------------------------------------------- Mon Sep 3 17:58:38 UTC 2018 - cloud-devel@suse.de diff --git a/python-designateclient.spec b/python-designateclient.spec index 7dcc7d2..2355d4c 100644 --- a/python-designateclient.spec +++ b/python-designateclient.spec @@ -1,7 +1,7 @@ # # spec file for package python-designateclient # -# 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 @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %global sname python-designateclient Name: python-designateclient -Version: 2.10.0 +Version: 2.11.0 Release: 0 Summary: OpenStack DNS as a Service - Client License: Apache-2.0 @@ -26,7 +26,6 @@ Group: Development/Languages/Python URL: https://launchpad.net/%{sname} Source0: https://files.pythonhosted.org/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz BuildRequires: openstack-macros -BuildRequires: python-devel BuildRequires: python-jsonschema >= 2.6.0 BuildRequires: python-keystoneclient BuildRequires: python-mock @@ -63,7 +62,6 @@ Documentation for the OpenStack DNS as a Service - Client. %prep %autosetup -n %{sname}-%{version} %py_req_cleanup -sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %py2_build