Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-bashate for openSUSE:Factory checked in at 2022-10-29 20:17:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bashate (Old) and /work/SRC/openSUSE:Factory/.python-bashate.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bashate" Sat Oct 29 20:17:32 2022 rev:10 rq:1032179 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bashate/python-bashate.changes 2022-03-07 17:48:37.575090644 +0100 +++ /work/SRC/openSUSE:Factory/.python-bashate.new.2275/python-bashate.changes 2022-10-29 20:18:40.334711116 +0200 @@ -1,0 +2,6 @@ +Thu Oct 27 22:06:14 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- Update to 2.1.1: + * No upstream changelog + +------------------------------------------------------------------- Old: ---- bashate-2.1.0.tar.gz New: ---- bashate-2.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bashate.spec ++++++ --- /var/tmp/diff_new_pack.JlUno9/_old 2022-10-29 20:18:40.766713418 +0200 +++ /var/tmp/diff_new_pack.JlUno9/_new 2022-10-29 20:18:40.770713439 +0200 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-bashate -Version: 2.1.0 +Version: 2.1.1 Release: 0 Summary: A PEP8 equivalent for bash scripts License: Apache-2.0 ++++++ bashate-2.1.0.tar.gz -> bashate-2.1.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bashate-2.1.0/.pre-commit-hooks.yaml new/bashate-2.1.1/.pre-commit-hooks.yaml --- old/bashate-2.1.0/.pre-commit-hooks.yaml 2021-09-13 10:22:06.000000000 +0200 +++ new/bashate-2.1.1/.pre-commit-hooks.yaml 2022-10-06 11:47:01.000000000 +0200 @@ -1,7 +1,7 @@ --- # For use with pre-commit. -# See usage instructions at http://pre-commit.com +# See usage instructions at https://pre-commit.com - id: bashate name: bashate @@ -9,4 +9,3 @@ entry: bashate language: python types: [shell] - verbose: true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bashate-2.1.0/.zuul.d/jobs.yaml new/bashate-2.1.1/.zuul.d/jobs.yaml --- old/bashate-2.1.0/.zuul.d/jobs.yaml 2021-09-13 10:22:06.000000000 +0200 +++ new/bashate-2.1.1/.zuul.d/jobs.yaml 2022-10-06 11:47:01.000000000 +0200 @@ -1,14 +1,25 @@ - project: templates: - openstack-python35-jobs - - openstack-python3-xena-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: + - openstack-tox-pep8 + - openstack-tox-py36 + - openstack-tox-py37 + - openstack-tox-py38 + - openstack-tox-py39 + - openstack-tox-py310: + voting: false - bashate-devstack gate: jobs: + - openstack-tox-pep8 + - openstack-tox-py36 + - openstack-tox-py37 + - openstack-tox-py38 + - openstack-tox-py39 - bashate-devstack - job: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bashate-2.1.0/AUTHORS new/bashate-2.1.1/AUTHORS --- old/bashate-2.1.0/AUTHORS 2021-09-13 10:23:12.000000000 +0200 +++ new/bashate-2.1.1/AUTHORS 2022-10-06 11:47:43.000000000 +0200 @@ -4,6 +4,7 @@ Andrew Lazarev <alaza...@mirantis.com> Antoine Musso <has...@free.fr> Ayaz Salikhov <asalik...@aimtech.com> +Ayaz Salikhov <mathbunn...@gmail.com> Chmouel Boudjnah <chmo...@enovance.com> Christian Berendt <bere...@b1-systems.de> Corey Bryant <corey.bry...@canonical.com> @@ -45,6 +46,7 @@ Tristan Cacqueray <tristan.cacque...@enovance.com> Vieri <15050873...@163.com> William Huang <pyhex2...@gmail.com> +YAMAMOTO Takashi <yamam...@midokura.com> Yandong Xuan <xuanyand...@inspur.com> manchandavishal <manchandavishal...@gmail.com> nizam <abdul.nizamud...@nectechnologies.in> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bashate-2.1.0/ChangeLog new/bashate-2.1.1/ChangeLog --- old/bashate-2.1.0/ChangeLog 2021-09-13 10:23:12.000000000 +0200 +++ new/bashate-2.1.1/ChangeLog 2022-10-06 11:47:43.000000000 +0200 @@ -1,6 +1,15 @@ CHANGES ======= +2.1.1 +----- + +* Add openstack-tox-py310 job as nv +* Do not run pre-commit verbose by default +* Check indents on comment lines +* Test python3.9 as voting job +* Switch testing to Yoga testing runtime + 2.1.0 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bashate-2.1.0/PKG-INFO new/bashate-2.1.1/PKG-INFO --- old/bashate-2.1.0/PKG-INFO 2021-09-13 10:23:12.915040300 +0200 +++ new/bashate-2.1.1/PKG-INFO 2022-10-06 11:47:43.734440800 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: bashate -Version: 2.1.0 +Version: 2.1.1 Summary: A pep8 equivalent for bash scripts Home-page: https://docs.openstack.org/bashate/latest/ Author: OpenStack @@ -82,4 +82,5 @@ Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 Requires-Python: >=3.5 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bashate-2.1.0/bashate/bashate.py new/bashate-2.1.1/bashate/bashate.py --- old/bashate-2.1.0/bashate/bashate.py 2021-09-13 10:22:06.000000000 +0200 +++ new/bashate-2.1.1/bashate/bashate.py 2022-10-06 11:47:01.000000000 +0200 @@ -334,6 +334,8 @@ # inside a heredoc this might be part of the syntax of # an embedded script, just ignore that) if line.lstrip().startswith('#') and not in_heredoc: + logical_line = [line] + check_indents(logical_line, report) continue # Strip trailing comments. From bash: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bashate-2.1.0/bashate/tests/samples/comments.sh new/bashate-2.1.1/bashate/tests/samples/comments.sh --- old/bashate-2.1.0/bashate/tests/samples/comments.sh 2021-09-13 10:22:06.000000000 +0200 +++ new/bashate-2.1.1/bashate/tests/samples/comments.sh 2022-10-06 11:47:01.000000000 +0200 @@ -21,6 +21,10 @@ # ``RST style comment`` - # ``indented comment`` + # ``indented comment`` (E003) + + # ``indented comment`` (4 spaces, ok) + + # ``indented comment`` (tab, E002) # tab comment diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bashate-2.1.0/bashate/tests/test_bashate.py new/bashate-2.1.1/bashate/tests/test_bashate.py --- old/bashate-2.1.0/bashate/tests/test_bashate.py 2021-09-13 10:22:06.000000000 +0200 +++ new/bashate-2.1.1/bashate/tests/test_bashate.py 2022-10-06 11:47:01.000000000 +0200 @@ -260,7 +260,10 @@ test_files = ['bashate/tests/samples/comments.sh'] self.run.check_files(test_files, False) - self.assertEqual(0, self.run.error_count) + self.assert_error_found('E003', 24) + self.assert_error_found('E002', 28) + self.assert_error_found('E003', 28) + self.assertEqual(3, self.run.error_count) def test_sample_E005(self): test_files = ['bashate/tests/samples/E005_bad'] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bashate-2.1.0/bashate.egg-info/PKG-INFO new/bashate-2.1.1/bashate.egg-info/PKG-INFO --- old/bashate-2.1.0/bashate.egg-info/PKG-INFO 2021-09-13 10:23:12.000000000 +0200 +++ new/bashate-2.1.1/bashate.egg-info/PKG-INFO 2022-10-06 11:47:43.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: bashate -Version: 2.1.0 +Version: 2.1.1 Summary: A pep8 equivalent for bash scripts Home-page: https://docs.openstack.org/bashate/latest/ Author: OpenStack @@ -82,4 +82,5 @@ Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 Requires-Python: >=3.5 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bashate-2.1.0/bashate.egg-info/pbr.json new/bashate-2.1.1/bashate.egg-info/pbr.json --- old/bashate-2.1.0/bashate.egg-info/pbr.json 2021-09-13 10:23:12.000000000 +0200 +++ new/bashate-2.1.1/bashate.egg-info/pbr.json 2022-10-06 11:47:43.000000000 +0200 @@ -1 +1 @@ -{"git_version": "8f9b2fb", "is_release": true} \ No newline at end of file +{"git_version": "fbd7c25", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bashate-2.1.0/setup.cfg new/bashate-2.1.1/setup.cfg --- old/bashate-2.1.0/setup.cfg 2021-09-13 10:23:12.915040300 +0200 +++ new/bashate-2.1.1/setup.cfg 2022-10-06 11:47:43.734440800 +0200 @@ -21,6 +21,7 @@ Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 [files] packages = diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bashate-2.1.0/tox.ini new/bashate-2.1.1/tox.ini --- old/bashate-2.1.0/tox.ini 2021-09-13 10:22:06.000000000 +0200 +++ new/bashate-2.1.1/tox.ini 2022-10-06 11:47:01.000000000 +0200 @@ -1,6 +1,6 @@ [tox] minversion = 3.18.0 -envlist = py36,py38,pep8 +envlist = py36,py39,pep8 skipsdist = True ignore_basepython_conflict = True