commit python-openstack-doc-tools for openSUSE:Factory
Hello community, here is the log from the commit of package python-openstack-doc-tools for openSUSE:Factory checked in at 2017-08-28 15:30:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-openstack-doc-tools (Old) and /work/SRC/openSUSE:Factory/.python-openstack-doc-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-openstack-doc-tools" Mon Aug 28 15:30:24 2017 rev:3 rq:514883 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-openstack-doc-tools/python-openstack-doc-tools.changes 2017-02-21 13:40:50.388782981 +0100 +++ /work/SRC/openSUSE:Factory/.python-openstack-doc-tools.new/python-openstack-doc-tools.changes 2017-08-28 15:30:26.268798745 +0200 @@ -1,0 +2,20 @@ +Mon Aug 7 09:07:58 UTC 2017 - cloud-devel@suse.de + +- update to version 1.5.0 + - Add py35 to trove classifier + - Typo fix: occured => occurred + - [cli-ref] emphasize the warning + - [cli-ref] support vitrage command + - [cli-ref] Remove Block Storage API V1 note + - Remove support for py33 + - [cli-ref] support aodhclient + - [cli-ref] fix insufficient markups + - Update to point to launchpad openstack-doc-tools + - Fix building of translated Install Guides on Mitaka + - [cli-ref] support required arguments option + - Updated from global requirements + - [cli-ref] add gnocchi subcommands + - Remove :option: + - [cli-ref] Remove Image API V1 + +------------------------------------------------------------------- Old: ---- openstack-doc-tools-1.3.0.tar.gz New: ---- openstack-doc-tools-1.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-openstack-doc-tools.spec ++++++ --- /var/tmp/diff_new_pack.4SF1VG/_old 2017-08-28 15:30:28.496485576 +0200 +++ /var/tmp/diff_new_pack.4SF1VG/_new 2017-08-28 15:30:28.520482203 +0200 @@ -19,7 +19,7 @@ %global sname openstack-doc-tools %global module os_doc_tools Name: python-openstack-doc-tools -Version: 1.3.0 +Version: 1.5.0 Release: 0 Summary: OpenStack Docs Tools License: Apache-2.0 @@ -34,7 +34,7 @@ BuildRequires: python-devel BuildRequires: python-mock >= 2.0 BuildRequires: python-oslosphinx >= 4.7.0 -BuildRequires: python-pbr >= 1.8 +BuildRequires: python-pbr >= 2.0.0 BuildRequires: python-setuptools >= 16.0 BuildRequires: python-testrepository >= 0.0.18 Requires: python-PyYAML >= 3.10.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.4SF1VG/_old 2017-08-28 15:30:28.572474893 +0200 +++ /var/tmp/diff_new_pack.4SF1VG/_new 2017-08-28 15:30:28.576474331 +0200 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/openstack-doc-tools/openstack-doc-tools.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/openstack-doc-tools/openstack-doc-tools.spec.j2</param> <param name="output-name">python-openstack-doc-tools.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,openstack-doc-tools</param> </service> ++++++ openstack-doc-tools-1.3.0.tar.gz -> openstack-doc-tools-1.5.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstack-doc-tools-1.3.0/AUTHORS new/openstack-doc-tools-1.5.0/AUTHORS --- old/openstack-doc-tools-1.3.0/AUTHORS 2017-01-09 17:09:57.000000000 +0100 +++ new/openstack-doc-tools-1.5.0/AUTHORS 2017-03-01 04:41:47.000000000 +0100 @@ -1,10 +1,13 @@ Alexis Lee <lxsli@hpe.com> Andreas Jaeger <aj@suse.com> Andreas Jaeger <aj@suse.de> +Anh Tran <anhtt@vn.fujitsu.com> +Anne Gentle <agentle@cisco.com> Anne Gentle <anne@openstack.org> Atsushi SAKAI <sakaia@jp.fujitsu.com> Bob Callaway <bob.callaway@netapp.com> Brian Moss <kallimachos@gmail.com> +Cao Xuan Hoang <hoangcx@vn.fujitsu.com> Chandan Kumar <chkumar@redhat.com> Christian Berendt <berendt@b1-systems.de> Christian Berendt <berendt@betacloud-solutions.de> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstack-doc-tools-1.3.0/ChangeLog new/openstack-doc-tools-1.5.0/ChangeLog --- old/openstack-doc-tools-1.3.0/ChangeLog 2017-01-09 17:09:57.000000000 +0100 +++ new/openstack-doc-tools-1.5.0/ChangeLog 2017-03-01 04:41:47.000000000 +0100 @@ -1,6 +1,29 @@ CHANGES ======= +1.5.0 +----- + +* Update to point to launchpad openstack-doc-tools +* [cli-ref] support required arguments option +* Updated from global requirements +* [cli-ref] support aodhclient + +1.4.0 +----- + +* Fix building of translated Install Guides on Mitaka +* [cli-ref] add gnocchi subcommands +* [cli-ref] support vitrage command +* [cli-ref] emphasize the warning +* Remove support for py33 +* Typo fix: occured => occurred +* [cli-ref] fix insufficient markups +* Remove :option: +* Add py35 to trove classifier +* [cli-ref] Remove Block Storage API V1 note +* [cli-ref] Remove Image API V1 + 1.3.0 ----- @@ -391,8 +414,8 @@ * autohelp: load oslo.middleware options * Do no build Debian Install Guide by default -0.26.0 ------- +0.26 +---- * Further improvements for openstack-auto-commands * Improve openstack-auto-commands diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstack-doc-tools-1.3.0/PKG-INFO new/openstack-doc-tools-1.5.0/PKG-INFO --- old/openstack-doc-tools-1.3.0/PKG-INFO 2017-01-09 17:09:58.000000000 +0100 +++ new/openstack-doc-tools-1.5.0/PKG-INFO 2017-03-01 04:41:47.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: openstack-doc-tools -Version: 1.3.0 +Version: 1.5.0 Summary: Tools for OpenStack Documentation Home-page: http://www.openstack.org/ Author: OpenStack Documentation @@ -66,8 +66,8 @@ * License: Apache License, Version 2.0 - * Source: http://git.openstack.org/cgit/openstack/openstack-doc-tools - * Bugs: http://bugs.launchpad.net/openstack-manuals + * Source: https://git.openstack.org/cgit/openstack/openstack-doc-tools + * Bugs: https://bugs.launchpad.net/openstack-doc-tools Regenerating config option tables @@ -86,5 +86,5 @@ Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstack-doc-tools-1.3.0/README.rst new/openstack-doc-tools-1.5.0/README.rst --- old/openstack-doc-tools-1.3.0/README.rst 2017-01-09 17:06:38.000000000 +0100 +++ new/openstack-doc-tools-1.5.0/README.rst 2017-03-01 04:40:18.000000000 +0100 @@ -58,8 +58,8 @@ * License: Apache License, Version 2.0 -* Source: http://git.openstack.org/cgit/openstack/openstack-doc-tools -* Bugs: http://bugs.launchpad.net/openstack-manuals +* Source: https://git.openstack.org/cgit/openstack/openstack-doc-tools +* Bugs: https://bugs.launchpad.net/openstack-doc-tools Regenerating config option tables diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstack-doc-tools-1.3.0/RELEASE_NOTES.rst new/openstack-doc-tools-1.5.0/RELEASE_NOTES.rst --- old/openstack-doc-tools-1.3.0/RELEASE_NOTES.rst 2017-01-09 17:06:38.000000000 +0100 +++ new/openstack-doc-tools-1.5.0/RELEASE_NOTES.rst 2017-03-01 04:40:18.000000000 +0100 @@ -188,7 +188,7 @@ * ``autohelp-wrapper``: New tool to simplify the setup of an autohelp.py environment. * ``diff_branches.py``: Generates a listing of the configuration options - changes that occured between 2 openstack releases. + changes that occurred between 2 openstack releases. * ``autohelp.py``: Add the 'dump' subcommand, include swift. * ``jsoncheck.py``: Add public API. * Added tool to generate a sitemap.xml file. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstack-doc-tools-1.3.0/bin/doc-tools-check-languages new/openstack-doc-tools-1.5.0/bin/doc-tools-check-languages --- old/openstack-doc-tools-1.3.0/bin/doc-tools-check-languages 2017-01-09 17:06:38.000000000 +0100 +++ new/openstack-doc-tools-1.5.0/bin/doc-tools-check-languages 2017-03-01 04:40:18.000000000 +0100 @@ -242,8 +242,11 @@ ;; install-guide) for tag in $INSTALL_TAGS ; do - mv publish-docs/$language/$book-${tag} \ - publish-docs/draft/$language/$book-${tag} + # Not all tags might be build on all branches + if [[ -d publish-docs/$language/$book-${tag} ]] ; then + mv publish-docs/$language/$book-${tag} \ + publish-docs/draft/$language/$book-${tag} + fi done rmdir --ignore-fail-on-non-empty publish-docs/$language/ ;; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstack-doc-tools-1.3.0/bin/doc-tools-update-cli-reference new/openstack-doc-tools-1.5.0/bin/doc-tools-update-cli-reference --- old/openstack-doc-tools-1.3.0/bin/doc-tools-update-cli-reference 2017-01-09 17:06:38.000000000 +0100 +++ new/openstack-doc-tools-1.5.0/bin/doc-tools-update-cli-reference 2017-03-01 04:40:18.000000000 +0100 @@ -54,7 +54,9 @@ # OSProfiler is an OpenStack cross-project profiling library. pip install --upgrade osprofiler -if [[ $project == 'gnocchi' ]]; then +if [[ $project == 'aodh' ]]; then + pip install --upgrade ${project}client +elif [[ $project == 'gnocchi' ]]; then pip install --upgrade ${project}client else pip install --upgrade python-${project}client diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstack-doc-tools-1.3.0/openstack_doc_tools.egg-info/PKG-INFO new/openstack-doc-tools-1.5.0/openstack_doc_tools.egg-info/PKG-INFO --- old/openstack-doc-tools-1.3.0/openstack_doc_tools.egg-info/PKG-INFO 2017-01-09 17:09:57.000000000 +0100 +++ new/openstack-doc-tools-1.5.0/openstack_doc_tools.egg-info/PKG-INFO 2017-03-01 04:41:47.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: openstack-doc-tools -Version: 1.3.0 +Version: 1.5.0 Summary: Tools for OpenStack Documentation Home-page: http://www.openstack.org/ Author: OpenStack Documentation @@ -66,8 +66,8 @@ * License: Apache License, Version 2.0 - * Source: http://git.openstack.org/cgit/openstack/openstack-doc-tools - * Bugs: http://bugs.launchpad.net/openstack-manuals + * Source: https://git.openstack.org/cgit/openstack/openstack-doc-tools + * Bugs: https://bugs.launchpad.net/openstack-doc-tools Regenerating config option tables @@ -86,5 +86,5 @@ Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstack-doc-tools-1.3.0/openstack_doc_tools.egg-info/SOURCES.txt new/openstack-doc-tools-1.5.0/openstack_doc_tools.egg-info/SOURCES.txt --- old/openstack-doc-tools-1.3.0/openstack_doc_tools.egg-info/SOURCES.txt 2017-01-09 17:09:58.000000000 +0100 +++ new/openstack-doc-tools-1.5.0/openstack_doc_tools.egg-info/SOURCES.txt 2017-03-01 04:41:47.000000000 +0100 @@ -67,6 +67,7 @@ releasenotes/notes/cli-ref-rst-20365acfdba086f2.yaml releasenotes/notes/conf-in-manuals-f2d57e04ee35741f.yaml releasenotes/notes/docbook-removal-0c0d6c5a7b73ab77.yaml +releasenotes/notes/docbuild-mitaka-52668f8862e88552.yaml releasenotes/notes/fix-langs-tox-c3ead8fa02de31fc.yaml releasenotes/notes/i18n-bug-report-b1031955789ee343.yaml releasenotes/notes/rework-install-guide-d50130d9a7189009.yaml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstack-doc-tools-1.3.0/openstack_doc_tools.egg-info/pbr.json new/openstack-doc-tools-1.5.0/openstack_doc_tools.egg-info/pbr.json --- old/openstack-doc-tools-1.3.0/openstack_doc_tools.egg-info/pbr.json 2017-01-09 17:09:57.000000000 +0100 +++ new/openstack-doc-tools-1.5.0/openstack_doc_tools.egg-info/pbr.json 2017-03-01 04:41:47.000000000 +0100 @@ -1 +1 @@ -{"is_release": true, "git_version": "f2fcfc5"} \ No newline at end of file +{"is_release": true, "git_version": "aeddde1"} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstack-doc-tools-1.3.0/openstack_doc_tools.egg-info/requires.txt new/openstack-doc-tools-1.5.0/openstack_doc_tools.egg-info/requires.txt --- old/openstack-doc-tools-1.3.0/openstack_doc_tools.egg-info/requires.txt 2017-01-09 17:09:57.000000000 +0100 +++ new/openstack-doc-tools-1.5.0/openstack_doc_tools.egg-info/requires.txt 2017-03-01 04:41:47.000000000 +0100 @@ -2,8 +2,8 @@ iso8601>=0.1.11 lxml!=3.7.0,>=2.3 oslo.config!=3.18.0,>=3.14.0 -docutils!=0.13.1,>=0.11 -sphinx!=1.3b1,<1.4,>=1.2.1 +docutils>=0.11 +sphinx>=1.5.1 demjson PyYAML>=3.10.0 cliff-tablib>=1.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstack-doc-tools-1.3.0/os_doc_tools/commands.py new/openstack-doc-tools-1.5.0/os_doc_tools/commands.py --- old/openstack-doc-tools-1.3.0/os_doc_tools/commands.py 2017-01-09 17:06:38.000000000 +0100 +++ new/openstack-doc-tools-1.5.0/os_doc_tools/commands.py 2017-03-01 04:40:18.000000000 +0100 @@ -14,7 +14,6 @@ import argparse import os -import re import subprocess import sys import yaml @@ -40,11 +39,6 @@ line = line.replace('\\', '\\\\').replace('`', '\\`').replace('*', '\\*') - if '--' in line: - line = re.sub(r'(--[^ .\'\\]*)', r":option:`\1`", line) - # work around for "`--`" at murano - line = line.replace('\\`:option:`--`\\`', '```--```') - if 'DEPRECATED!' in line: line = line.replace('DEPRECATED!', '**DEPRECATED!**') elif 'DEPRECATED' in line: @@ -87,15 +81,29 @@ print("Documenting '%s help (version %s)'" % (os_command, version)) os_file = open(os.path.join(output_dir, os_filename), 'w') - os_file.write(".. ## WARNING #####################################\n") + os_file.write(".. ###################################################\n") + os_file.write(".. ## WARNING ######################################\n") + os_file.write(".. ############## WARNING ##########################\n") + os_file.write(".. ########################## WARNING ##############\n") + os_file.write(".. ###################################### WARNING ##\n") + os_file.write(".. ###################################################\n") + os_file.write(".. ###################################################\n") + os_file.write(".. ##\n") os_file.write(".. This file is tool-generated. Do not edit manually.\n") - os_file.write(".. ##################################################\n\n") + os_file.write(".. http://docs.openstack.org/contributor-guide/\n") + os_file.write(".. doc-tools/cli-reference.html\n") + os_file.write(".. ##\n") + os_file.write(".. ## WARNING ######################################\n") + os_file.write(".. ############## WARNING ##########################\n") + os_file.write(".. ########################## WARNING ##############\n") + os_file.write(".. ###################################### WARNING ##\n") + os_file.write(".. ###################################################\n\n") format_heading(title, 1, os_file) if os_command == "heat": os_file.write(".. warning::\n\n") os_file.write(" The " + os_command + " CLI is deprecated\n") - os_file.write(" in favor of python-openstackclient.\n") + os_file.write(" in favor of python-openstackclient.\n\n") os_file.write("The " + os_command + " client is the command-line ") os_file.write("interface (CLI) for\n") @@ -489,9 +497,10 @@ line_index += 1 if line.startswith('Usage:') and os_command == "swift": line = line[len("Usage: "):] - if line.startswith(('Arguments:', 'Positional arguments:', - 'positional arguments', 'Optional arguments', - 'optional arguments')): + if line.startswith(('Arguments:', + 'Positional arguments:', 'positional arguments', + 'Optional arguments', 'optional arguments', + 'Required arguments', 'required arguments')): if in_para: in_para = False os_file.write("\n") @@ -505,7 +514,14 @@ 'optional arguments')): format_help('Optional arguments', help_lines[line_index + 1:], os_file) - break + skip_lines = True + continue + elif line.startswith(('Required arguments:', + 'required arguments')): + format_help('Required arguments', + help_lines[line_index + 1:], os_file) + skip_lines = True + continue else: format_help('Arguments', help_lines[line_index + 1:], os_file) break @@ -670,36 +686,9 @@ if subcommands == 'complete' and data.get('subcommands'): subcommands = data.get('subcommands') - if os_command == 'cinder': - out_file.write("You can select an API version to use by adding the\n") - out_file.write(":option:`--os-volume-api-version` parameter or by\n") - out_file.write("setting the corresponding environment variable:\n\n") - - out_file.write(".. code-block:: console\n\n") - out_file.write(" export OS_VOLUME_API_VERSION=1\n\n") - - out_file.write("This chapter describes the commands with API v2.\n\n") - elif os_command == 'glance': - format_heading("Image service API v2 commands", 2, out_file) - discover_and_generate_subcommands(os_command, out_file, subcommands, None, "", "") - # Print subcommands for different API versions - if os_command == 'glance': - out_file.write("\n") - format_heading("Image service API v1 commands", 2, out_file) - out_file.write("As of this version, the default API version is 2.\n") - out_file.write("You can select an API version to use by adding the\n") - out_file.write(":option:`--os-image-api-version` parameter or by\n") - out_file.write("setting the corresponding environment variable:\n\n") - - out_file.write(".. code-block:: console\n\n") - out_file.write(" export OS_IMAGE_API_VERSION=1\n\n") - discover_and_generate_subcommands(os_command, out_file, subcommands, - ["--os-image-api-version", "1"], - "_v1", " (v1)") - print("Finished.\n") out_file.close() return True diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstack-doc-tools-1.3.0/os_doc_tools/resources/clients.yaml new/openstack-doc-tools-1.5.0/os_doc_tools/resources/clients.yaml --- old/openstack-doc-tools-1.3.0/os_doc_tools/resources/clients.yaml 2017-01-09 17:06:38.000000000 +0100 +++ new/openstack-doc-tools-1.5.0/os_doc_tools/resources/clients.yaml 2017-03-01 04:40:18.000000000 +0100 @@ -1,4 +1,17 @@ --- +aodh: + name: Telemetry Alarming service (aodh) + subcommands: + - alarm create + - alarm delete + - alarm list + - alarm show + - alarm state get + - alarm state set + - alarm update + - alarm-history search + - alarm-history show + - capabilities list barbican: name: Key Manager service (barbican) subcommands: complete @@ -37,6 +50,7 @@ - complete - help - measures add + - measures aggregation - measures batch-metrics - measures batch-resources-metrics - measures show @@ -44,6 +58,7 @@ - metric delete - metric list - metric show + - resource batch delete - resource create - resource delete - resource history @@ -54,6 +69,7 @@ - resource-type delete - resource-type list - resource-type show + - resource-type update - status heat: name: Orchestration service (heat) @@ -110,6 +126,8 @@ - db_recreate - db_sync - db_upgrade +vitrage: + name: RCA (Root Cause Analysis) service (vitrage) watcher: name: Infrastructure Optimization service (watcher) zaqar: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstack-doc-tools-1.3.0/releasenotes/notes/docbuild-mitaka-52668f8862e88552.yaml new/openstack-doc-tools-1.5.0/releasenotes/notes/docbuild-mitaka-52668f8862e88552.yaml --- old/openstack-doc-tools-1.3.0/releasenotes/notes/docbuild-mitaka-52668f8862e88552.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/openstack-doc-tools-1.5.0/releasenotes/notes/docbuild-mitaka-52668f8862e88552.yaml 2017-03-01 04:40:18.000000000 +0100 @@ -0,0 +1,4 @@ +--- +fixes: + - Fix building of translations on older branches where the DebConf + Install Guide does not exist. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstack-doc-tools-1.3.0/requirements.txt new/openstack-doc-tools-1.5.0/requirements.txt --- old/openstack-doc-tools-1.3.0/requirements.txt 2017-01-09 17:06:38.000000000 +0100 +++ new/openstack-doc-tools-1.5.0/requirements.txt 2017-03-01 04:40:18.000000000 +0100 @@ -6,8 +6,8 @@ iso8601>=0.1.11 # MIT lxml!=3.7.0,>=2.3 # BSD oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 -docutils!=0.13.1,>=0.11 # OSI-Approved Open Source, Public Domain -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +docutils>=0.11 # OSI-Approved Open Source, Public Domain +sphinx>=1.5.1 # BSD demjson # GLGPLv3+ PyYAML>=3.10.0 # MIT cliff-tablib>=1.0 # Apache-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstack-doc-tools-1.3.0/setup.cfg new/openstack-doc-tools-1.5.0/setup.cfg --- old/openstack-doc-tools-1.3.0/setup.cfg 2017-01-09 17:09:58.000000000 +0100 +++ new/openstack-doc-tools-1.5.0/setup.cfg 2017-03-01 04:41:47.000000000 +0100 @@ -16,8 +16,8 @@ Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 [files] packages = @@ -55,5 +55,4 @@ [egg_info] tag_build = tag_date = 0 -tag_svn_revision = 0
participants (1)
-
root@hilbert.suse.de