diff --git a/_service b/_service index 6fcf4a5..b8b29e7 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/os-api-ref/os-api-ref.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/os-api-ref/os-api-ref.spec.j2 python-os-api-ref.spec - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt cloud-devel@suse.de gh,openstack,os-api-ref diff --git a/os-api-ref-1.2.0.tar.gz b/os-api-ref-1.2.0.tar.gz deleted file mode 100644 index 9ab969e..0000000 --- a/os-api-ref-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8230086b9ab36c6fd1e5db51cfc3b8509891f4d319f73e7878bee883f0fd622a -size 89038 diff --git a/os-api-ref-1.4.0.tar.gz b/os-api-ref-1.4.0.tar.gz new file mode 100644 index 0000000..b0ae9f7 --- /dev/null +++ b/os-api-ref-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6272463e55203a412c10e5baa9a8c83085dd8c9da71c21ac2238c7659413290d +size 90184 diff --git a/python-os-api-ref.changes b/python-os-api-ref.changes index 082b028..9f0e6e7 100644 --- a/python-os-api-ref.changes +++ b/python-os-api-ref.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Aug 22 11:07:45 UTC 2017 - cloud-devel@suse.de + +- update to version 1.4.0 + - Update hacking + - Removes unnecessary utf-8 encoding + - Updated from global requirements + - Import httplib from six to support Python 3 + - Fix for sphinx 1.6.2 + - Enable warnings as errors + - [Fix gate]Update test requirement + - add file on releasing the software + - Replaces yaml.load() with yaml.safe_load() + - Delete support py33 + - Update tests for more recent sphinx + ------------------------------------------------------------------- Fri Feb 10 16:42:25 UTC 2017 - cloud-devel@suse.de diff --git a/python-os-api-ref.spec b/python-os-api-ref.spec index 5c60bce..0865da4 100644 --- a/python-os-api-ref.spec +++ b/python-os-api-ref.spec @@ -18,7 +18,7 @@ %global sname os-api-ref Name: python-os-api-ref -Version: 1.2.0 +Version: 1.4.0 Release: 0 Summary: Sphinx Extensions to support API reference sites in OpenStack License: Apache-2.0 @@ -30,9 +30,9 @@ BuildRequires: python-PyYAML >= 3.10.0 BuildRequires: python-Sphinx BuildRequires: python-beautifulsoup4 BuildRequires: python-docutils >= 0.11 -BuildRequires: python-openstackdocstheme >= 1.5.0 +BuildRequires: python-openstackdocstheme >= 1.11.0 BuildRequires: python-oslosphinx >= 4.7.0 -BuildRequires: python-pbr >= 1.8 +BuildRequires: python-pbr >= 2.0.0 BuildRequires: python-python-subunit >= 0.0.18 BuildRequires: python-sphinx-testing BuildRequires: python-testrepository >= 0.0.18 @@ -40,8 +40,8 @@ BuildRequires: python-testtools >= 1.4.0 Requires: python-PyYAML >= 3.10.0 Requires: python-Sphinx Requires: python-docutils >= 0.11 -Requires: python-openstackdocstheme >= 1.5.0 -Requires: python-pbr >= 1.8 +Requires: python-openstackdocstheme >= 1.11.0 +Requires: python-pbr >= 2.0.0 BuildArch: noarch %description