1
0

- update to version 1.8.0

- Update hacking
  - Remove cliff-tablib dependency
  - Do not add EOL releases to sitemap
  - Add openssl libs to bindep
  - Include 'deprecation' as a flag
  - sitemap: Add ocata
  - Fix to use "." to source script files
  - Remove pylint
  - Cleanup doc-tools-check-languages
  - Remove 'autogenerate_config_docs'
  - Update RELEASE_NOTES
  - extract_swift_flags: Remove 'docbook' command
  - Avoid tox_install.sh for constraints support
  - Update docs theme configuration
  - [autohelp] Update opt types
  - Remove swift tooling
  - Update sitemap tests
  - trivial: Remove 'pass_through'
  - Change priorities for sitemap
  - Remove setting of version/release from releasenotes
  - [diff_branches] remove the broken --format option
  - Index options by group too
  - Actually skip 'update' when flagmapping are disabled
  - add lower-constraints job
  - Add bindep.txt
  - Remove some useless files
  - Remove "cleanup" tools
  - option.help can be None
  - Clean imports in code

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-openstack-doc-tools?expand=0&rev=10
This commit is contained in:
2018-09-04 08:02:41 +00:00
committed by Git OBS Bridge
parent 85e45131d9
commit 8eb39239d3
5 changed files with 78 additions and 19 deletions

View File

@@ -1,3 +1,62 @@
-------------------------------------------------------------------
Tue Sep 4 08:01:56 UTC 2018 - cloud-devel@suse.de
- update to version 1.8.0
- Update hacking
- Remove cliff-tablib dependency
- Do not add EOL releases to sitemap
- Add openssl libs to bindep
- Include 'deprecation' as a flag
- sitemap: Add ocata
- Fix to use "." to source script files
- Remove pylint
- Cleanup doc-tools-check-languages
- Remove 'autogenerate_config_docs'
- Update RELEASE_NOTES
- extract_swift_flags: Remove 'docbook' command
- Avoid tox_install.sh for constraints support
- Update docs theme configuration
- [autohelp] Update opt types
- Remove swift tooling
- Update sitemap tests
- trivial: Remove 'pass_through'
- Change priorities for sitemap
- Remove setting of version/release from releasenotes
- [diff_branches] remove the broken --format option
- Index options by group too
- Actually skip 'update' when flagmapping are disabled
- add lower-constraints job
- Add bindep.txt
- Remove some useless files
- Remove "cleanup" tools
- option.help can be None
- Clean imports in code
- Remove MANIFEST.in file
- Add missing doc for dump in autohelp-wrapper
- Remove unused oslo.config requirement
- Update links in README
- Remove the 'openstack-auto-commands' tool
- [cli-ref] add API version for cinder explicitly
- Switch to openstackdocstheme
- [cli-ref] add line break to avoid lengthy line
- [autohelp] Return options as dicts instead of lists
- Fix URLs
- Add release-note about docs
- Make openstack-doc-tools can be used in the individual client repos
- Remove handling of install-guide/config-reference for Pike
- Simplify the format of paragraphs
- Allow overriding of openstack-manuals dir
- [lang] Fixes PUBLISH_DIR for api-quick-start
- Handle object type when registering runtime options in autohelp
- Separate option formatting
- Remove unnecessary parameter
- Update index page
- Document installation of scrapy via pip
- Update ZUUL variables for Zuul v3
- Updated from global requirements
- extract_swift_flags: Remove '--from' argument
- Make flagmapping optional
-------------------------------------------------------------------
Fri Feb 23 13:16:27 UTC 2018 - tbechtold@suse.com