Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2017-02-21 13:38:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-automaton (Old)
 and      /work/SRC/openSUSE:Factory/.python-automaton.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-automaton"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-automaton/python-automaton.changes        
2016-09-30 15:28:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-automaton.new/python-automaton.changes   
2017-02-21 13:39:00.348306660 +0100
@@ -1,0 +2,13 @@
+Fri Feb 10 14:03:11 UTC 2017 - [email protected]
+
+- update to version 1.7.0:
+  - Removes unnecessary utf-8 encoding
+  - Add Constraints support
+  - Updated from global requirements
+  - Don't include openstack/common in flake8 exclude list
+  - Changed the home-page link
+  - Replace six.iteritems() with .items()
+  - Fix release notes gate failure
+  - Add reno for release notes management
+
+-------------------------------------------------------------------

Old:
----
  automaton-1.4.0.tar.gz

New:
----
  automaton-1.7.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-automaton.spec ++++++
--- /var/tmp/diff_new_pack.zBMocL/_old  2017-02-21 13:39:00.944222593 +0100
+++ /var/tmp/diff_new_pack.zBMocL/_new  2017-02-21 13:39:00.948222029 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python
+# spec file for package python-automaton
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,8 @@
 
 
 %global sname automaton
-Name:           python-%{sname}
-Version:        1.4.0
+Name:           python-automaton
+Version:        1.7.0
 Release:        0
 Summary:        Friendly state machines for python
 License:        Apache-2.0
@@ -26,18 +26,18 @@
 Url:            https://launchpad/%{sname}
 Source0:        
https://pypi.io/packages/source/a/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-PrettyTable >= 0.7
+BuildRequires:  python-PrettyTable >= 0.7.1
 BuildRequires:  python-debtcollector >= 1.2.0
 BuildRequires:  python-devel
-BuildRequires:  python-oslosphinx >= 2.5.0
+BuildRequires:  python-oslosphinx >= 4.7.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-pbr >= 1.8
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
-Requires:       python-PrettyTable >= 0.7
+Requires:       python-PrettyTable >= 0.7.1
 Requires:       python-debtcollector >= 1.2.0
-Requires:       python-pbr >= 1.6
+Requires:       python-pbr >= 1.8
 Requires:       python-six >= 1.9.0
 BuildArch:      noarch
 
@@ -48,13 +48,14 @@
 Summary:        Documentation for the Automaton Library
 Group:          Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 2.5.0
+BuildRequires:  python-oslosphinx >= 4.7.0
 
 %description doc
 Documentation for the Automaton library.
 
 %prep
-%setup -q -n %{sname}-%{version}
+%autosetup -n %{sname}-%{version}
+%py_req_cleanup
 
 %build
 %py2_build

++++++ _service ++++++
--- /var/tmp/diff_new_pack.zBMocL/_old  2017-02-21 13:39:00.976218080 +0100
+++ /var/tmp/diff_new_pack.zBMocL/_new  2017-02-21 13:39:00.980217515 +0100
@@ -1,8 +1,10 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/automaton/automaton.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/automaton/automaton.spec.j2</param>
     <param name="output-name">python-automaton.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
+    <param name="changelog-email">[email protected]</param>
+    <param name="changelog-provider">gh,openstack,automaton</param>
   </service>
   <service mode="disabled" name="download_files">
     <param name="changesgenerate">enable</param>
@@ -10,4 +12,5 @@
   <service name="refresh_patches" mode="disabled">
     <param name="changesgenerate">enable</param>
   </service>
+  <service name="format_spec_file" mode="disabled"/>
 </services>

++++++ automaton-1.4.0.tar.gz -> automaton-1.7.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/AUTHORS new/automaton-1.7.0/AUTHORS
--- old/automaton-1.4.0/AUTHORS 2016-08-02 19:59:11.000000000 +0200
+++ new/automaton-1.7.0/AUTHORS 2017-01-18 15:10:12.000000000 +0100
@@ -1,4 +1,6 @@
+Cao Xuan Hoang <[email protected]>
 ChangBo Guo(gcb) <[email protected]>
+Chuck Short <[email protected]>
 Davanum Srinivas <[email protected]>
 Janonymous <[email protected]>
 Joshua Harlow <[email protected]>
@@ -8,5 +10,8 @@
 Ruby Loo <[email protected]>
 Swapnil Kulkarni (coolsvap) <[email protected]>
 Tom Cocozzello <[email protected]>
+Tony Breeds <[email protected]>
+gecong1973 <[email protected]>
+nizam <[email protected]>
 sonu.kumar <[email protected]>
 venkatamahesh <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/ChangeLog 
new/automaton-1.7.0/ChangeLog
--- old/automaton-1.4.0/ChangeLog       2016-08-02 19:59:11.000000000 +0200
+++ new/automaton-1.7.0/ChangeLog       2017-01-18 15:10:12.000000000 +0100
@@ -1,6 +1,29 @@
 CHANGES
 =======
 
+1.7.0
+-----
+
+* Don't include openstack/common in flake8 exclude list
+* Removes unnecessary utf-8 encoding
+* Add Constraints support
+* Replace six.iteritems() with .items()
+
+1.6.0
+-----
+
+* Updated from global requirements
+* Fix release notes gate failure
+* Updated from global requirements
+* Add reno for release notes management
+
+1.5.0
+-----
+
+* Changed the home-page link
+* Updated from global requirements
+* Updated from global requirements
+
 1.4.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/PKG-INFO new/automaton-1.7.0/PKG-INFO
--- old/automaton-1.4.0/PKG-INFO        2016-08-02 19:59:11.000000000 +0200
+++ new/automaton-1.7.0/PKG-INFO        2017-01-18 15:10:13.000000000 +0100
@@ -1,8 +1,8 @@
 Metadata-Version: 1.1
 Name: automaton
-Version: 1.4.0
+Version: 1.7.0
 Summary: Friendly state machines for python.
-Home-page: http://www.openstack.org/
+Home-page: http://docs.openstack.org/developer/automaton/
 Author: OpenStack
 Author-email: [email protected]
 License: UNKNOWN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/automaton/_utils.py 
new/automaton-1.7.0/automaton/_utils.py
--- old/automaton-1.4.0/automaton/_utils.py     2016-08-02 19:57:36.000000000 
+0200
+++ new/automaton-1.7.0/automaton/_utils.py     2017-01-18 15:08:45.000000000 
+0100
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-
 #    Copyright (C) 2015 Yahoo! Inc. All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/automaton/converters/pydot.py 
new/automaton-1.7.0/automaton/converters/pydot.py
--- old/automaton-1.4.0/automaton/converters/pydot.py   2016-08-02 
19:57:36.000000000 +0200
+++ new/automaton-1.7.0/automaton/converters/pydot.py   2017-01-18 
15:08:45.000000000 +0100
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-
 #    Copyright (C) 2015 Yahoo! Inc. All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/automaton/exceptions.py 
new/automaton-1.7.0/automaton/exceptions.py
--- old/automaton-1.4.0/automaton/exceptions.py 2016-08-02 19:57:36.000000000 
+0200
+++ new/automaton-1.7.0/automaton/exceptions.py 2017-01-18 15:08:45.000000000 
+0100
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-
 #    Copyright (C) 2014 Yahoo! Inc. All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/automaton/machines.py 
new/automaton-1.7.0/automaton/machines.py
--- old/automaton-1.4.0/automaton/machines.py   2016-08-02 19:57:36.000000000 
+0200
+++ new/automaton-1.7.0/automaton/machines.py   2017-01-18 15:08:45.000000000 
+0100
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-
 #    Copyright (C) 2014 Yahoo! Inc. All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -153,7 +151,7 @@
                         on_exit=state.on_exit)
         for state in state_space:
             if state.next_states:
-                for event, next_state in six.iteritems(state.next_states):
+                for event, next_state in state.next_states.items():
                     if isinstance(next_state, State):
                         next_state = next_state.name
                     m.add_transition(state.name, next_state, event)
@@ -367,11 +365,11 @@
         else:
             c.frozen = self.frozen
         if not shallow:
-            for state, data in six.iteritems(self._states):
+            for state, data in self._states.items():
                 copied_data = data.copy()
                 copied_data['reactions'] = copied_data['reactions'].copy()
                 c._states[state] = copied_data
-            for state, data in six.iteritems(self._transitions):
+            for state, data in self._transitions.items():
                 c._transitions[state] = data.copy()
         else:
             c._transitions = self._transitions
@@ -402,7 +400,7 @@
     def __iter__(self):
         """Iterates over (start, event, end) transition tuples."""
         for state in six.iterkeys(self._states):
-            for event, target in six.iteritems(self._transitions[state]):
+            for event, target in self._transitions[state].items():
                 yield (state, event, target.name)
 
     def pformat(self, sort=True, empty='.'):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/automaton/runners.py 
new/automaton-1.7.0/automaton/runners.py
--- old/automaton-1.4.0/automaton/runners.py    2016-08-02 19:57:36.000000000 
+0200
+++ new/automaton-1.7.0/automaton/runners.py    2017-01-18 15:08:45.000000000 
+0100
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-
 #    Copyright (C) 2015 Yahoo! Inc. All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/automaton/tests/test_fsm.py 
new/automaton-1.7.0/automaton/tests/test_fsm.py
--- old/automaton-1.4.0/automaton/tests/test_fsm.py     2016-08-02 
19:57:36.000000000 +0200
+++ new/automaton-1.7.0/automaton/tests/test_fsm.py     2017-01-18 
15:08:45.000000000 +0100
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-
 #    Copyright (C) 2014 Yahoo! Inc. All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/automaton.egg-info/PKG-INFO 
new/automaton-1.7.0/automaton.egg-info/PKG-INFO
--- old/automaton-1.4.0/automaton.egg-info/PKG-INFO     2016-08-02 
19:59:11.000000000 +0200
+++ new/automaton-1.7.0/automaton.egg-info/PKG-INFO     2017-01-18 
15:10:12.000000000 +0100
@@ -1,8 +1,8 @@
 Metadata-Version: 1.1
 Name: automaton
-Version: 1.4.0
+Version: 1.7.0
 Summary: Friendly state machines for python.
-Home-page: http://www.openstack.org/
+Home-page: http://docs.openstack.org/developer/automaton/
 Author: OpenStack
 Author-email: [email protected]
 License: UNKNOWN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/automaton.egg-info/SOURCES.txt 
new/automaton-1.7.0/automaton.egg-info/SOURCES.txt
--- old/automaton-1.4.0/automaton.egg-info/SOURCES.txt  2016-08-02 
19:59:11.000000000 +0200
+++ new/automaton-1.7.0/automaton.egg-info/SOURCES.txt  2017-01-18 
15:10:13.000000000 +0100
@@ -35,4 +35,11 @@
 doc/source/features.rst
 doc/source/history.rst
 doc/source/index.rst
-doc/source/installation.rst
\ No newline at end of file
+doc/source/installation.rst
+releasenotes/notes/.placeholder
+releasenotes/source/conf.py
+releasenotes/source/index.rst
+releasenotes/source/unreleased.rst
+releasenotes/source/_static/.placeholder
+releasenotes/source/_templates/.placeholder
+tools/tox_install.sh
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/automaton.egg-info/pbr.json 
new/automaton-1.7.0/automaton.egg-info/pbr.json
--- old/automaton-1.4.0/automaton.egg-info/pbr.json     2016-08-02 
19:59:11.000000000 +0200
+++ new/automaton-1.7.0/automaton.egg-info/pbr.json     2017-01-18 
15:10:12.000000000 +0100
@@ -1 +1 @@
-{"git_version": "c6278ba", "is_release": true}
\ No newline at end of file
+{"git_version": "05dbe3d", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/automaton.egg-info/requires.txt 
new/automaton-1.7.0/automaton.egg-info/requires.txt
--- old/automaton-1.4.0/automaton.egg-info/requires.txt 2016-08-02 
19:59:11.000000000 +0200
+++ new/automaton-1.7.0/automaton.egg-info/requires.txt 2017-01-18 
15:10:12.000000000 +0100
@@ -1,4 +1,4 @@
-pbr>=1.6
+pbr>=1.8
 six>=1.9.0
 debtcollector>=1.2.0
-PrettyTable<0.8,>=0.7
+PrettyTable<0.8,>=0.7.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/releasenotes/source/conf.py 
new/automaton-1.7.0/releasenotes/source/conf.py
--- old/automaton-1.4.0/releasenotes/source/conf.py     1970-01-01 
01:00:00.000000000 +0100
+++ new/automaton-1.7.0/releasenotes/source/conf.py     2017-01-18 
15:08:45.000000000 +0100
@@ -0,0 +1,279 @@
+# -*- coding: utf-8 -*-
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# automaton Release Notes documentation build configuration file, created by
+# sphinx-quickstart on Tue Nov  3 17:40:50 2015.
+#
+# This file is execfile()d with the current directory set to its
+# containing dir.
+#
+# Note that not all possible configuration values are present in this
+# autogenerated file.
+#
+# All configuration values have a default; values that are commented out
+# serve to show the default.
+
+# If extensions (or modules to document with autodoc) are in another directory,
+# add these directories to sys.path here. If the directory is relative to the
+# documentation root, use os.path.abspath to make it absolute, like shown here.
+# sys.path.insert(0, os.path.abspath('.'))
+
+# -- General configuration ------------------------------------------------
+
+# If your documentation needs a minimal Sphinx version, state it here.
+# needs_sphinx = '1.0'
+
+# Add any Sphinx extension module names here, as strings. They can be
+# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
+# ones.
+extensions = [
+    'oslosphinx',
+    'reno.sphinxext',
+]
+
+# Add any paths that contain templates here, relative to this directory.
+templates_path = ['_templates']
+
+# The suffix of source filenames.
+source_suffix = '.rst'
+
+# The encoding of source files.
+# source_encoding = 'utf-8-sig'
+
+# The master toctree document.
+master_doc = 'index'
+
+# General information about the project.
+project = u'automaton Release Notes'
+copyright = u'2016, automaton Developers'
+
+# The version info for the project you're documenting, acts as replacement for
+# |version| and |release|, also used in various other places throughout the
+# built documents.
+#
+# The short X.Y version.
+import pkg_resources
+release = pkg_resources.get_distribution('automaton').version
+# The short X.Y version.
+version = release
+
+# The language for content autogenerated by Sphinx. Refer to documentation
+# for a list of supported languages.
+# language = None
+
+# There are two options for replacing |today|: either, you set today to some
+# non-false value, then it is used:
+# today = ''
+# Else, today_fmt is used as the format for a strftime call.
+# today_fmt = '%B %d, %Y'
+
+# List of patterns, relative to source directory, that match files and
+# directories to ignore when looking for source files.
+exclude_patterns = []
+
+# The reST default role (used for this markup: `text`) to use for all
+# documents.
+# default_role = None
+
+# If true, '()' will be appended to :func: etc. cross-reference text.
+# add_function_parentheses = True
+
+# If true, the current module name will be prepended to all description
+# unit titles (such as .. function::).
+# add_module_names = True
+
+# If true, sectionauthor and moduleauthor directives will be shown in the
+# output. They are ignored by default.
+# show_authors = False
+
+# The name of the Pygments (syntax highlighting) style to use.
+pygments_style = 'sphinx'
+
+# A list of ignored prefixes for module index sorting.
+# modindex_common_prefix = []
+
+# If true, keep warnings as "system message" paragraphs in the built documents.
+# keep_warnings = False
+
+
+# -- Options for HTML output ----------------------------------------------
+
+# The theme to use for HTML and HTML Help pages.  See the documentation for
+# a list of builtin themes.
+html_theme = 'default'
+
+# Theme options are theme-specific and customize the look and feel of a theme
+# further.  For a list of options available for each theme, see the
+# documentation.
+# html_theme_options = {}
+
+# Add any paths that contain custom themes here, relative to this directory.
+# html_theme_path = []
+
+# The name for this set of Sphinx documents.  If None, it defaults to
+# "<project> v<release> documentation".
+# html_title = None
+
+# A shorter title for the navigation bar.  Default is the same as html_title.
+# html_short_title = None
+
+# The name of an image file (relative to this directory) to place at the top
+# of the sidebar.
+# html_logo = None
+
+# The name of an image file (within the static path) to use as favicon of the
+# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
+# pixels large.
+# html_favicon = None
+
+# Add any paths that contain custom static files (such as style sheets) here,
+# relative to this directory. They are copied after the builtin static files,
+# so a file named "default.css" will overwrite the builtin "default.css".
+html_static_path = ['_static']
+
+# Add any extra paths that contain custom files (such as robots.txt or
+# .htaccess) here, relative to this directory. These files are copied
+# directly to the root of the documentation.
+# html_extra_path = []
+
+# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
+# using the given strftime format.
+# html_last_updated_fmt = '%b %d, %Y'
+
+# If true, SmartyPants will be used to convert quotes and dashes to
+# typographically correct entities.
+# html_use_smartypants = True
+
+# Custom sidebar templates, maps document names to template names.
+# html_sidebars = {}
+
+# Additional templates that should be rendered to pages, maps page names to
+# template names.
+# html_additional_pages = {}
+
+# If false, no module index is generated.
+# html_domain_indices = True
+
+# If false, no index is generated.
+# html_use_index = True
+
+# If true, the index is split into individual pages for each letter.
+# html_split_index = False
+
+# If true, links to the reST sources are added to the pages.
+# html_show_sourcelink = True
+
+# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
+# html_show_sphinx = True
+
+# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
+# html_show_copyright = True
+
+# If true, an OpenSearch description file will be output, and all pages will
+# contain a <link> tag referring to it.  The value of this option must be the
+# base URL from which the finished HTML is served.
+# html_use_opensearch = ''
+
+# This is the file name suffix for HTML files (e.g. ".xhtml").
+# html_file_suffix = None
+
+# Output file base name for HTML help builder.
+htmlhelp_basename = 'automatonReleaseNotesdoc'
+
+
+# -- Options for LaTeX output ---------------------------------------------
+
+latex_elements = {
+    # The paper size ('letterpaper' or 'a4paper').
+    # 'papersize': 'letterpaper',
+
+    # The font size ('10pt', '11pt' or '12pt').
+    # 'pointsize': '10pt',
+
+    # Additional stuff for the LaTeX preamble.
+    # 'preamble': '',
+}
+
+# Grouping the document tree into LaTeX files. List of tuples
+# (source start file, target name, title,
+#  author, documentclass [howto, manual, or own class]).
+latex_documents = [
+    ('index', 'automatonReleaseNotes.tex',
+     u'automaton Release Notes Documentation',
+     u'automaton Developers', 'manual'),
+]
+
+# The name of an image file (relative to this directory) to place at the top of
+# the title page.
+# latex_logo = None
+
+# For "manual" documents, if this is true, then toplevel headings are parts,
+# not chapters.
+# latex_use_parts = False
+
+# If true, show page references after internal links.
+# latex_show_pagerefs = False
+
+# If true, show URL addresses after external links.
+# latex_show_urls = False
+
+# Documents to append as an appendix to all manuals.
+# latex_appendices = []
+
+# If false, no module index is generated.
+# latex_domain_indices = True
+
+
+# -- Options for manual page output ---------------------------------------
+
+# One entry per manual page. List of tuples
+# (source start file, name, description, authors, manual section).
+man_pages = [
+    ('index', 'automatonreleasenotes',
+     u'automaton Release Notes Documentation',
+     [u'automaton Developers'], 1)
+]
+
+# If true, show URL addresses after external links.
+# man_show_urls = False
+
+
+# -- Options for Texinfo output -------------------------------------------
+
+# Grouping the document tree into Texinfo files. List of tuples
+# (source start file, target name, title, author,
+#  dir menu entry, description, category)
+texinfo_documents = [
+    ('index', 'automatonReleaseNotes',
+     u'automaton Release Notes Documentation',
+     u'automaton Developers', 'automatonReleaseNotes',
+     'An OpenStack library for parsing configuration options from the command'
+     ' line and configuration files.',
+     'Miscellaneous'),
+]
+
+# Documents to append as an appendix to all manuals.
+# texinfo_appendices = []
+
+# If false, no module index is generated.
+# texinfo_domain_indices = True
+
+# How to display URL addresses: 'footnote', 'no', or 'inline'.
+# texinfo_show_urls = 'footnote'
+
+# If true, do not generate a @detailmenu in the "Top" node's menu.
+# texinfo_no_detailmenu = False
+
+# -- Options for Internationalization output ------------------------------
+locale_dirs = ['locale/']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/releasenotes/source/index.rst 
new/automaton-1.7.0/releasenotes/source/index.rst
--- old/automaton-1.4.0/releasenotes/source/index.rst   1970-01-01 
01:00:00.000000000 +0100
+++ new/automaton-1.7.0/releasenotes/source/index.rst   2017-01-18 
15:08:45.000000000 +0100
@@ -0,0 +1,8 @@
+===========================
+ automaton Release Notes
+===========================
+
+ .. toctree::
+    :maxdepth: 1
+
+    unreleased
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/releasenotes/source/unreleased.rst 
new/automaton-1.7.0/releasenotes/source/unreleased.rst
--- old/automaton-1.4.0/releasenotes/source/unreleased.rst      1970-01-01 
01:00:00.000000000 +0100
+++ new/automaton-1.7.0/releasenotes/source/unreleased.rst      2017-01-18 
15:08:45.000000000 +0100
@@ -0,0 +1,5 @@
+==========================
+ Unreleased Release Notes
+==========================
+
+.. release-notes::
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/requirements.txt 
new/automaton-1.7.0/requirements.txt
--- old/automaton-1.4.0/requirements.txt        2016-08-02 19:57:36.000000000 
+0200
+++ new/automaton-1.7.0/requirements.txt        2017-01-18 15:08:45.000000000 
+0100
@@ -3,7 +3,7 @@
 # process, which may cause wedges in the gate later.
 
 # See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here...
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0
 
 # Python 2->3 compatibility library.
 six>=1.9.0 # MIT
@@ -12,4 +12,4 @@
 debtcollector>=1.2.0 # Apache-2.0
 
 # For pretty formatting machines/state tables...
-PrettyTable<0.8,>=0.7 # BSD
+PrettyTable<0.8,>=0.7.1 # BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/setup.cfg 
new/automaton-1.7.0/setup.cfg
--- old/automaton-1.4.0/setup.cfg       2016-08-02 19:59:11.000000000 +0200
+++ new/automaton-1.7.0/setup.cfg       2017-01-18 15:10:13.000000000 +0100
@@ -3,7 +3,7 @@
 summary = Friendly state machines for python.
 author = OpenStack
 author-email = [email protected]
-home-page = http://www.openstack.org/
+home-page = http://docs.openstack.org/developer/automaton/
 description-file = 
        README.rst
 classifier = 
@@ -47,5 +47,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/test-requirements.txt 
new/automaton-1.7.0/test-requirements.txt
--- old/automaton-1.4.0/test-requirements.txt   2016-08-02 19:57:36.000000000 
+0200
+++ new/automaton-1.7.0/test-requirements.txt   2017-01-18 15:08:45.000000000 
+0100
@@ -5,11 +5,12 @@
 hacking<0.11,>=0.10.0
 
 doc8 # Apache-2.0
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
 python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0
 oslotest>=1.10.0 # Apache-2.0
 testrepository>=0.0.18 # Apache-2.0/BSD
 testscenarios>=0.4 # Apache-2.0/BSD
 testtools>=1.4.0 # MIT
+reno>=1.8.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/tools/tox_install.sh 
new/automaton-1.7.0/tools/tox_install.sh
--- old/automaton-1.4.0/tools/tox_install.sh    1970-01-01 01:00:00.000000000 
+0100
+++ new/automaton-1.7.0/tools/tox_install.sh    2017-01-18 15:08:45.000000000 
+0100
@@ -0,0 +1,30 @@
+#!/usr/bin/env bash
+
+# Client constraint file contains this client version pin that is in conflict
+# with installing the client from source. We should remove the version pin in
+# the constraints file before applying it for from-source installation.
+
+CONSTRAINTS_FILE="$1"
+shift 1
+
+set -e
+
+# NOTE(tonyb): Place this in the tox enviroment's log dir so it will get
+# published to logs.openstack.org for easy debugging.
+localfile="$VIRTUAL_ENV/log/upper-constraints.txt"
+
+if [[ "$CONSTRAINTS_FILE" != http* ]]; then
+    CONSTRAINTS_FILE="file://$CONSTRAINTS_FILE"
+fi
+# NOTE(tonyb): need to add curl to bindep.txt if the project supports bindep
+curl "$CONSTRAINTS_FILE" --insecure --progress-bar --output "$localfile"
+
+pip install -c"$localfile" openstack-requirements
+
+# This is the main purpose of the script: Allow local installation of
+# the current repo. It is listed in constraints file and thus any
+# install will be constrained and we need to unconstrain it.
+edit-constraints "$localfile" -- "$CLIENT_NAME"
+
+pip install -c"$localfile" -U "$@"
+exit $?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.4.0/tox.ini new/automaton-1.7.0/tox.ini
--- old/automaton-1.4.0/tox.ini 2016-08-02 19:57:36.000000000 +0200
+++ new/automaton-1.7.0/tox.ini 2017-01-18 15:08:45.000000000 +0100
@@ -1,5 +1,5 @@
 [tox]
-minversion = 1.6
+minversion = 2.0
 envlist = py35,py34,py27,pypy,docs,pep8,venv
 
 [testenv:docs]
@@ -7,6 +7,11 @@
 commands = python setup.py build_sphinx
 
 [testenv]
+setenv =
+    VIRTUAL_ENV={envdir}
+    BRANCH_NAME=master
+    CLIENT_NAME=automaton
+install_command = {toxinidir}/tools/tox_install.sh 
{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
 {opts} {packages}
 deps = -r{toxinidir}/test-requirements.txt
 commands = python setup.py test --slowest --testr-args='{posargs}'
 
@@ -25,7 +30,10 @@
 
 [flake8]
 show-source = True
-exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
+exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
 
 [testenv:cover]
 commands = python setup.py test --coverage --testr-args="{posargs}"
+
+[testenv:releasenotes]
+commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html 
releasenotes/source releasenotes/build/html


Reply via email to