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 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-devel@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.... +Source0: https://files.pythonhosted.org/packages/source/a/automaton/automaton-1.16.0.... 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 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/automaton/automaton.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/automaton/automaton.spec.j2</param> <param name="output-name">python-automaton.spec</param> - <param name="requirements">https://raw.githubusercontent.com/openstack/automaton/stable/rocky/requirements.txt</param> + <param name="requirements">https://raw.githubusercontent.com/openstack/automaton/stable/stein/requirements.txt</param> <param name="changelog-email">cloud-devel@suse.de</param> <param name="changelog-provider">gh,openstack,automaton</param> </service> ++++++ 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.000000000 +0200 +++ new/automaton-1.16.0/.zuul.yaml 2019-03-01 19:45:52.000000000 +0100 @@ -1,7 +1,12 @@ - project: - check: - jobs: - - openstack-tox-lower-constraints - gate: - jobs: - - openstack-tox-lower-constraints + templates: + - check-requirements + - lib-forward-testing + - lib-forward-testing-python3 + - openstack-lower-constraints-jobs + - openstack-python-jobs + - openstack-python35-jobs + - openstack-python36-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.15.0/AUTHORS new/automaton-1.16.0/AUTHORS --- old/automaton-1.15.0/AUTHORS 2018-07-20 03:12:56.000000000 +0200 +++ new/automaton-1.16.0/AUTHORS 2019-03-01 19:47:56.000000000 +0100 @@ -15,8 +15,8 @@ Tom Cocozzello <tjcocozz@us.ibm.com> Tony Breeds <tony@bakeyournoodle.com> Vu Cong Tuan <tuanvc@vn.fujitsu.com> -Zuul <zuul@review.openstack.org> gecong1973 <ge.cong@zte.com.cn> +kangyufei <kangyf@inspur.com> melissaml <ma.lei@99cloud.net> nizam <abdul.nizamuddin@nectechnologies.in> sonu.kumar <sonu.kumar@nectechnologies.in> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/automaton-1.15.0/CONTRIBUTING.rst new/automaton-1.16.0/CONTRIBUTING.rst --- old/automaton-1.15.0/CONTRIBUTING.rst 2018-07-20 03:07:20.000000000 +0200 +++ new/automaton-1.16.0/CONTRIBUTING.rst 2019-03-01 19:45:52.000000000 +0100 @@ -22,7 +22,7 @@ The mailing list is (prefix subjects with "[Oslo][Automaton]"): - http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev + http://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.15.0/ChangeLog new/automaton-1.16.0/ChangeLog --- old/automaton-1.15.0/ChangeLog 2018-07-20 03:12:56.000000000 +0200 +++ new/automaton-1.16.0/ChangeLog 2019-03-01 19:47:56.000000000 +0100 @@ -1,6 +1,17 @@ CHANGES ======= +1.16.0 +------ + +* Use template for lower-constraints +* Change openstack-dev to openstack-discuss +* Change openstack-dev to openstack-discuss +* add lib-forward-testing-python3 test job +* add python 3.6 unit test job +* import zuul job settings from project-config +* Update reno for stable/rocky + 1.15.0 ------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/automaton-1.15.0/PKG-INFO new/automaton-1.16.0/PKG-INFO --- old/automaton-1.15.0/PKG-INFO 2018-07-20 03:12:57.000000000 +0200 +++ new/automaton-1.16.0/PKG-INFO 2019-03-01 19:47:56.000000000 +0100 @@ -1,10 +1,10 @@ Metadata-Version: 1.1 Name: automaton -Version: 1.15.0 +Version: 1.16.0 Summary: Friendly state machines for python. Home-page: https://docs.openstack.org/automaton/latest/ Author: OpenStack -Author-email: openstack-dev@lists.openstack.org +Author-email: openstack-discuss@lists.openstack.org License: UNKNOWN Description: ========= Automaton diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/automaton-1.15.0/RELEASENOTES.rst new/automaton-1.16.0/RELEASENOTES.rst --- old/automaton-1.15.0/RELEASENOTES.rst 2018-07-20 03:12:57.000000000 +0200 +++ new/automaton-1.16.0/RELEASENOTES.rst 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -========= -automaton -========= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/automaton-1.15.0/automaton.egg-info/PKG-INFO new/automaton-1.16.0/automaton.egg-info/PKG-INFO --- old/automaton-1.15.0/automaton.egg-info/PKG-INFO 2018-07-20 03:12:56.000000000 +0200 +++ new/automaton-1.16.0/automaton.egg-info/PKG-INFO 2019-03-01 19:47:56.000000000 +0100 @@ -1,10 +1,10 @@ Metadata-Version: 1.1 Name: automaton -Version: 1.15.0 +Version: 1.16.0 Summary: Friendly state machines for python. Home-page: https://docs.openstack.org/automaton/latest/ Author: OpenStack -Author-email: openstack-dev@lists.openstack.org +Author-email: openstack-discuss@lists.openstack.org License: UNKNOWN Description: ========= Automaton diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/automaton-1.15.0/automaton.egg-info/SOURCES.txt new/automaton-1.16.0/automaton.egg-info/SOURCES.txt --- old/automaton-1.15.0/automaton.egg-info/SOURCES.txt 2018-07-20 03:12:57.000000000 +0200 +++ new/automaton-1.16.0/automaton.egg-info/SOURCES.txt 2019-03-01 19:47:56.000000000 +0100 @@ -45,6 +45,7 @@ releasenotes/source/ocata.rst releasenotes/source/pike.rst releasenotes/source/queens.rst +releasenotes/source/rocky.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.15.0/automaton.egg-info/pbr.json new/automaton-1.16.0/automaton.egg-info/pbr.json --- old/automaton-1.15.0/automaton.egg-info/pbr.json 2018-07-20 03:12:56.000000000 +0200 +++ new/automaton-1.16.0/automaton.egg-info/pbr.json 2019-03-01 19:47:56.000000000 +0100 @@ -1 +1 @@ -{"git_version": "ce03d76", "is_release": true} \ No newline at end of file +{"git_version": "0e9634c", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/automaton-1.15.0/releasenotes/notes/reno.cache new/automaton-1.16.0/releasenotes/notes/reno.cache --- old/automaton-1.15.0/releasenotes/notes/reno.cache 2018-07-20 03:12:57.000000000 +0200 +++ new/automaton-1.16.0/releasenotes/notes/reno.cache 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ ---- -file-contents: {} -notes: [] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/automaton-1.15.0/releasenotes/source/index.rst new/automaton-1.16.0/releasenotes/source/index.rst --- old/automaton-1.15.0/releasenotes/source/index.rst 2018-07-20 03:07:20.000000000 +0200 +++ new/automaton-1.16.0/releasenotes/source/index.rst 2019-03-01 19:45:52.000000000 +0100 @@ -6,6 +6,7 @@ :maxdepth: 1 unreleased + rocky queens pike ocata diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/automaton-1.15.0/releasenotes/source/rocky.rst new/automaton-1.16.0/releasenotes/source/rocky.rst --- old/automaton-1.15.0/releasenotes/source/rocky.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/automaton-1.16.0/releasenotes/source/rocky.rst 2019-03-01 19:45:52.000000000 +0100 @@ -0,0 +1,6 @@ +=================================== + Rocky Series Release Notes +=================================== + +.. release-notes:: + :branch: stable/rocky diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/automaton-1.15.0/setup.cfg new/automaton-1.16.0/setup.cfg --- old/automaton-1.15.0/setup.cfg 2018-07-20 03:12:57.000000000 +0200 +++ new/automaton-1.16.0/setup.cfg 2019-03-01 19:47:56.000000000 +0100 @@ -2,7 +2,7 @@ name = automaton summary = Friendly state machines for python. author = OpenStack -author-email = openstack-dev@lists.openstack.org +author-email = openstack-discuss@lists.openstack.org home-page = https://docs.openstack.org/automaton/latest/ description-file = README.rst
participants (1)
-
root