17
0

- 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/package/show/Cloud:OpenStack:Factory/python-os-api-ref?expand=0&rev=5
This commit is contained in:
2017-08-22 11:10:09 +00:00
committed by Git OBS Bridge
parent 989b9fd625
commit a48293243b
5 changed files with 26 additions and 10 deletions

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