17
0

Accepting request 527393 from Cloud:OpenStack:Factory

- 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

OBS-URL: https://build.opensuse.org/request/show/527393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-os-api-ref?expand=0&rev=3
This commit is contained in:
2017-09-20 15:13:15 +00:00
committed by Git OBS Bridge
5 changed files with 26 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/os-api-ref/os-api-ref.spec.j2</param>
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/os-api-ref/os-api-ref.spec.j2</param>
<param name="output-name">python-os-api-ref.spec</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,os-api-ref</param>
</service>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8230086b9ab36c6fd1e5db51cfc3b8509891f4d319f73e7878bee883f0fd622a
size 89038

3
os-api-ref-1.4.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6272463e55203a412c10e5baa9a8c83085dd8c9da71c21ac2238c7659413290d
size 90184

View File

@@ -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

View File

@@ -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