Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2018-09-26 14:22:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-automaton (Old)
 and      /work/SRC/openSUSE:Factory/.python-automaton.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-automaton"

Wed Sep 26 14:22:46 2018 rev:12 rq:634900 version:1.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-automaton/python-automaton.changes        
2018-09-07 15:36:52.902699479 +0200
+++ /work/SRC/openSUSE:Factory/.python-automaton.new/python-automaton.changes   
2018-09-26 14:22:48.737980010 +0200
@@ -1,0 +2,13 @@
+Tue Sep 11 07:51:46 UTC 2018 - [email protected]
+
+- update to version 1.15.0
+  - set default python to python3
+  - fix tox python3 overrides
+  - Update reno for stable/queens
+  - Trivial: Update pypi url to new url
+  - Switch to stestr
+  - fix list of default virtualenvs
+  - Updated from global requirements
+  - add lower-constraints job
+
+-------------------------------------------------------------------

Old:
----
  automaton-1.14.0.tar.gz

New:
----
  automaton-1.15.0.tar.gz

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

Other differences:
------------------
++++++ python-automaton.spec ++++++
--- /var/tmp/diff_new_pack.7TZX4C/_old  2018-09-26 14:22:49.133979379 +0200
+++ /var/tmp/diff_new_pack.7TZX4C/_new  2018-09-26 14:22:49.133979379 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           python-automaton
-Version:        1.14.0
+Version:        1.15.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.14.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/a/automaton/automaton-1.15.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-PrettyTable >= 0.7.2
@@ -31,7 +31,7 @@
 BuildRequires:  python2-oslosphinx
 BuildRequires:  python2-oslotest
 BuildRequires:  python2-pbr >= 2.0.0
-BuildRequires:  python2-testrepository
+BuildRequires:  python2-stestr
 BuildRequires:  python2-testscenarios
 BuildRequires:  python2-testtools
 BuildRequires:  python3-PrettyTable >= 0.7.2
@@ -40,7 +40,7 @@
 BuildRequires:  python3-oslosphinx
 BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr >= 2.0.0
-BuildRequires:  python3-testrepository
+BuildRequires:  python3-stestr
 BuildRequires:  python3-testscenarios
 BuildRequires:  python3-testtools
 Requires:       python-PrettyTable >= 0.7.2
@@ -63,7 +63,7 @@
 Documentation for the Automaton library.
 
 %prep
-%autosetup -p1 -n automaton-1.14.0
+%autosetup -p1 -n automaton-1.15.0
 %py_req_cleanup
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
@@ -79,9 +79,7 @@
 %{python_install}
 
 %check
-%{python_expand rm -rf .testrepository
-$python setup.py testr
-}
+%python_exec -m stestr.cli run
 
 %files %{python_files}
 %doc README.rst

++++++ automaton-1.14.0.tar.gz -> automaton-1.15.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.14.0/.stestr.conf 
new/automaton-1.15.0/.stestr.conf
--- old/automaton-1.14.0/.stestr.conf   1970-01-01 01:00:00.000000000 +0100
+++ new/automaton-1.15.0/.stestr.conf   2018-07-20 03:07:20.000000000 +0200
@@ -0,0 +1,4 @@
+[DEFAULT]
+test_path=./automaton/tests
+top_dir=./
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.14.0/.testr.conf 
new/automaton-1.15.0/.testr.conf
--- old/automaton-1.14.0/.testr.conf    2018-01-15 17:40:58.000000000 +0100
+++ new/automaton-1.15.0/.testr.conf    1970-01-01 01:00:00.000000000 +0100
@@ -1,8 +0,0 @@
-[DEFAULT]
-test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
-             OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
-             OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
-             ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT 
$IDOPTION
-test_id_option=--load-list $IDFILE
-test_list_option=--list
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.14.0/.zuul.yaml 
new/automaton-1.15.0/.zuul.yaml
--- old/automaton-1.14.0/.zuul.yaml     1970-01-01 01:00:00.000000000 +0100
+++ new/automaton-1.15.0/.zuul.yaml     2018-07-20 03:07:20.000000000 +0200
@@ -0,0 +1,7 @@
+- project:
+    check:
+      jobs:
+        - openstack-tox-lower-constraints
+    gate:
+      jobs:
+        - openstack-tox-lower-constraints
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.14.0/AUTHORS new/automaton-1.15.0/AUTHORS
--- old/automaton-1.14.0/AUTHORS        2018-01-15 17:44:36.000000000 +0100
+++ new/automaton-1.15.0/AUTHORS        2018-07-20 03:12:56.000000000 +0200
@@ -17,6 +17,7 @@
 Vu Cong Tuan <[email protected]>
 Zuul <[email protected]>
 gecong1973 <[email protected]>
+melissaml <[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.14.0/ChangeLog 
new/automaton-1.15.0/ChangeLog
--- old/automaton-1.14.0/ChangeLog      2018-01-15 17:44:36.000000000 +0100
+++ new/automaton-1.15.0/ChangeLog      2018-07-20 03:12:56.000000000 +0200
@@ -1,6 +1,21 @@
 CHANGES
 =======
 
+1.15.0
+------
+
+* Switch to stestr
+* fix tox python3 overrides
+* Trivial: Update pypi url to new url
+* fix list of default virtualenvs
+* set default python to python3
+* add lower-constraints job
+* Updated from global requirements
+* Update reno for stable/queens
+* Updated from global requirements
+* Updated from global requirements
+* Updated from global requirements
+
 1.14.0
 ------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.14.0/PKG-INFO 
new/automaton-1.15.0/PKG-INFO
--- old/automaton-1.14.0/PKG-INFO       2018-01-15 17:44:36.000000000 +0100
+++ new/automaton-1.15.0/PKG-INFO       2018-07-20 03:12:57.000000000 +0200
@@ -1,22 +1,21 @@
 Metadata-Version: 1.1
 Name: automaton
-Version: 1.14.0
+Version: 1.15.0
 Summary: Friendly state machines for python.
 Home-page: https://docs.openstack.org/automaton/latest/
 Author: OpenStack
 Author-email: [email protected]
 License: UNKNOWN
-Description-Content-Type: UNKNOWN
 Description: =========
         Automaton
         =========
         
         .. image:: https://img.shields.io/pypi/v/automaton.svg
-            :target: https://pypi.python.org/pypi/automaton/
+            :target: https://pypi.org/project/automaton/
             :alt: Latest Version
         
         .. image:: https://img.shields.io/pypi/dm/automaton.svg
-            :target: https://pypi.python.org/pypi/automaton/
+            :target: https://pypi.org/project/automaton/
             :alt: Downloads
         
         Friendly state machines for python. The goal of this library is to 
provide
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.14.0/README.rst 
new/automaton-1.15.0/README.rst
--- old/automaton-1.14.0/README.rst     2018-01-15 17:40:58.000000000 +0100
+++ new/automaton-1.15.0/README.rst     2018-07-20 03:07:20.000000000 +0200
@@ -3,11 +3,11 @@
 =========
 
 .. image:: https://img.shields.io/pypi/v/automaton.svg
-    :target: https://pypi.python.org/pypi/automaton/
+    :target: https://pypi.org/project/automaton/
     :alt: Latest Version
 
 .. image:: https://img.shields.io/pypi/dm/automaton.svg
-    :target: https://pypi.python.org/pypi/automaton/
+    :target: https://pypi.org/project/automaton/
     :alt: Downloads
 
 Friendly state machines for python. The goal of this library is to provide
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.14.0/RELEASENOTES.rst 
new/automaton-1.15.0/RELEASENOTES.rst
--- old/automaton-1.14.0/RELEASENOTES.rst       1970-01-01 01:00:00.000000000 
+0100
+++ new/automaton-1.15.0/RELEASENOTES.rst       2018-07-20 03:12:57.000000000 
+0200
@@ -0,0 +1,3 @@
+=========
+automaton
+=========
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.14.0/automaton.egg-info/PKG-INFO 
new/automaton-1.15.0/automaton.egg-info/PKG-INFO
--- old/automaton-1.14.0/automaton.egg-info/PKG-INFO    2018-01-15 
17:44:36.000000000 +0100
+++ new/automaton-1.15.0/automaton.egg-info/PKG-INFO    2018-07-20 
03:12:56.000000000 +0200
@@ -1,22 +1,21 @@
 Metadata-Version: 1.1
 Name: automaton
-Version: 1.14.0
+Version: 1.15.0
 Summary: Friendly state machines for python.
 Home-page: https://docs.openstack.org/automaton/latest/
 Author: OpenStack
 Author-email: [email protected]
 License: UNKNOWN
-Description-Content-Type: UNKNOWN
 Description: =========
         Automaton
         =========
         
         .. image:: https://img.shields.io/pypi/v/automaton.svg
-            :target: https://pypi.python.org/pypi/automaton/
+            :target: https://pypi.org/project/automaton/
             :alt: Latest Version
         
         .. image:: https://img.shields.io/pypi/dm/automaton.svg
-            :target: https://pypi.python.org/pypi/automaton/
+            :target: https://pypi.org/project/automaton/
             :alt: Downloads
         
         Friendly state machines for python. The goal of this library is to 
provide
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.14.0/automaton.egg-info/SOURCES.txt 
new/automaton-1.15.0/automaton.egg-info/SOURCES.txt
--- old/automaton-1.14.0/automaton.egg-info/SOURCES.txt 2018-01-15 
17:44:36.000000000 +0100
+++ new/automaton-1.15.0/automaton.egg-info/SOURCES.txt 2018-07-20 
03:12:57.000000000 +0200
@@ -1,5 +1,6 @@
 .coveragerc
-.testr.conf
+.stestr.conf
+.zuul.yaml
 AUTHORS
 CONTRIBUTING.rst
 ChangeLog
@@ -7,6 +8,7 @@
 LICENSE
 README.rst
 babel.cfg
+lower-constraints.txt
 requirements.txt
 setup.cfg
 setup.py
@@ -42,6 +44,7 @@
 releasenotes/source/index.rst
 releasenotes/source/ocata.rst
 releasenotes/source/pike.rst
+releasenotes/source/queens.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.14.0/automaton.egg-info/pbr.json 
new/automaton-1.15.0/automaton.egg-info/pbr.json
--- old/automaton-1.14.0/automaton.egg-info/pbr.json    2018-01-15 
17:44:36.000000000 +0100
+++ new/automaton-1.15.0/automaton.egg-info/pbr.json    2018-07-20 
03:12:56.000000000 +0200
@@ -1 +1 @@
-{"git_version": "90f3ed2", "is_release": true}
\ No newline at end of file
+{"git_version": "ce03d76", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.14.0/automaton.egg-info/requires.txt 
new/automaton-1.15.0/automaton.egg-info/requires.txt
--- old/automaton-1.14.0/automaton.egg-info/requires.txt        2018-01-15 
17:44:36.000000000 +0100
+++ new/automaton-1.15.0/automaton.egg-info/requires.txt        2018-07-20 
03:12:56.000000000 +0200
@@ -1,3 +1,3 @@
 pbr!=2.1.0,>=2.0.0
 six>=1.10.0
-PrettyTable<0.8,>=0.7.1
+PrettyTable<0.8,>=0.7.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.14.0/lower-constraints.txt 
new/automaton-1.15.0/lower-constraints.txt
--- old/automaton-1.14.0/lower-constraints.txt  1970-01-01 01:00:00.000000000 
+0100
+++ new/automaton-1.15.0/lower-constraints.txt  2018-07-20 03:07:20.000000000 
+0200
@@ -0,0 +1,46 @@
+alabaster==0.7.10
+appdirs==1.3.0
+Babel==2.3.4
+chardet==3.0.4
+coverage==4.0
+doc8==0.6.0
+docutils==0.11
+dulwich==0.15.0
+extras==1.0.0
+fixtures==3.0.0
+flake8==2.2.4
+hacking==0.10.3
+imagesize==0.7.1
+iso8601==0.1.11
+Jinja2==2.10
+keystoneauth1==3.4.0
+linecache2==1.0.0
+MarkupSafe==1.0
+mccabe==0.2.1
+mock==2.0.0
+mox3==0.20.0
+openstackdocstheme==1.18.1
+os-client-config==1.28.0
+oslotest==3.2.0
+pbr==2.0.0
+pep8==1.5.7
+prettytable==0.7.2
+pyflakes==0.8.1
+Pygments==2.2.0
+python-mimeparse==1.6.0
+python-subunit==1.0.0
+pytz==2013.6
+PyYAML==3.12
+reno==2.5.0
+requests==2.14.2
+requestsexceptions==1.2.0
+restructuredtext-lint==1.1.1
+six==1.10.0
+snowballstemmer==1.2.1
+Sphinx==1.6.5
+sphinxcontrib-websupport==1.0.1
+stevedore==1.20.0
+stestr==2.0.0
+testtools==2.2.0
+traceback2==1.4.0
+unittest2==1.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.14.0/releasenotes/notes/reno.cache 
new/automaton-1.15.0/releasenotes/notes/reno.cache
--- old/automaton-1.14.0/releasenotes/notes/reno.cache  1970-01-01 
01:00:00.000000000 +0100
+++ new/automaton-1.15.0/releasenotes/notes/reno.cache  2018-07-20 
03:12:57.000000000 +0200
@@ -0,0 +1,3 @@
+---
+file-contents: {}
+notes: []
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.14.0/releasenotes/source/index.rst 
new/automaton-1.15.0/releasenotes/source/index.rst
--- old/automaton-1.14.0/releasenotes/source/index.rst  2018-01-15 
17:40:58.000000000 +0100
+++ new/automaton-1.15.0/releasenotes/source/index.rst  2018-07-20 
03:07:20.000000000 +0200
@@ -6,5 +6,6 @@
     :maxdepth: 1
 
     unreleased
+    queens
     pike
     ocata
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.14.0/releasenotes/source/queens.rst 
new/automaton-1.15.0/releasenotes/source/queens.rst
--- old/automaton-1.14.0/releasenotes/source/queens.rst 1970-01-01 
01:00:00.000000000 +0100
+++ new/automaton-1.15.0/releasenotes/source/queens.rst 2018-07-20 
03:07:20.000000000 +0200
@@ -0,0 +1,6 @@
+===================================
+ Queens Series Release Notes
+===================================
+
+.. release-notes::
+   :branch: stable/queens
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.14.0/requirements.txt 
new/automaton-1.15.0/requirements.txt
--- old/automaton-1.14.0/requirements.txt       2018-01-15 17:40:58.000000000 
+0100
+++ new/automaton-1.15.0/requirements.txt       2018-07-20 03:07:20.000000000 
+0200
@@ -9,4 +9,4 @@
 six>=1.10.0 # MIT
 
 # For pretty formatting machines/state tables...
-PrettyTable<0.8,>=0.7.1 # BSD
+PrettyTable<0.8,>=0.7.2 # BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.14.0/test-requirements.txt 
new/automaton-1.15.0/test-requirements.txt
--- old/automaton-1.14.0/test-requirements.txt  2018-01-15 17:40:58.000000000 
+0100
+++ new/automaton-1.15.0/test-requirements.txt  2018-07-20 03:07:20.000000000 
+0200
@@ -6,10 +6,9 @@
 
 doc8>=0.6.0 # Apache-2.0
 coverage!=4.4,>=4.0 # Apache-2.0
-python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
-testrepository>=0.0.18 # Apache-2.0/BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
+stestr>=2.0.0 # Apache-2.0
 testtools>=2.2.0 # MIT
 reno>=2.5.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.14.0/tox.ini new/automaton-1.15.0/tox.ini
--- old/automaton-1.14.0/tox.ini        2018-01-15 17:40:58.000000000 +0100
+++ new/automaton-1.15.0/tox.ini        2018-07-20 03:07:20.000000000 +0200
@@ -1,9 +1,9 @@
 [tox]
 minversion = 2.0
-envlist = py35,py27,pypy,docs,pep8,venv
+envlist = py35,py27,docs,pep8
 
 [testenv:docs]
-basepython = python2.7
+basepython = python3
 commands = python setup.py build_sphinx
 
 [testenv]
@@ -12,19 +12,21 @@
   
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
   -r{toxinidir}/test-requirements.txt
   -r{toxinidir}/requirements.txt
-commands = python setup.py test --slowest --testr-args='{posargs}'
+commands = stestr run --slowest {posargs}
 
 [testenv:pep8]
+basepython = python3
 commands = flake8 {posargs}
 
 [testenv:py27]
+basepython = python2.7
 commands =
-    python setup.py testr --slowest --testr-args='{posargs}'
+    {[testenv]commands}
     sphinx-build -b doctest doc/source doc/build
     doc8 --ignore-path "doc/source/history.rst" doc/source
 
 [testenv:venv]
-basepython = python2.7
+basepython = python3
 commands = {posargs}
 
 [flake8]
@@ -32,7 +34,16 @@
 exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
 
 [testenv:cover]
+basepython = python3
 commands = python setup.py test --coverage --testr-args="{posargs}"
 
 [testenv:releasenotes]
+basepython = python3
 commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html 
releasenotes/source releasenotes/build/html
+
+[testenv:lower-constraints]
+basepython = python3
+deps =
+  -c{toxinidir}/lower-constraints.txt
+  -r{toxinidir}/test-requirements.txt
+  -r{toxinidir}/requirements.txt


Reply via email to