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

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