diff --git a/python-bashate.changes b/python-bashate.changes index 5a16435..c96b81a 100644 --- a/python-bashate.changes +++ b/python-bashate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 12 23:13:38 UTC 2019 - Jan Engelhardt + +- Remove redundant metadata reprisal from description. + ------------------------------------------------------------------- Tue Feb 12 08:47:40 UTC 2019 - Tomáš Chvátal @@ -101,5 +106,4 @@ Sat Nov 8 12:46:08 UTC 2014 - dmueller@suse.com ------------------------------------------------------------------- Tue Oct 7 09:52:07 UTC 2014 - dmueller@suse.com -- Initial package (0.2.0) - +- Initial package (0.2.0) diff --git a/python-bashate.spec b/python-bashate.spec index eef5e43..17de31e 100644 --- a/python-bashate.spec +++ b/python-bashate.spec @@ -20,7 +20,7 @@ Name: python-bashate Version: 0.6.0 Release: 0 -Summary: A pep8 equivalent for bash scripts +Summary: A PEP8 equivalent for bash scripts License: Apache-2.0 Group: Development/Languages/Python URL: https://pypi.org/project/bashate/ @@ -42,14 +42,13 @@ Requires: python-argparse %python_subpackages %description -A pep8 equivalent for bash scripts +A PEP8 equivalent for bash scripts This program attempts to be an automated style checker for bash scripts to fill the same part of code review that pep8 does in most OpenStack projects. It started from humble beginnings in the DevStack project, and will continue to evolve over time. -- Free software: Apache license - Documentation: http://docs.openstack.org/developer/bashate - Source: http://git.openstack.org/cgit/openstack-dev/bash8 - Bugs: http://bugs.launchpad.net/bash8