Hello community, here is the log from the commit of package python-bashate for openSUSE:Factory checked in at 2020-06-23 21:07:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bashate (Old) and /work/SRC/openSUSE:Factory/.python-bashate.new.2956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bashate" Tue Jun 23 21:07:14 2020 rev:5 rq:816620 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bashate/python-bashate.changes 2020-06-10 00:42:40.830070805 +0200 +++ /work/SRC/openSUSE:Factory/.python-bashate.new.2956/python-bashate.changes 2020-06-23 21:08:00.146502842 +0200 @@ -1,0 +2,6 @@ +Tue Jun 23 15:25:40 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 2.0.0: + * Add Python 3.5 support + +------------------------------------------------------------------- Old: ---- bashate-1.0.0.tar.gz New: ---- bashate-2.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bashate.spec ++++++ --- /var/tmp/diff_new_pack.wiv6SQ/_old 2020-06-23 21:08:00.858505142 +0200 +++ /var/tmp/diff_new_pack.wiv6SQ/_new 2020-06-23 21:08:00.862505155 +0200 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-bashate -Version: 1.0.0 +Version: 2.0.0 Release: 0 Summary: A PEP8 equivalent for bash scripts License: Apache-2.0 ++++++ bashate-1.0.0.tar.gz -> bashate-2.0.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bashate-1.0.0/.zuul.d/jobs.yaml new/bashate-2.0.0/.zuul.d/jobs.yaml --- old/bashate-1.0.0/.zuul.d/jobs.yaml 2020-02-11 22:24:58.000000000 +0100 +++ new/bashate-2.0.0/.zuul.d/jobs.yaml 2020-03-04 02:04:53.000000000 +0100 @@ -1,5 +1,6 @@ - project: templates: + - openstack-python35-jobs - openstack-python3-ussuri-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bashate-1.0.0/ChangeLog new/bashate-2.0.0/ChangeLog --- old/bashate-1.0.0/ChangeLog 2020-02-11 22:25:47.000000000 +0100 +++ new/bashate-2.0.0/ChangeLog 2020-03-04 02:05:44.000000000 +0100 @@ -1,6 +1,11 @@ CHANGES ======= +2.0.0 +----- + +* Support python 3.5 + 1.0.0 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bashate-1.0.0/PKG-INFO new/bashate-2.0.0/PKG-INFO --- old/bashate-1.0.0/PKG-INFO 2020-02-11 22:25:47.000000000 +0100 +++ new/bashate-2.0.0/PKG-INFO 2020-03-04 02:05:44.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: bashate -Version: 1.0.0 +Version: 2.0.0 Summary: A pep8 equivalent for bash scripts Home-page: http://docs.openstack.org/developer/bashate/ Author: OpenStack @@ -76,6 +76,7 @@ Classifier: Operating System :: POSIX :: Linux Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 -Requires-Python: >=3.6 +Requires-Python: >=3.5 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bashate-1.0.0/bashate.egg-info/PKG-INFO new/bashate-2.0.0/bashate.egg-info/PKG-INFO --- old/bashate-1.0.0/bashate.egg-info/PKG-INFO 2020-02-11 22:25:47.000000000 +0100 +++ new/bashate-2.0.0/bashate.egg-info/PKG-INFO 2020-03-04 02:05:44.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: bashate -Version: 1.0.0 +Version: 2.0.0 Summary: A pep8 equivalent for bash scripts Home-page: http://docs.openstack.org/developer/bashate/ Author: OpenStack @@ -76,6 +76,7 @@ Classifier: Operating System :: POSIX :: Linux Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 -Requires-Python: >=3.6 +Requires-Python: >=3.5 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bashate-1.0.0/bashate.egg-info/pbr.json new/bashate-2.0.0/bashate.egg-info/pbr.json --- old/bashate-1.0.0/bashate.egg-info/pbr.json 2020-02-11 22:25:47.000000000 +0100 +++ new/bashate-2.0.0/bashate.egg-info/pbr.json 2020-03-04 02:05:44.000000000 +0100 @@ -1 +1 @@ -{"git_version": "49c5f16", "is_release": true} \ No newline at end of file +{"git_version": "349e45c", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bashate-1.0.0/setup.cfg new/bashate-2.0.0/setup.cfg --- old/bashate-1.0.0/setup.cfg 2020-02-11 22:25:47.000000000 +0100 +++ new/bashate-2.0.0/setup.cfg 2020-03-04 02:05:44.000000000 +0100 @@ -6,7 +6,7 @@ author = OpenStack author-email = [email protected] home-page = http://docs.openstack.org/developer/bashate/ -python-requires = >=3.6 +python-requires = >=3.5 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -15,6 +15,7 @@ Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 3 + Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7
