commit python-automaton for openSUSE:Factory
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-devel@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.000000000 +0200 +++ new/automaton-1.12.1/ChangeLog 2017-09-27 06:25:17.000000000 +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.000000000 +0200 +++ new/automaton-1.12.1/PKG-INFO 2017-09-27 06:25:17.000000000 +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-dev@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-INFO 2017-07-18 15:08:40.000000000 +0200 +++ new/automaton-1.12.1/automaton.egg-info/PKG-INFO 2017-09-27 06:25:17.000000000 +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-dev@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.json 2017-07-18 15:08:40.000000000 +0200 +++ new/automaton-1.12.1/automaton.egg-info/pbr.json 2017-09-27 06:25:17.000000000 +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.000000000 +0200 +++ new/automaton-1.12.1/test-requirements.txt 2017-09-27 06:23:07.000000000 +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 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/automaton-1.12.0/tox.ini new/automaton-1.12.1/tox.ini --- old/automaton-1.12.0/tox.ini 2017-07-18 15:06:40.000000000 +0200 +++ new/automaton-1.12.1/tox.ini 2017-09-27 06:23:07.000000000 +0200 @@ -11,7 +11,7 @@ VIRTUAL_ENV={envdir} BRANCH_NAME=master CLIENT_NAME=automaton -install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} +install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike} {opts} {packages} deps = -r{toxinidir}/test-requirements.txt commands = python setup.py test --slowest --testr-args='{posargs}'
participants (1)
-
root@hilbert.suse.de