Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package codespell for openSUSE:Factory checked in at 2022-08-19 17:56:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/codespell (Old) and /work/SRC/openSUSE:Factory/.codespell.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "codespell" Fri Aug 19 17:56:11 2022 rev:9 rq:998008 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/codespell/codespell.changes 2022-08-18 16:49:40.289516361 +0200 +++ /work/SRC/openSUSE:Factory/.codespell.new.2083/codespell.changes 2022-08-19 17:59:00.736418988 +0200 @@ -1,0 +2,6 @@ +Thu Aug 18 14:31:36 UTC 2022 - Michael Vetter <[email protected]> + +- Update to 2.2.1: + See https://github.com/codespell-project/codespell/compare/v2.2.0...v2.2.1 + +------------------------------------------------------------------- Old: ---- codespell-2.2.0.tar.gz New: ---- codespell-2.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ codespell.spec ++++++ --- /var/tmp/diff_new_pack.ZMaDn5/_old 2022-08-19 17:59:01.100419751 +0200 +++ /var/tmp/diff_new_pack.ZMaDn5/_new 2022-08-19 17:59:01.104419759 +0200 @@ -17,7 +17,7 @@ Name: codespell -Version: 2.2.0 +Version: 2.2.1 Release: 0 Summary: Source code checker for common misspellings License: GPL-2.0-only ++++++ codespell-2.2.0.tar.gz -> codespell-2.2.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/codespell-2.2.0/codespell_lib/_codespell.py new/codespell-2.2.1/codespell_lib/_codespell.py --- old/codespell-2.2.0/codespell_lib/_codespell.py 2022-08-17 22:15:51.000000000 +0200 +++ new/codespell-2.2.1/codespell_lib/_codespell.py 2022-08-18 15:52:51.000000000 +0200 @@ -36,7 +36,7 @@ USAGE = """ \t%prog [OPTIONS] [file1 file2 ... fileN] """ -VERSION = '2.2.0' +VERSION = '2.2.1' supported_languages_en = ('en', 'en_GB', 'en_US', 'en_CA', 'en_AU') supported_languages = supported_languages_en @@ -52,7 +52,7 @@ # realistic for obscure words ('clear', 'for unambiguous errors', '', False, None, supported_languages_en, None), - ('rare', 'for rare (but valid) words which are likely to be errors', '_rare', # noqa: E501 + ('rare', 'for rare (but valid) words that are likely to be errors', '_rare', # noqa: E501 None, None, None, None), ('informal', 'for making informal words more formal', '_informal', True, True, supported_languages_en, supported_languages_en), @@ -291,7 +291,7 @@ 'The default is %(default)r.') parser.add_argument('--ignore-regex', action='store', type=str, - help='regular expression which is used to find ' + help='regular expression that is used to find ' 'patterns to ignore by treating as whitespace. ' 'When writing regular expressions, consider ' 'ensuring there are boundary non-word chars, ' @@ -299,7 +299,7 @@ 'empty/disabled.') parser.add_argument('-I', '--ignore-words', action='append', metavar='FILE', - help='file that contains words which will be ignored ' + help='file that contains words that will be ignored ' 'by codespell. File must contain 1 word per line.' ' Words are case sensitive based on how they are ' 'written in the dictionary file') @@ -317,14 +317,14 @@ 'misspelling in URIs and emails will be ignored.') parser.add_argument('-r', '--regex', action='store', type=str, - help='regular expression which is used to find words. ' + help='regular expression that is used to find words. ' 'By default any alphanumeric character, the ' 'underscore, the hyphen, and the apostrophe is ' 'used to build words. This option cannot be ' 'specified together with --write-changes.') parser.add_argument('--uri-regex', action='store', type=str, - help='regular expression which is used to find URIs ' + help='regular expression that is used to find URIs ' 'and emails. A default expression is provided.') parser.add_argument('-s', '--summary', action='store_true', default=False, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/codespell-2.2.0/codespell_lib/data/dictionary_rare.txt new/codespell-2.2.1/codespell_lib/data/dictionary_rare.txt --- old/codespell-2.2.0/codespell_lib/data/dictionary_rare.txt 2022-08-17 22:15:51.000000000 +0200 +++ new/codespell-2.2.1/codespell_lib/data/dictionary_rare.txt 2022-08-18 15:52:51.000000000 +0200 @@ -32,10 +32,8 @@ commend->comment, command, commends->comments, commands, compliancy->compliance -complied->compiled complier->compiler compliers->compilers -complies->compiles confectionary->confectionery consequentially->consequently coo->coup
