commit python-automaton for openSUSE:Factory

2020-06-05 Thread root
Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2020-06-05 20:09:16

Comparing /work/SRC/openSUSE:Factory/python-automaton (Old)
 and  /work/SRC/openSUSE:Factory/.python-automaton.new.3606 (New)


Package is "python-automaton"

Fri Jun  5 20:09:16 2020 rev:16 rq:803551 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-automaton/python-automaton.changes
2020-03-24 22:32:16.717087373 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-automaton.new.3606/python-automaton.changes  
2020-06-05 20:10:33.633805681 +0200
@@ -1,0 +2,15 @@
+Tue May 12 10:01:48 UTC 2020 - cloud-de...@suse.de
+
+- update to version 2.0.1
+  - Blacklist sphinx 2.1.0 (autodoc bug)
+  - trivial: Remove noise
+  - Ignore releasenote artifacts files.
+  - Update hacking for Python3
+  - Move doc requirements into dedicated file
+  - Add python3 classifiers
+  - Update master for stable/train
+  - [ussuri][goal] Drop python 2.7 support and testing
+  - Update the constraints url
+  - Switch to Ussuri jobs
+
+---

Old:

  automaton-1.17.0.tar.gz

New:

  automaton-2.0.1.tar.gz



Other differences:
--
++ python-automaton.spec ++
--- /var/tmp/diff_new_pack.XrFI9k/_old  2020-06-05 20:10:35.705812366 +0200
+++ /var/tmp/diff_new_pack.XrFI9k/_new  2020-06-05 20:10:35.709812378 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-automaton
-Version:1.17.0
+Version:2.0.1
 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.17.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/a/automaton/automaton-2.0.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-PrettyTable >= 0.7.2
 BuildRequires:  python3-devel
@@ -58,7 +58,7 @@
 Documentation for the Automaton library.
 
 %prep
-%autosetup -p1 -n automaton-1.17.0
+%autosetup -p1 -n automaton-2.0.1
 %py_req_cleanup
 
 %build
@@ -67,7 +67,7 @@
 # generate html docs
 PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html
 # remove the Sphinx-build leftovers
-rm -rf html/.{doctrees,buildinfo}
+rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
 %{py3_install}

++ _service ++
--- /var/tmp/diff_new_pack.XrFI9k/_old  2020-06-05 20:10:35.737812469 +0200
+++ /var/tmp/diff_new_pack.XrFI9k/_new  2020-06-05 20:10:35.737812469 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/automaton/automaton.spec.j2
+https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/automaton/automaton.spec.j2
 python-automaton.spec
-https://raw.githubusercontent.com/openstack/automaton/stable/train/requirements.txt
+https://opendev.org/openstack/automaton/raw/branch/stable/ussuri/requirements.txt
 cloud-de...@suse.de
 gh,openstack,automaton
   

++ automaton-1.17.0.tar.gz -> automaton-2.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.17.0/.zuul.yaml 
new/automaton-2.0.1/.zuul.yaml
--- old/automaton-1.17.0/.zuul.yaml 2019-09-04 16:22:58.0 +0200
+++ new/automaton-2.0.1/.zuul.yaml  2020-04-07 12:08:46.0 +0200
@@ -1,11 +1,9 @@
 - project:
 templates:
   - check-requirements
-  - lib-forward-testing
   - lib-forward-testing-python3
   - openstack-lower-constraints-jobs
-  - openstack-python-jobs
-  - openstack-python3-train-jobs
+  - openstack-python3-ussuri-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.17.0/AUTHORS new/automaton-2.0.1/AUTHORS
--- old/automaton-1.17.0/AUTHORS2019-09-04 16:23:48.0 +0200
+++ new/automaton-2.0.1/AUTHORS 2020-04-07 12:09:51.0 +0200
@@ -6,6 +6,7 @@
 Davanum Srinivas 
 Doug Hellmann 
 Elod Illes 
+Hervé Beraud 
 Janonymous 
 Joshua Harlow 
 Joshua Harlow 
@@ -14,6 +15,7 @@
 OpenStack Release Bot 
 Ronald Bradford 
 Ruby Loo 
+Stephen Finucane 
 Swapnil Kulkarni (coolsvap) 
 Tom Cocozzello 
 Tony Breeds 
@@ -23,5 +25,6 @@
 kangyufei 
 melissaml 
 nizam 
+pengyuesheng 
 sonu.kumar 
 venkatamahesh 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.17.0/ChangeLog 
new/automaton-2.0.1/ChangeLog
--- 

commit python-automaton for openSUSE:Factory

2020-03-24 Thread root
Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2020-03-24 22:32:15

Comparing /work/SRC/openSUSE:Factory/python-automaton (Old)
 and  /work/SRC/openSUSE:Factory/.python-automaton.new.3160 (New)


Package is "python-automaton"

Tue Mar 24 22:32:15 2020 rev:15 rq:784077 version:1.17.0

Changes:

--- /work/SRC/openSUSE:Factory/python-automaton/python-automaton.changes
2019-12-04 14:18:44.734361426 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-automaton.new.3160/python-automaton.changes  
2020-03-24 22:32:16.717087373 +0100
@@ -1,0 +2,5 @@
+Wed Mar 11 21:12:01 UTC 2020 - Dirk Mueller 
+
+- switch to python 3.x only build
+
+---



Other differences:
--
++ python-automaton.spec ++
--- /var/tmp/diff_new_pack.m8WYfi/_old  2020-03-24 22:32:17.321087677 +0100
+++ /var/tmp/diff_new_pack.m8WYfi/_new  2020-03-24 22:32:17.325087678 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-automaton
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,27 +25,29 @@
 URL:https://launchpad.net/automaton
 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-testtools
 BuildRequires:  python3-PrettyTable >= 0.7.2
 BuildRequires:  python3-devel
 BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-stestr
 BuildRequires:  python3-testtools
-Requires:   python-PrettyTable >= 0.7.2
-Requires:   python-pbr >= 2.0.0
-Requires:   python-six >= 1.10.0
 BuildArch:  noarch
-%python_subpackages
 
 %description
 Friendly state machines for python.
 
+%package -n python3-automaton
+Summary:Friendly state machines for python
+Group:  Development/Languages/Python
+Requires:   python3-PrettyTable >= 0.7.2
+Requires:   python3-pbr >= 2.0.0
+Requires:   python3-six >= 1.10.0
+
+%description -n python3-automaton
+Friendly state machines for python.
+
+This package contains the Python 3.x module.
+
 %package -n python-automaton-doc
 Summary:Documentation for the Automaton Library
 Group:  Development/Languages/Python
@@ -60,7 +62,7 @@
 %py_req_cleanup
 
 %build
-%{python_build}
+%{py3_build}
 
 # generate html docs
 PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html
@@ -68,16 +70,16 @@
 rm -rf html/.{doctrees,buildinfo}
 
 %install
-%{python_install}
+%{py3_install}
 
 %check
-%python_exec -m stestr.cli run
+python3 -m stestr.cli run
 
-%files %{python_files}
+%files -n python3-automaton
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/automaton
-%{python_sitelib}/*.egg-info
+%{python3_sitelib}/automaton
+%{python3_sitelib}/*.egg-info
 
 %files -n python-automaton-doc
 %license LICENSE




commit python-automaton for openSUSE:Factory

2019-12-04 Thread root
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 - cloud-de...@suse.de
+
+- 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 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/automaton/automaton.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/automaton/automaton.spec.j2
 python-automaton.spec
-https://raw.githubusercontent.com/openstack/automaton/stable/stein/requirements.txt
+https://raw.githubusercontent.com/openstack/automaton/stable/train/requirements.txt
 cloud-de...@suse.de
 gh,openstack,automaton
   

++ 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.0 +0100
+++ new/automaton-1.17.0/.zuul.yaml 2019-09-04 16:22:58.0 +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/AUTHORS2019-03-01 19:47:56.0 +0100
+++ 

commit python-automaton for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2019-05-03 22:39:50

Comparing /work/SRC/openSUSE:Factory/python-automaton (Old)
 and  /work/SRC/openSUSE:Factory/.python-automaton.new.5148 (New)


Package is "python-automaton"

Fri May  3 22:39:50 2019 rev:13 rq:692815 version:1.16.0

Changes:

--- /work/SRC/openSUSE:Factory/python-automaton/python-automaton.changes
2018-09-26 14:22:48.737980010 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-automaton.new.5148/python-automaton.changes  
2019-05-03 22:39:53.146920957 +0200
@@ -1,0 +2,11 @@
+Mon Apr  8 13:58:02 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.16.0
+  - add lib-forward-testing-python3 test job
+  - Change openstack-dev to openstack-discuss
+  - Update reno for stable/rocky
+  - Use template for lower-constraints
+  - add python 3.6 unit test job
+  - import zuul job settings from project-config
+
+---

Old:

  automaton-1.15.0.tar.gz

New:

  automaton-1.16.0.tar.gz



Other differences:
--
++ python-automaton.spec ++
--- /var/tmp/diff_new_pack.489Y61/_old  2019-05-03 22:39:53.602921904 +0200
+++ /var/tmp/diff_new_pack.489Y61/_new  2019-05-03 22:39:53.606921913 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-automaton
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,39 +12,34 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-automaton
-Version:1.15.0
+Version:1.16.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.15.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/a/automaton/automaton-1.16.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-PrettyTable >= 0.7.2
-BuildRequires:  python2-debtcollector
-BuildRequires:  python2-oslosphinx
 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-debtcollector
 BuildRequires:  python3-devel
-BuildRequires:  python3-oslosphinx
 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-debtcollector
 Requires:   python-pbr >= 2.0.0
 Requires:   python-six >= 1.10.0
 BuildArch:  noarch
@@ -63,9 +58,8 @@
 Documentation for the Automaton library.
 
 %prep
-%autosetup -p1 -n automaton-1.15.0
+%autosetup -p1 -n automaton-1.16.0
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}

++ _service ++
--- /var/tmp/diff_new_pack.489Y61/_old  2019-05-03 22:39:53.630921962 +0200
+++ /var/tmp/diff_new_pack.489Y61/_new  2019-05-03 22:39:53.630921962 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/automaton/automaton.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/automaton/automaton.spec.j2
 python-automaton.spec
-https://raw.githubusercontent.com/openstack/automaton/stable/rocky/requirements.txt
+https://raw.githubusercontent.com/openstack/automaton/stable/stein/requirements.txt
 cloud-de...@suse.de
 gh,openstack,automaton
   

++ automaton-1.15.0.tar.gz -> automaton-1.16.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.15.0/.zuul.yaml 
new/automaton-1.16.0/.zuul.yaml
--- old/automaton-1.15.0/.zuul.yaml 2018-07-20 03:07:20.0 +0200
+++ new/automaton-1.16.0/.zuul.yaml 2019-03-01 19:45:52.0 +0100
@@ -1,7 +1,12 @@
 - project:
-check:
-  jobs:
-- openstack-tox-lower-constraints
-gate:
-  jobs:
-- openstack-tox-lower-constraints

commit python-automaton for openSUSE:Factory

2018-09-26 Thread root
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 - cloud-de...@suse.de
+
+- 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.0 +0100
+++ new/automaton-1.15.0/.stestr.conf   2018-07-20 03:07:20.0 +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.conf2018-01-15 17:40:58.0 +0100
+++ new/automaton-1.15.0/.testr.conf1970-01-01 01:00:00.0 +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.0 +0100
+++ new/automaton-1.15.0/.zuul.yaml 2018-07-20 03:07:20.0 +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/AUTHORS2018-01-15 

commit python-automaton for openSUSE:Factory

2018-09-07 Thread root
Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2018-09-07 15:36:49

Comparing /work/SRC/openSUSE:Factory/python-automaton (Old)
 and  /work/SRC/openSUSE:Factory/.python-automaton.new (New)


Package is "python-automaton"

Fri Sep  7 15:36:49 2018 rev:11 rq:633059 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/python-automaton/python-automaton.changes
2018-03-19 23:34:09.822475481 +0100
+++ /work/SRC/openSUSE:Factory/.python-automaton.new/python-automaton.changes   
2018-09-07 15:36:52.902699479 +0200
@@ -1,0 +2,5 @@
+Mon Sep  3 18:12:21 UTC 2018 - dmuel...@suse.com
+
+- switch to stable/rocky spec template
+
+---



Other differences:
--
++ python-automaton.spec ++
--- /var/tmp/diff_new_pack.2euKjI/_old  2018-09-07 15:36:53.302699030 +0200
+++ /var/tmp/diff_new_pack.2euKjI/_new  2018-09-07 15:36:53.306699026 +0200
@@ -22,29 +22,29 @@
 Summary:Friendly state machines for python
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://launchpad.net/automaton
+URL:https://launchpad.net/automaton
 Source0:
https://files.pythonhosted.org/packages/source/a/automaton/automaton-1.14.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python2-PrettyTable >= 0.7.1
-BuildRequires:  python2-debtcollector >= 1.2.0
-BuildRequires:  python2-oslosphinx >= 4.7.0
-BuildRequires:  python2-oslotest >= 3.2.0
+BuildRequires:  python2-PrettyTable >= 0.7.2
+BuildRequires:  python2-debtcollector
+BuildRequires:  python2-oslosphinx
+BuildRequires:  python2-oslotest
 BuildRequires:  python2-pbr >= 2.0.0
-BuildRequires:  python2-testrepository >= 0.0.18
-BuildRequires:  python2-testscenarios >= 0.4
-BuildRequires:  python2-testtools >= 2.2.0
-BuildRequires:  python3-PrettyTable >= 0.7.1
-BuildRequires:  python3-debtcollector >= 1.2.0
+BuildRequires:  python2-testrepository
+BuildRequires:  python2-testscenarios
+BuildRequires:  python2-testtools
+BuildRequires:  python3-PrettyTable >= 0.7.2
+BuildRequires:  python3-debtcollector
 BuildRequires:  python3-devel
-BuildRequires:  python3-oslosphinx >= 4.7.0
-BuildRequires:  python3-oslotest >= 3.2.0
+BuildRequires:  python3-oslosphinx
+BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr >= 2.0.0
-BuildRequires:  python3-testrepository >= 0.0.18
-BuildRequires:  python3-testscenarios >= 0.4
-BuildRequires:  python3-testtools >= 2.2.0
-Requires:   python-PrettyTable >= 0.7.1
-Requires:   python-debtcollector >= 1.2.0
+BuildRequires:  python3-testrepository
+BuildRequires:  python3-testscenarios
+BuildRequires:  python3-testtools
+Requires:   python-PrettyTable >= 0.7.2
+Requires:   python-debtcollector
 Requires:   python-pbr >= 2.0.0
 Requires:   python-six >= 1.10.0
 BuildArch:  noarch
@@ -57,7 +57,7 @@
 Summary:Documentation for the Automaton Library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.18.1
+BuildRequires:  python-openstackdocstheme
 
 %description -n python-automaton-doc
 Documentation for the Automaton library.

++ _service ++
--- /var/tmp/diff_new_pack.2euKjI/_old  2018-09-07 15:36:53.342698986 +0200
+++ /var/tmp/diff_new_pack.2euKjI/_new  2018-09-07 15:36:53.342698986 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/automaton/automaton.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/automaton/automaton.spec.j2
 python-automaton.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt
+https://raw.githubusercontent.com/openstack/automaton/stable/rocky/requirements.txt
 cloud-de...@suse.de
 gh,openstack,automaton
   




commit python-automaton for openSUSE:Factory

2018-03-19 Thread root
Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2018-03-19 23:34:08

Comparing /work/SRC/openSUSE:Factory/python-automaton (Old)
 and  /work/SRC/openSUSE:Factory/.python-automaton.new (New)


Package is "python-automaton"

Mon Mar 19 23:34:08 2018 rev:10 rq:583288 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/python-automaton/python-automaton.changes
2018-02-14 10:50:19.508484178 +0100
+++ /work/SRC/openSUSE:Factory/.python-automaton.new/python-automaton.changes   
2018-03-19 23:34:09.822475481 +0100
@@ -1,0 +2,5 @@
+Fri Feb 23 12:47:46 UTC 2018 - tbecht...@suse.com
+
+- Switch to stable/queens spec template
+
+---



Other differences:
--
++ python-automaton.spec ++
--- /var/tmp/diff_new_pack.UjPGea/_old  2018-03-19 23:34:10.778440995 +0100
+++ /var/tmp/diff_new_pack.UjPGea/_new  2018-03-19 23:34:10.782440850 +0100
@@ -16,50 +16,59 @@
 #
 
 
-%global sname automaton
 Name:   python-automaton
 Version:1.14.0
 Release:0
 Summary:Friendly state machines for python
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://launchpad.net/%{sname}
-Source0:
https://files.pythonhosted.org/packages/source/a/%{sname}/%{sname}-%{version}.tar.gz
+Url:https://launchpad.net/automaton
+Source0:
https://files.pythonhosted.org/packages/source/a/automaton/automaton-1.14.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-PrettyTable >= 0.7.1
-BuildRequires:  python-debtcollector >= 1.2.0
 BuildRequires:  python-devel
-BuildRequires:  python-oslosphinx >= 4.7.0
-BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 2.0.0
-BuildRequires:  python-testrepository >= 0.0.18
-BuildRequires:  python-testscenarios >= 0.4
-BuildRequires:  python-testtools >= 2.2.0
+BuildRequires:  python2-PrettyTable >= 0.7.1
+BuildRequires:  python2-debtcollector >= 1.2.0
+BuildRequires:  python2-oslosphinx >= 4.7.0
+BuildRequires:  python2-oslotest >= 3.2.0
+BuildRequires:  python2-pbr >= 2.0.0
+BuildRequires:  python2-testrepository >= 0.0.18
+BuildRequires:  python2-testscenarios >= 0.4
+BuildRequires:  python2-testtools >= 2.2.0
+BuildRequires:  python3-PrettyTable >= 0.7.1
+BuildRequires:  python3-debtcollector >= 1.2.0
+BuildRequires:  python3-devel
+BuildRequires:  python3-oslosphinx >= 4.7.0
+BuildRequires:  python3-oslotest >= 3.2.0
+BuildRequires:  python3-pbr >= 2.0.0
+BuildRequires:  python3-testrepository >= 0.0.18
+BuildRequires:  python3-testscenarios >= 0.4
+BuildRequires:  python3-testtools >= 2.2.0
 Requires:   python-PrettyTable >= 0.7.1
 Requires:   python-debtcollector >= 1.2.0
 Requires:   python-pbr >= 2.0.0
 Requires:   python-six >= 1.10.0
 BuildArch:  noarch
+%python_subpackages
 
 %description
 Friendly state machines for python.
 
-%package doc
+%package -n python-automaton-doc
 Summary:Documentation for the Automaton Library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.17.0
+BuildRequires:  python-openstackdocstheme >= 1.18.1
 
-%description doc
+%description -n python-automaton-doc
 Documentation for the Automaton library.
 
 %prep
-%autosetup -n %{sname}-%{version}
+%autosetup -p1 -n automaton-1.14.0
 %py_req_cleanup
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
-%py2_build
+%{python_build}
 
 # generate html docs
 %{__python2} setup.py build_sphinx
@@ -67,18 +76,20 @@
 rm -rf html/.{doctrees,buildinfo}
 
 %install
-%py2_install
+%{python_install}
 
 %check
-PYTHONPATH=. %{__python2} setup.py testr
+%{python_expand rm -rf .testrepository
+$python setup.py testr
+}
 
-%files
+%files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python2_sitelib}/%{sname}
-%{python2_sitelib}/*.egg-info
+%{python_sitelib}/automaton
+%{python_sitelib}/*.egg-info
 
-%files doc
+%files -n python-automaton-doc
 %license LICENSE
 %doc doc/build/html
 

++ _service ++
--- /var/tmp/diff_new_pack.UjPGea/_old  2018-03-19 23:34:10.822439408 +0100
+++ /var/tmp/diff_new_pack.UjPGea/_new  2018-03-19 23:34:10.826439264 +0100
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/automaton/automaton.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/automaton/automaton.spec.j2
 python-automaton.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt
 

commit python-automaton for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2018-02-14 10:50:18

Comparing /work/SRC/openSUSE:Factory/python-automaton (Old)
 and  /work/SRC/openSUSE:Factory/.python-automaton.new (New)


Package is "python-automaton"

Wed Feb 14 10:50:18 2018 rev:9 rq:575929 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/python-automaton/python-automaton.changes
2017-12-21 11:29:22.611452010 +0100
+++ /work/SRC/openSUSE:Factory/.python-automaton.new/python-automaton.changes   
2018-02-14 10:50:19.508484178 +0100
@@ -1,0 +2,6 @@
+Thu Jan 18 08:51:55 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.14.0
+  - Updated from global requirements
+
+---

Old:

  automaton-1.13.1.tar.gz

New:

  automaton-1.14.0.tar.gz



Other differences:
--
++ python-automaton.spec ++
--- /var/tmp/diff_new_pack.eLPLS8/_old  2018-02-14 10:50:20.052464602 +0100
+++ /var/tmp/diff_new_pack.eLPLS8/_new  2018-02-14 10:50:20.056464458 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-automaton
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,7 +18,7 @@
 
 %global sname automaton
 Name:   python-automaton
-Version:1.13.1
+Version:1.14.0
 Release:0
 Summary:Friendly state machines for python
 License:Apache-2.0

++ automaton-1.13.1.tar.gz -> automaton-1.14.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.13.1/AUTHORS new/automaton-1.14.0/AUTHORS
--- old/automaton-1.13.1/AUTHORS2017-12-04 11:32:15.0 +0100
+++ new/automaton-1.14.0/AUTHORS2018-01-15 17:44:36.0 +0100
@@ -15,6 +15,7 @@
 Tom Cocozzello 
 Tony Breeds 
 Vu Cong Tuan 
+Zuul 
 gecong1973 
 nizam 
 sonu.kumar 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.13.1/ChangeLog 
new/automaton-1.14.0/ChangeLog
--- old/automaton-1.13.1/ChangeLog  2017-12-04 11:32:15.0 +0100
+++ new/automaton-1.14.0/ChangeLog  2018-01-15 17:44:36.0 +0100
@@ -1,11 +1,16 @@
 CHANGES
 ===
 
+1.14.0
+--
+
+
 1.13.1
 --
 
 * Avoid tox\_install.sh for constraints support
 * Remove setting of version/release from releasenotes
+* Updated from global requirements
 
 1.13.0
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.13.1/PKG-INFO 
new/automaton-1.14.0/PKG-INFO
--- old/automaton-1.13.1/PKG-INFO   2017-12-04 11:32:15.0 +0100
+++ new/automaton-1.14.0/PKG-INFO   2018-01-15 17:44:36.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: automaton
-Version: 1.13.1
+Version: 1.14.0
 Summary: Friendly state machines for python.
 Home-page: https://docs.openstack.org/automaton/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.13.1/automaton.egg-info/PKG-INFO 
new/automaton-1.14.0/automaton.egg-info/PKG-INFO
--- old/automaton-1.13.1/automaton.egg-info/PKG-INFO2017-12-04 
11:32:15.0 +0100
+++ new/automaton-1.14.0/automaton.egg-info/PKG-INFO2018-01-15 
17:44:36.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: automaton
-Version: 1.13.1
+Version: 1.14.0
 Summary: Friendly state machines for python.
 Home-page: https://docs.openstack.org/automaton/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.13.1/automaton.egg-info/pbr.json 
new/automaton-1.14.0/automaton.egg-info/pbr.json
--- old/automaton-1.13.1/automaton.egg-info/pbr.json2017-12-04 
11:32:15.0 +0100
+++ new/automaton-1.14.0/automaton.egg-info/pbr.json2018-01-15 
17:44:36.0 +0100
@@ -1 +1 @@
-{"git_version": "67b25ef", "is_release": true}
\ No newline at end of file
+{"git_version": "90f3ed2", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.13.1/automaton.egg-info/requires.txt 
new/automaton-1.14.0/automaton.egg-info/requires.txt
--- old/automaton-1.13.1/automaton.egg-info/requires.txt2017-12-04 

commit python-automaton for openSUSE:Factory

2017-12-21 Thread root
Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2017-12-21 11:29:21

Comparing /work/SRC/openSUSE:Factory/python-automaton (Old)
 and  /work/SRC/openSUSE:Factory/.python-automaton.new (New)


Package is "python-automaton"

Thu Dec 21 11:29:21 2017 rev:8 rq:558756 version:1.13.1

Changes:

--- /work/SRC/openSUSE:Factory/python-automaton/python-automaton.changes
2017-09-29 11:56:25.645994756 +0200
+++ /work/SRC/openSUSE:Factory/.python-automaton.new/python-automaton.changes   
2017-12-21 11:29:22.611452010 +0100
@@ -1,0 +2,10 @@
+Wed Dec 20 09:36:34 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.13.1
+  - Update reno for stable/pike
+  - Remove setting of version/release from releasenotes
+  - Updated from global requirements
+  - Avoid tox_install.sh for constraints support
+  - Remove kwarg default_start_state in the machine constructor
+
+---

Old:

  automaton-1.12.1.tar.gz

New:

  automaton-1.13.1.tar.gz



Other differences:
--
++ python-automaton.spec ++
--- /var/tmp/diff_new_pack.EBYdRk/_old  2017-12-21 11:29:23.195423536 +0100
+++ /var/tmp/diff_new_pack.EBYdRk/_new  2017-12-21 11:29:23.199423341 +0100
@@ -18,13 +18,13 @@
 
 %global sname automaton
 Name:   python-automaton
-Version:1.12.1
+Version:1.13.1
 Release:0
 Summary:Friendly state machines for python
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/%{sname}
-Source0:
https://pypi.io/packages/source/a/%{sname}/%{sname}-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/a/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-PrettyTable >= 0.7.1
 BuildRequires:  python-debtcollector >= 1.2.0
@@ -34,11 +34,11 @@
 BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
-BuildRequires:  python-testtools >= 1.4.0
+BuildRequires:  python-testtools >= 2.2.0
 Requires:   python-PrettyTable >= 0.7.1
 Requires:   python-debtcollector >= 1.2.0
 Requires:   python-pbr >= 2.0.0
-Requires:   python-six >= 1.9.0
+Requires:   python-six >= 1.10.0
 BuildArch:  noarch
 
 %description
@@ -48,7 +48,7 @@
 Summary:Documentation for the Automaton Library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.16.0
+BuildRequires:  python-openstackdocstheme >= 1.17.0
 
 %description doc
 Documentation for the Automaton library.

++ _service ++
--- /var/tmp/diff_new_pack.EBYdRk/_old  2017-12-21 11:29:23.223422171 +0100
+++ /var/tmp/diff_new_pack.EBYdRk/_new  2017-12-21 11:29:23.223422171 +0100
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/automaton/automaton.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/automaton/automaton.spec.j2
 python-automaton.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt
 cloud-de...@suse.de
 gh,openstack,automaton
   

++ automaton-1.12.1.tar.gz -> automaton-1.13.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.12.1/AUTHORS new/automaton-1.13.1/AUTHORS
--- old/automaton-1.12.1/AUTHORS2017-09-27 06:25:17.0 +0200
+++ new/automaton-1.13.1/AUTHORS2017-12-04 11:32:15.0 +0100
@@ -1,3 +1,4 @@
+Andreas Jaeger 
 Cao Xuan Hoang 
 ChangBo Guo(gcb) 
 Chuck Short 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.12.1/ChangeLog 
new/automaton-1.13.1/ChangeLog
--- old/automaton-1.12.1/ChangeLog  2017-09-27 06:25:17.0 +0200
+++ new/automaton-1.13.1/ChangeLog  2017-12-04 11:32:15.0 +0100
@@ -1,12 +1,20 @@
 CHANGES
 ===
 
-1.12.1
+1.13.1
 --
 
+* Avoid tox\_install.sh for constraints support
+* Remove setting of version/release from releasenotes
+
+1.13.0
+--
+
+* Updated from global requirements
+* Remove kwarg default\_start\_state in the machine constructor
+* Updated from global requirements
+* Update reno for stable/pike
 * Updated from global requirements
-* Update UPPER\_CONSTRAINTS\_FILE for stable/pike
-* Update .gitreview for stable/pike
 
 1.12.0
 

commit python-automaton for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2017-09-29 11:56:18

Comparing /work/SRC/openSUSE:Factory/python-automaton (Old)
 and  /work/SRC/openSUSE:Factory/.python-automaton.new (New)


Package is "python-automaton"

Fri Sep 29 11:56:18 2017 rev:7 rq:529072 version:1.12.1

Changes:

--- /work/SRC/openSUSE:Factory/python-automaton/python-automaton.changes
2017-08-28 15:32:40.765890423 +0200
+++ /work/SRC/openSUSE:Factory/.python-automaton.new/python-automaton.changes   
2017-09-29 11:56:25.645994756 +0200
@@ -1,0 +2,8 @@
+Thu Sep 28 06:18:52 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.12.1
+  - Update .gitreview for stable/pike
+  - Updated from global requirements
+  - Update UPPER_CONSTRAINTS_FILE for stable/pike
+
+---

Old:

  automaton-1.12.0.tar.gz

New:

  automaton-1.12.1.tar.gz



Other differences:
--
++ python-automaton.spec ++
--- /var/tmp/diff_new_pack.fkdwbJ/_old  2017-09-29 11:56:26.505873508 +0200
+++ /var/tmp/diff_new_pack.fkdwbJ/_new  2017-09-29 11:56:26.509872943 +0200
@@ -18,7 +18,7 @@
 
 %global sname automaton
 Name:   python-automaton
-Version:1.12.0
+Version:1.12.1
 Release:0
 Summary:Friendly state machines for python
 License:Apache-2.0
@@ -48,7 +48,7 @@
 Summary:Documentation for the Automaton Library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.11.0
+BuildRequires:  python-openstackdocstheme >= 1.16.0
 
 %description doc
 Documentation for the Automaton library.

++ automaton-1.12.0.tar.gz -> automaton-1.12.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.12.0/ChangeLog 
new/automaton-1.12.1/ChangeLog
--- old/automaton-1.12.0/ChangeLog  2017-07-18 15:08:40.0 +0200
+++ new/automaton-1.12.1/ChangeLog  2017-09-27 06:25:17.0 +0200
@@ -1,6 +1,13 @@
 CHANGES
 ===
 
+1.12.1
+--
+
+* Updated from global requirements
+* Update UPPER\_CONSTRAINTS\_FILE for stable/pike
+* Update .gitreview for stable/pike
+
 1.12.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.12.0/PKG-INFO 
new/automaton-1.12.1/PKG-INFO
--- old/automaton-1.12.0/PKG-INFO   2017-07-18 15:08:40.0 +0200
+++ new/automaton-1.12.1/PKG-INFO   2017-09-27 06:25:17.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: automaton
-Version: 1.12.0
+Version: 1.12.1
 Summary: Friendly state machines for python.
 Home-page: https://docs.openstack.org/automaton/latest/
 Author: OpenStack
 Author-email: openstack-...@lists.openstack.org
 License: UNKNOWN
+Description-Content-Type: UNKNOWN
 Description: =
 Automaton
 =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.12.0/automaton.egg-info/PKG-INFO 
new/automaton-1.12.1/automaton.egg-info/PKG-INFO
--- old/automaton-1.12.0/automaton.egg-info/PKG-INFO2017-07-18 
15:08:40.0 +0200
+++ new/automaton-1.12.1/automaton.egg-info/PKG-INFO2017-09-27 
06:25:17.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: automaton
-Version: 1.12.0
+Version: 1.12.1
 Summary: Friendly state machines for python.
 Home-page: https://docs.openstack.org/automaton/latest/
 Author: OpenStack
 Author-email: openstack-...@lists.openstack.org
 License: UNKNOWN
+Description-Content-Type: UNKNOWN
 Description: =
 Automaton
 =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.12.0/automaton.egg-info/pbr.json 
new/automaton-1.12.1/automaton.egg-info/pbr.json
--- old/automaton-1.12.0/automaton.egg-info/pbr.json2017-07-18 
15:08:40.0 +0200
+++ new/automaton-1.12.1/automaton.egg-info/pbr.json2017-09-27 
06:25:17.0 +0200
@@ -1 +1 @@
-{"git_version": "d34d157", "is_release": true}
\ No newline at end of file
+{"git_version": "0028da7", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.12.0/test-requirements.txt 
new/automaton-1.12.1/test-requirements.txt
--- old/automaton-1.12.0/test-requirements.txt  2017-07-18 15:06:40.0 
+0200
+++ new/automaton-1.12.1/test-requirements.txt  2017-09-27 06:23:07.0 
+0200
@@ -8,7 +8,7 @@
 coverage!=4.4,>=4.0 # Apache-2.0
 python-subunit>=0.0.18 # Apache-2.0/BSD
 sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.11.0 # 

commit python-automaton for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2017-08-28 15:32:34

Comparing /work/SRC/openSUSE:Factory/python-automaton (Old)
 and  /work/SRC/openSUSE:Factory/.python-automaton.new (New)


Package is "python-automaton"

Mon Aug 28 15:32:34 2017 rev:6 rq:518505 version:1.12.0

Changes:

--- /work/SRC/openSUSE:Factory/python-automaton/python-automaton.changes
2017-02-21 13:39:00.348306660 +0100
+++ /work/SRC/openSUSE:Factory/.python-automaton.new/python-automaton.changes   
2017-08-28 15:32:40.765890423 +0200
@@ -1,0 +2,19 @@
+Thu Aug 24 08:47:50 UTC 2017 - tbecht...@suse.com
+
+- Fix url
+
+---
+Mon Aug  7 08:02:57 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.12.0
+  - rearrange existing documentation according to the new standard layout
+  - Update URLs in documents according to document migration
+  - Remove support for py34
+  - update link to docs in readme
+  - Update reno for stable/ocata
+  - Remove unused dependecy testscenarios
+  - Remove pbr warnerrors in favor of sphinx check
+  - Updated from global requirements
+  - switch from oslosphinx to openstackdocstheme
+
+---

Old:

  automaton-1.7.0.tar.gz

New:

  automaton-1.12.0.tar.gz



Other differences:
--
++ python-automaton.spec ++
--- /var/tmp/diff_new_pack.qSm515/_old  2017-08-28 15:32:42.001716678 +0200
+++ /var/tmp/diff_new_pack.qSm515/_new  2017-08-28 15:32:42.017714430 +0200
@@ -18,12 +18,12 @@
 
 %global sname automaton
 Name:   python-automaton
-Version:1.7.0
+Version:1.12.0
 Release:0
 Summary:Friendly state machines for python
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://launchpad/%{sname}
+Url:https://launchpad.net/%{sname}
 Source0:
https://pypi.io/packages/source/a/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-PrettyTable >= 0.7.1
@@ -31,13 +31,13 @@
 BuildRequires:  python-devel
 BuildRequires:  python-oslosphinx >= 4.7.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-PrettyTable >= 0.7.1
 Requires:   python-debtcollector >= 1.2.0
-Requires:   python-pbr >= 1.8
+Requires:   python-pbr >= 2.0.0
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 
@@ -48,7 +48,7 @@
 Summary:Documentation for the Automaton Library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 Documentation for the Automaton library.
@@ -56,6 +56,7 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %py2_build

++ _service ++
--- /var/tmp/diff_new_pack.qSm515/_old  2017-08-28 15:32:42.121699810 +0200
+++ /var/tmp/diff_new_pack.qSm515/_new  2017-08-28 15:32:42.121699810 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/automaton/automaton.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/automaton/automaton.spec.j2
 python-automaton.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,automaton
   

++ automaton-1.7.0.tar.gz -> automaton-1.12.0.tar.gz ++
 1650 lines of diff (skipped)




commit python-automaton for openSUSE:Factory

2017-02-21 Thread root
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.0 +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 - cloud-de...@suse.de
+
+- 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 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/automaton/automaton.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/automaton/automaton.spec.j2
 python-automaton.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+cloud-de...@suse.de
+gh,openstack,automaton
   
   
 enable
@@ -10,4 +12,5 @@
   
 enable
   
+  
 

++ 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.0 +0200
+++ new/automaton-1.7.0/AUTHORS 2017-01-18 15:10:12.0 +0100
@@ -1,4 +1,6 @@
+Cao Xuan Hoang 
 ChangBo Guo(gcb) 
+Chuck Short 
 Davanum Srinivas 
 Janonymous 
 Joshua Harlow 
@@ -8,5 +10,8 @@
 Ruby Loo 
 Swapnil Kulkarni (coolsvap) 

commit python-automaton for openSUSE:Factory

2016-09-30 Thread h_root
Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2016-09-30 15:28:28

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-05-19 12:14:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-automaton.new/python-automaton.changes   
2016-09-30 15:28:29.0 +0200
@@ -1,0 +2,9 @@
+Fri Aug 26 20:48:47 UTC 2016 - tbecht...@suse.com
+
+- update to version 1.4.0:
+  * Remove discover from test-requirements
+  * Add Python 3.5 classifier and venv
+  * Updated from global requirements
+- Update _service and switch to upstream spec template
+
+---

Old:

  automaton-1.2.0.tar.gz

New:

  automaton-1.4.0.tar.gz



Other differences:
--
++ python-automaton.spec ++
--- /var/tmp/diff_new_pack.Cnm1cl/_old  2016-09-30 15:28:30.0 +0200
+++ /var/tmp/diff_new_pack.Cnm1cl/_new  2016-09-30 15:28:30.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-automaton
+# spec file for package python
 #
 # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -16,40 +16,68 @@
 #
 
 
-Name:   python-automaton
-Version:1.2.0
+%global sname automaton
+Name:   python-%{sname}
+Version:1.4.0
 Release:0
 Summary:Friendly state machines for python
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:http://www.openstack.org/
-Source: 
https://pypi.python.org/packages/source/a/automaton/automaton-%{version}.tar.gz
-BuildRequires:  openstack-suse-macros
+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-debtcollector >= 1.2.0
 BuildRequires:  python-devel
-BuildRequires:  python-oslotest
-BuildRequires:  python-pbr
-BuildRequires:  python-setuptools
-BuildRequires:  python-six
+BuildRequires:  python-oslosphinx >= 2.5.0
+BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-testrepository >= 0.0.18
+BuildRequires:  python-testscenarios >= 0.4
+BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-PrettyTable >= 0.7
 Requires:   python-debtcollector >= 1.2.0
+Requires:   python-pbr >= 1.6
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 
 %description
 Friendly state machines for python.
 
+%package doc
+Summary:Documentation for the Automaton Library
+Group:  Development/Languages/Python
+BuildRequires:  python-Sphinx
+BuildRequires:  python-oslosphinx >= 2.5.0
+
+%description doc
+Documentation for the Automaton library.
+
 %prep
-%setup -q -n automaton-%{version}
+%setup -q -n %{sname}-%{version}
 
 %build
-%{__python2} setup.py build
+%py2_build
+
+# generate html docs
+%{__python2} setup.py build_sphinx
+# remove the Sphinx-build leftovers
+rm -rf html/.{doctrees,buildinfo}
 
 %install
-%{__python2} setup.py install --skip-build --root=%{buildroot}
+%py2_install
+
+%check
+PYTHONPATH=. %{__python2} setup.py testr
 
 %files
-%defattr(-,root,root,-)
-%doc ChangeLog AUTHORS README.rst LICENSE
-%{python2_sitelib}/*
+%doc README.rst
+%license LICENSE
+%{python2_sitelib}/%{sname}
+%{python2_sitelib}/*.egg-info
+
+%files doc
+%license LICENSE
+%doc doc/build/html
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.Cnm1cl/_old  2016-09-30 15:28:31.0 +0200
+++ /var/tmp/diff_new_pack.Cnm1cl/_new  2016-09-30 15:28:31.0 +0200
@@ -1,12 +1,12 @@
 
+  
+https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/automaton/automaton.spec.j2
+python-automaton.spec
+https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt
+  
   
 enable
   
-  
-automaton
-  
-  
-  
   
 enable
   

++ automaton-1.2.0.tar.gz -> automaton-1.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.2.0/AUTHORS new/automaton-1.4.0/AUTHORS
--- old/automaton-1.2.0/AUTHORS 2016-02-10 00:15:15.0 +0100
+++ new/automaton-1.4.0/AUTHORS 2016-08-02 19:59:11.0 +0200
@@ -1,3 +1,4 @@
+ChangBo Guo(gcb) 
 Davanum Srinivas 
 Janonymous 
 Joshua Harlow 
@@ -5,6 +6,7 @@
 Ondřej Nový 
 Ronald Bradford 

commit python-automaton for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2016-05-19 12:14:37

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
2015-10-30 13:42:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-automaton.new/python-automaton.changes   
2016-05-19 12:14:39.0 +0200
@@ -1,0 +2,26 @@
+Thu Mar  3 14:15:57 UTC 2016 - tbecht...@suse.com
+
+- update to 1.2.0:
+  * Add a state-space machine building example
+  * Ensure state space can also pass on_enter/exit callbacks
+  * Updated from global requirements
+  * Updated from global requirements
+  * Ensure machine special method(s) include in generated docs
+  * Put py34 first in the envlist order of tox ,remove py33
+  * Removes MANIFEST.in as it is not needed explicitely by PBR
+  * Deprecated tox -downloadcache option removed
+  * Updated from global requirements
+  * Remove python 2.6 and cleanup tox.ini
+  * Added code coverage section to tox
+  * No need for Oslo Incubator Sync
+  * Ignore generated files
+  * docs - Set pbr 'warnerrors' option for doc build
+  * Remove dummy/placeholder 'ChangeLog' as its not needed
+  * Enhance the README
+  * Fix the build path in .gitignore file
+  * Updated from global requirements
+  * Provide a finite machine build() method
+  * Allow for raising on duplicate transition registration
+- update Requires according to requirements.txt
+
+---

Old:

  automaton-0.7.0.tar.gz

New:

  automaton-1.2.0.tar.gz



Other differences:
--
++ python-automaton.spec ++
--- /var/tmp/diff_new_pack.VMDepR/_old  2016-05-19 12:14:40.0 +0200
+++ /var/tmp/diff_new_pack.VMDepR/_new  2016-05-19 12:14:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-automaton
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +17,7 @@
 
 
 Name:   python-automaton
-Version:0.7.0
+Version:1.2.0
 Release:0
 Summary:Friendly state machines for python
 License:Apache-2.0
@@ -31,7 +31,7 @@
 BuildRequires:  python-setuptools
 BuildRequires:  python-six
 Requires:   python-PrettyTable >= 0.7
-Requires:   python-debtcollector >= 0.3.0
+Requires:   python-debtcollector >= 1.2.0
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 

++ automaton-0.7.0.tar.gz -> automaton-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-0.7.0/.coveragerc 
new/automaton-1.2.0/.coveragerc
--- old/automaton-0.7.0/.coveragerc 1970-01-01 01:00:00.0 +0100
+++ new/automaton-1.2.0/.coveragerc 2016-02-10 00:14:57.0 +0100
@@ -0,0 +1,8 @@
+[run]
+branch = True
+source = automaton
+omit = automaton/tests/*
+
+[report]
+ignore_errors = True
+precision = 2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-0.7.0/AUTHORS new/automaton-1.2.0/AUTHORS
--- old/automaton-0.7.0/AUTHORS 2015-09-08 17:30:24.0 +0200
+++ new/automaton-1.2.0/AUTHORS 2016-02-10 00:15:15.0 +0100
@@ -1,4 +1,10 @@
+Davanum Srinivas 
+Janonymous 
 Joshua Harlow 
 Joshua Harlow 
+Ondřej Nový 
+Ronald Bradford 
 Ruby Loo 
 Tom Cocozzello 
+sonu.kumar 
+venkatamahesh 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-0.7.0/ChangeLog 
new/automaton-1.2.0/ChangeLog
--- old/automaton-0.7.0/ChangeLog   2015-09-08 17:30:24.0 +0200
+++ new/automaton-1.2.0/ChangeLog   2016-02-10 00:15:15.0 +0100
@@ -1,6 +1,42 @@
 CHANGES
 ===
 
+1.2.0
+-
+
+* Add a state-space machine building example
+* Ensure state space can also pass on_enter/exit callbacks
+* Updated from global requirements
+* Updated from global requirements
+* Ensure machine special method(s) include in generated docs
+* Put py34 first in the envlist order of tox ,remove py33
+
+1.1.0
+-
+
+* Removes MANIFEST.in as it is not needed explicitely by PBR
+* Deprecated tox 

commit python-automaton for openSUSE:Factory

2015-10-30 Thread h_root
Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2015-10-30 13:42:31

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
2015-08-27 08:55:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-automaton.new/python-automaton.changes   
2015-10-30 13:42:33.0 +0100
@@ -1,0 +2,7 @@
+Wed Sep  9 06:37:10 UTC 2015 - tbecht...@suse.com
+
+- update to 0.7.0:
+  * Updated from global requirements
+  * Activate pep8 check that _ is imported
+
+---

Old:

  automaton-0.5.0.tar.gz

New:

  automaton-0.7.0.tar.gz



Other differences:
--
++ python-automaton.spec ++
--- /var/tmp/diff_new_pack.x1d5jl/_old  2015-10-30 13:42:33.0 +0100
+++ /var/tmp/diff_new_pack.x1d5jl/_new  2015-10-30 13:42:33.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-automaton
-Version:0.5.0
+Version:0.7.0
 Release:0
 Summary:Friendly state machines for python
 License:Apache-2.0

++ automaton-0.5.0.tar.gz -> automaton-0.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-0.5.0/AUTHORS new/automaton-0.7.0/AUTHORS
--- old/automaton-0.5.0/AUTHORS 2015-07-27 21:56:01.0 +0200
+++ new/automaton-0.7.0/AUTHORS 2015-09-08 17:30:24.0 +0200
@@ -1,3 +1,4 @@
 Joshua Harlow 
 Joshua Harlow 
 Ruby Loo 
+Tom Cocozzello 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-0.5.0/ChangeLog 
new/automaton-0.7.0/ChangeLog
--- old/automaton-0.5.0/ChangeLog   2015-07-27 21:56:01.0 +0200
+++ new/automaton-0.7.0/ChangeLog   2015-09-08 17:30:24.0 +0200
@@ -1,6 +1,19 @@
 CHANGES
 ===
 
+0.7.0
+-
+
+* Updated from global requirements
+* Updated from global requirements
+* Updated from global requirements
+
+0.6.0
+-
+
+* Activate pep8 check that _ is imported
+* Updated from global requirements
+
 0.5.0
 -
 
@@ -9,6 +22,7 @@
 * Remove setup.cfg 'requires-python' incorrect entry
 * Document `process_event` return and expose return namedtuple type
 * Allow providing and using a 'nested_start_state_fetcher'
+* Allow providing a state-name translation dict
 
 0.4.0
 -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-0.5.0/PKG-INFO new/automaton-0.7.0/PKG-INFO
--- old/automaton-0.5.0/PKG-INFO2015-07-27 21:56:01.0 +0200
+++ new/automaton-0.7.0/PKG-INFO2015-09-08 17:30:25.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: automaton
-Version: 0.5.0
+Version: 0.7.0
 Summary: Friendly state machines for python.
 Home-page: http://www.openstack.org/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-0.5.0/automaton/converters/pydot.py 
new/automaton-0.7.0/automaton/converters/pydot.py
--- old/automaton-0.5.0/automaton/converters/pydot.py   2015-07-27 
21:55:33.0 +0200
+++ new/automaton-0.7.0/automaton/converters/pydot.py   2015-09-08 
17:29:47.0 +0200
@@ -25,7 +25,7 @@
 
 def convert(machine, graph_name,
 graph_attrs=None, node_attrs_cb=None, edge_attrs_cb=None,
-add_start_state=True):
+add_start_state=True, name_translations=None):
 """Translates the state machine into a pydot graph.
 
 :param machine: state machine to convert
@@ -55,11 +55,16 @@
 ``default_start_state`` then this does nothing,
 even if enabled)
 :type add_start_state: bool
+:param name_translations: a dict that provides alternative ``state``
+  string names for each state
+:type name_translations: dict
 """
 if not PYDOT_AVAILABLE:
 raise RuntimeError("pydot (or pydot2 or equivalent) is required"
" to convert a state machine into a pydot"
" graph")
+if not name_translations:
+name_translations = {}
 graph_kwargs = {
 'rankdir': 'LR',
 'nodesep': '0.25',
@@ -82,14 +87,17 @@
 start_node_attrs = node_attrs.copy()
 if node_attrs_cb is not None:
 start_node_attrs.update(node_attrs_cb(start_state))
-nodes[start_state] = pydot.Node(start_state,
+ 

commit python-automaton for openSUSE:Factory

2015-08-27 Thread h_root
Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2015-08-27 08:55:25

Comparing /work/SRC/openSUSE:Factory/python-automaton (Old)
 and  /work/SRC/openSUSE:Factory/.python-automaton.new (New)


Package is python-automaton

Changes:

New Changes file:

--- /dev/null   2015-08-24 19:43:32.284261900 +0200
+++ /work/SRC/openSUSE:Factory/.python-automaton.new/python-automaton.changes   
2015-08-27 08:55:26.0 +0200
@@ -0,0 +1,22 @@
+---
+Wed Jul 29 05:20:53 UTC 2015 - tbecht...@suse.com
+
+- Unify spec file
+
+---
+Tue Jul 28 11:54:52 UTC 2015 - tbecht...@suse.com
+
+- update to 0.5.0:
+  * Ensure doctesting and doc8 testing done in py27 env
+  * Updated from global requirements
+  * Remove setup.cfg 'requires-python' incorrect entry
+  * Document `process_event` return and expose return namedtuple type
+  * Allow providing and using a 'nested_start_state_fetcher'
+- add _service
+- update Requires according to requirements.txt
+
+---
+Wed Jul 22 12:37:15 UTC 2015 - dmuel...@suse.com
+
+- Initial package (0.4.0)
+

New:

  _service
  automaton-0.5.0.tar.gz
  python-automaton.changes
  python-automaton.spec



Other differences:
--
++ python-automaton.spec ++
#
# spec file for package python-automaton
#
# Copyright (c) 2015 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   python-automaton
Version:0.5.0
Release:0
Summary:Friendly state machines for python
License:Apache-2.0
Group:  Development/Languages/Python
Url:http://www.openstack.org/
Source: 
https://pypi.python.org/packages/source/a/automaton/automaton-%{version}.tar.gz
BuildRequires:  openstack-suse-macros
BuildRequires:  python-devel
BuildRequires:  python-oslotest
BuildRequires:  python-pbr
BuildRequires:  python-setuptools
BuildRequires:  python-six
Requires:   python-PrettyTable = 0.7
Requires:   python-debtcollector = 0.3.0
Requires:   python-six = 1.9.0
BuildArch:  noarch

%description
Friendly state machines for python.

%prep
%setup -q -n automaton-%{version}

%build
%{__python2} setup.py build

%install
%{__python2} setup.py install --skip-build --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog AUTHORS README.rst LICENSE
%{python2_sitelib}/*

%changelog
++ _service ++
services
  service mode=disabled name=download_files
param name=changesgenerateenable/param
  /service
  service mode=disabled name=set_version
param name=basenameautomaton/param
  /service
  service mode=disabled name=python_requires
  /service
  service name=refresh_patches mode=disabled
param name=changesgenerateenable/param
  /service
/services