Hello community,
here is the log from the commit of package python-automaton for
openSUSE:Factory checked in at 2019-12-04 13:48:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-automaton (Old)
and /work/SRC/openSUSE:Factory/.python-automaton.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-automaton"
Wed Dec 4 13:48:01 2019 rev:14 rq:736637 version:1.17.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-automaton/python-automaton.changes
2019-05-03 22:39:53.146920957 +0200
+++
/work/SRC/openSUSE:Factory/.python-automaton.new.4691/python-automaton.changes
2019-12-04 14:18:44.734361426 +0100
@@ -1,0 +2,12 @@
+Wed Oct 9 12:50:56 UTC 2019 - [email protected]
+
+- update to version 1.17.0
+ - add python 3.7 unit test job
+ - Add local bindep.txt
+ - Update to opendev
+ - Update master for stable/stein
+ - Add Python 3 Train unit tests
+ - OpenDev Migration Patch
+ - Sync Sphinx requirement
+
+-------------------------------------------------------------------
Old:
----
automaton-1.16.0.tar.gz
New:
----
automaton-1.17.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-automaton.spec ++++++
--- /var/tmp/diff_new_pack.UO5kgC/_old 2019-12-04 14:18:45.122361476 +0100
+++ /var/tmp/diff_new_pack.UO5kgC/_new 2019-12-04 14:18:45.122361476 +0100
@@ -17,27 +17,25 @@
Name: python-automaton
-Version: 1.16.0
+Version: 1.17.0
Release: 0
Summary: Friendly state machines for python
License: Apache-2.0
Group: Development/Languages/Python
URL: https://launchpad.net/automaton
-Source0:
https://files.pythonhosted.org/packages/source/a/automaton/automaton-1.16.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/a/automaton/automaton-1.17.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
BuildRequires: python2-PrettyTable >= 0.7.2
BuildRequires: python2-oslotest
BuildRequires: python2-pbr >= 2.0.0
BuildRequires: python2-stestr
-BuildRequires: python2-testscenarios
BuildRequires: python2-testtools
BuildRequires: python3-PrettyTable >= 0.7.2
BuildRequires: python3-devel
BuildRequires: python3-oslotest
BuildRequires: python3-pbr >= 2.0.0
BuildRequires: python3-stestr
-BuildRequires: python3-testscenarios
BuildRequires: python3-testtools
Requires: python-PrettyTable >= 0.7.2
Requires: python-pbr >= 2.0.0
@@ -51,21 +49,21 @@
%package -n python-automaton-doc
Summary: Documentation for the Automaton Library
Group: Development/Languages/Python
-BuildRequires: python-Sphinx
-BuildRequires: python-openstackdocstheme
+BuildRequires: python3-Sphinx
+BuildRequires: python3-openstackdocstheme
%description -n python-automaton-doc
Documentation for the Automaton library.
%prep
-%autosetup -p1 -n automaton-1.16.0
+%autosetup -p1 -n automaton-1.17.0
%py_req_cleanup
%build
%{python_build}
# generate html docs
-%{__python2} setup.py build_sphinx
+PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html
# remove the Sphinx-build leftovers
rm -rf html/.{doctrees,buildinfo}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.UO5kgC/_old 2019-12-04 14:18:45.146361479 +0100
+++ /var/tmp/diff_new_pack.UO5kgC/_new 2019-12-04 14:18:45.146361479 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/automaton/automaton.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/automaton/automaton.spec.j2</param>
<param name="output-name">python-automaton.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/automaton/stable/stein/requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/automaton/stable/train/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,automaton</param>
</service>
++++++ automaton-1.16.0.tar.gz -> automaton-1.17.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/automaton-1.16.0/.zuul.yaml
new/automaton-1.17.0/.zuul.yaml
--- old/automaton-1.16.0/.zuul.yaml 2019-03-01 19:45:52.000000000 +0100
+++ new/automaton-1.17.0/.zuul.yaml 2019-09-04 16:22:58.000000000 +0200
@@ -5,8 +5,7 @@
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python35-jobs
- - openstack-python36-jobs
+ - openstack-python3-train-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/automaton-1.16.0/AUTHORS new/automaton-1.17.0/AUTHORS
--- old/automaton-1.16.0/AUTHORS 2019-03-01 19:47:56.000000000 +0100
+++ new/automaton-1.17.0/AUTHORS 2019-09-04 16:23:48.000000000 +0200
@@ -2,11 +2,14 @@
Cao Xuan Hoang <[email protected]>
ChangBo Guo(gcb) <[email protected]>
Chuck Short <[email protected]>
+Corey Bryant <[email protected]>
Davanum Srinivas <[email protected]>
Doug Hellmann <[email protected]>
+Elod Illes <[email protected]>
Janonymous <[email protected]>
Joshua Harlow <[email protected]>
Joshua Harlow <[email protected]>
+Le Hou <[email protected]>
Ondřej Nový <[email protected]>
OpenStack Release Bot <[email protected]>
Ronald Bradford <[email protected]>
@@ -16,6 +19,7 @@
Tony Breeds <[email protected]>
Vu Cong Tuan <[email protected]>
gecong1973 <[email protected]>
+jacky06 <[email protected]>
kangyufei <[email protected]>
melissaml <[email protected]>
nizam <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/automaton-1.16.0/CONTRIBUTING.rst
new/automaton-1.17.0/CONTRIBUTING.rst
--- old/automaton-1.16.0/CONTRIBUTING.rst 2019-03-01 19:45:52.000000000
+0100
+++ new/automaton-1.17.0/CONTRIBUTING.rst 2019-09-04 16:22:58.000000000
+0200
@@ -1,18 +1,18 @@
If you would like to contribute to the development of OpenStack, you must
follow the steps in this page:
- http://docs.openstack.org/infra/manual/developers.html
+ https://docs.openstack.org/infra/manual/developers.html
If you already have a good understanding of how the system works and your
OpenStack accounts are set up, you can skip to the development workflow
section of this documentation to learn how changes to OpenStack should be
submitted for review via the Gerrit tool:
- http://docs.openstack.org/infra/manual/developers.html#development-workflow
+ https://docs.openstack.org/infra/manual/developers.html#development-workflow
The code is hosted at:
- http://git.openstack.org/cgit/openstack/automaton.
+ https://opendev.org/openstack/automaton.
Pull requests submitted through GitHub will be ignored.
@@ -22,7 +22,7 @@
The mailing list is (prefix subjects with "[Oslo][Automaton]"):
- http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss
+ https://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss
Questions and discussions take place in #openstack-state-management on
irc.freenode.net.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/automaton-1.16.0/ChangeLog
new/automaton-1.17.0/ChangeLog
--- old/automaton-1.16.0/ChangeLog 2019-03-01 19:47:56.000000000 +0100
+++ new/automaton-1.17.0/ChangeLog 2019-09-04 16:23:48.000000000 +0200
@@ -1,6 +1,17 @@
CHANGES
=======
+1.17.0
+------
+
+* Add Python 3 Train unit tests
+* Add local bindep.txt
+* Sync Sphinx requirement
+* Update to opendev
+* OpenDev Migration Patch
+* Update master for stable/stein
+* add python 3.7 unit test job
+
1.16.0
------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/automaton-1.16.0/HACKING.rst
new/automaton-1.17.0/HACKING.rst
--- old/automaton-1.16.0/HACKING.rst 2019-03-01 19:45:52.000000000 +0100
+++ new/automaton-1.17.0/HACKING.rst 2019-09-04 16:22:58.000000000 +0200
@@ -1,5 +1,5 @@
Automaton Style Commandments
-===============================================
+============================
Read the OpenStack Style Commandments
https://docs.openstack.org/hacking/latest/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/automaton-1.16.0/PKG-INFO
new/automaton-1.17.0/PKG-INFO
--- old/automaton-1.16.0/PKG-INFO 2019-03-01 19:47:56.000000000 +0100
+++ new/automaton-1.17.0/PKG-INFO 2019-09-04 16:23:48.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: automaton
-Version: 1.16.0
+Version: 1.17.0
Summary: Friendly state machines for python.
Home-page: https://docs.openstack.org/automaton/latest/
Author: OpenStack
@@ -27,7 +27,7 @@
* Free software: Apache license
* Documentation: https://docs.openstack.org/automaton/latest/
- * Source: https://git.openstack.org/cgit/openstack/automaton
+ * Source: https://opendev.org/openstack/automaton
* Bugs: https://bugs.launchpad.net/automaton
@@ -39,5 +39,6 @@
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/automaton-1.16.0/README.rst
new/automaton-1.17.0/README.rst
--- old/automaton-1.16.0/README.rst 2019-03-01 19:45:52.000000000 +0100
+++ new/automaton-1.17.0/README.rst 2019-09-04 16:22:58.000000000 +0200
@@ -19,5 +19,5 @@
* Free software: Apache license
* Documentation: https://docs.openstack.org/automaton/latest/
-* Source: https://git.openstack.org/cgit/openstack/automaton
+* Source: https://opendev.org/openstack/automaton
* Bugs: https://bugs.launchpad.net/automaton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/automaton-1.16.0/automaton.egg-info/PKG-INFO
new/automaton-1.17.0/automaton.egg-info/PKG-INFO
--- old/automaton-1.16.0/automaton.egg-info/PKG-INFO 2019-03-01
19:47:56.000000000 +0100
+++ new/automaton-1.17.0/automaton.egg-info/PKG-INFO 2019-09-04
16:23:48.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: automaton
-Version: 1.16.0
+Version: 1.17.0
Summary: Friendly state machines for python.
Home-page: https://docs.openstack.org/automaton/latest/
Author: OpenStack
@@ -27,7 +27,7 @@
* Free software: Apache license
* Documentation: https://docs.openstack.org/automaton/latest/
- * Source: https://git.openstack.org/cgit/openstack/automaton
+ * Source: https://opendev.org/openstack/automaton
* Bugs: https://bugs.launchpad.net/automaton
@@ -39,5 +39,6 @@
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/automaton-1.16.0/automaton.egg-info/SOURCES.txt
new/automaton-1.17.0/automaton.egg-info/SOURCES.txt
--- old/automaton-1.16.0/automaton.egg-info/SOURCES.txt 2019-03-01
19:47:56.000000000 +0100
+++ new/automaton-1.17.0/automaton.egg-info/SOURCES.txt 2019-09-04
16:23:48.000000000 +0200
@@ -8,6 +8,7 @@
LICENSE
README.rst
babel.cfg
+bindep.txt
lower-constraints.txt
requirements.txt
setup.cfg
@@ -46,6 +47,7 @@
releasenotes/source/pike.rst
releasenotes/source/queens.rst
releasenotes/source/rocky.rst
+releasenotes/source/stein.rst
releasenotes/source/unreleased.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/automaton-1.16.0/automaton.egg-info/pbr.json
new/automaton-1.17.0/automaton.egg-info/pbr.json
--- old/automaton-1.16.0/automaton.egg-info/pbr.json 2019-03-01
19:47:56.000000000 +0100
+++ new/automaton-1.17.0/automaton.egg-info/pbr.json 2019-09-04
16:23:48.000000000 +0200
@@ -1 +1 @@
-{"git_version": "0e9634c", "is_release": true}
\ No newline at end of file
+{"git_version": "5e82feb", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/automaton-1.16.0/bindep.txt
new/automaton-1.17.0/bindep.txt
--- old/automaton-1.16.0/bindep.txt 1970-01-01 01:00:00.000000000 +0100
+++ new/automaton-1.17.0/bindep.txt 2019-09-04 16:22:58.000000000 +0200
@@ -0,0 +1,6 @@
+# This is a cross-platform list tracking distribution packages needed for
install and tests;
+# see https://docs.openstack.org/infra/bindep/ for additional information.
+
+graphviz [!platform:gentoo]
+media-gfx/graphviz [platform:gentoo]
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/automaton-1.16.0/doc/source/index.rst
new/automaton-1.17.0/doc/source/index.rst
--- old/automaton-1.16.0/doc/source/index.rst 2019-03-01 19:45:52.000000000
+0100
+++ new/automaton-1.17.0/doc/source/index.rst 2019-09-04 16:22:58.000000000
+0200
@@ -1,6 +1,6 @@
-=======================================
- Welcome to automaton's documentation!
-=======================================
+=====================================
+Welcome to automaton's documentation!
+=====================================
Friendly state machines for python.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/automaton-1.16.0/doc/source/user/index.rst
new/automaton-1.17.0/doc/source/user/index.rst
--- old/automaton-1.16.0/doc/source/user/index.rst 2019-03-01
19:45:52.000000000 +0100
+++ new/automaton-1.17.0/doc/source/user/index.rst 2019-09-04
16:22:58.000000000 +0200
@@ -1,6 +1,6 @@
-======================
- automaton User Guide
-======================
+====================
+automaton User Guide
+====================
.. toctree::
:maxdepth: 2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/automaton-1.16.0/lower-constraints.txt
new/automaton-1.17.0/lower-constraints.txt
--- old/automaton-1.16.0/lower-constraints.txt 2019-03-01 19:45:52.000000000
+0100
+++ new/automaton-1.17.0/lower-constraints.txt 2019-09-04 16:22:58.000000000
+0200
@@ -37,7 +37,7 @@
restructuredtext-lint==1.1.1
six==1.10.0
snowballstemmer==1.2.1
-Sphinx==1.6.5
+Sphinx==1.6.2
sphinxcontrib-websupport==1.0.1
stevedore==1.20.0
stestr==2.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/automaton-1.16.0/releasenotes/source/index.rst
new/automaton-1.17.0/releasenotes/source/index.rst
--- old/automaton-1.16.0/releasenotes/source/index.rst 2019-03-01
19:45:52.000000000 +0100
+++ new/automaton-1.17.0/releasenotes/source/index.rst 2019-09-04
16:22:58.000000000 +0200
@@ -6,6 +6,7 @@
:maxdepth: 1
unreleased
+ stein
rocky
queens
pike
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/automaton-1.16.0/releasenotes/source/stein.rst
new/automaton-1.17.0/releasenotes/source/stein.rst
--- old/automaton-1.16.0/releasenotes/source/stein.rst 1970-01-01
01:00:00.000000000 +0100
+++ new/automaton-1.17.0/releasenotes/source/stein.rst 2019-09-04
16:22:58.000000000 +0200
@@ -0,0 +1,6 @@
+===================================
+ Stein Series Release Notes
+===================================
+
+.. release-notes::
+ :branch: stable/stein
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/automaton-1.16.0/setup.cfg
new/automaton-1.17.0/setup.cfg
--- old/automaton-1.16.0/setup.cfg 2019-03-01 19:47:56.000000000 +0100
+++ new/automaton-1.17.0/setup.cfg 2019-09-04 16:23:48.000000000 +0200
@@ -14,7 +14,8 @@
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.5
+ Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
Topic :: Software Development :: Libraries
[global]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/automaton-1.16.0/test-requirements.txt
new/automaton-1.17.0/test-requirements.txt
--- old/automaton-1.16.0/test-requirements.txt 2019-03-01 19:45:52.000000000
+0100
+++ new/automaton-1.17.0/test-requirements.txt 2019-09-04 16:22:58.000000000
+0200
@@ -6,7 +6,8 @@
doc8>=0.6.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/automaton-1.16.0/tox.ini new/automaton-1.17.0/tox.ini
--- old/automaton-1.16.0/tox.ini 2019-03-01 19:45:52.000000000 +0100
+++ new/automaton-1.17.0/tox.ini 2019-09-04 16:22:58.000000000 +0200
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = py35,py27,docs,pep8
+envlist = py27,py37,docs,pep8
[testenv:docs]
basepython = python3
@@ -9,7 +9,7 @@
[testenv]
install_command = pip install {opts} {packages}
deps =
-
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}
@@ -41,6 +41,18 @@
basepython = python3
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html
releasenotes/source releasenotes/build/html
+[testenv:bindep]
+basepython = python3
+# Do not install any requirements. We want this to be fast and work even if
+# system dependencies are missing, since it's used to tell you what system
+# dependencies are missing! This also means that bindep must be installed
+# separately, outside of the requirements files, and develop mode disabled
+# explicitly to avoid unnecessarily installing the checked-out repo too (this
+# further relies on "tox.skipsdist = True" above).
+deps = bindep
+commands = bindep test
+usedevelop = False
+
[testenv:lower-constraints]
basepython = python3
deps =