Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package codespell for openSUSE:Factory checked in at 2024-11-25 23:19:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/codespell (Old) and /work/SRC/openSUSE:Factory/.codespell.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "codespell" Mon Nov 25 23:19:33 2024 rev:15 rq:1225819 version:2.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/codespell/codespell.changes 2024-02-27 22:44:16.441674289 +0100 +++ /work/SRC/openSUSE:Factory/.codespell.new.28523/codespell.changes 2024-11-25 23:19:34.341851549 +0100 @@ -1,0 +2,81 @@ +Fri Nov 22 10:44:02 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 2.3.0: + * Add schematrion->schematron + * Add explicit Python 3.12 support + * Add miscellaneous typos + * Add more labour* variants + * Return exit status in __main__.py + * Fix ruff alerts (currently) not caught by pre-commit + * Added new word + * Add Gelma's typos that start with "a" + * Add Gelma's typos from "b" to "cl" + * Add Gelma's typos from "co" to "cy" + * Add Gelma's typos that start with "d" + * Add Gelma's typos that start with "e" + * Add Gelma's typos from "f" to "h" + * Add entries to rare dictionary + * Add Gelma's typos that start with "i" + * diagional -> diagonal + * Add Gelma's typos from "j" to "m" + * Add Gelma's typos from "n" to "o" + * Add corrections for vulnerbailit(y|ies)->vulnerabilit(y|ies). + * Add Gelma's typos that start with "p" + * Add Gelma's typos from "q" to "r" + * openign->opening + * Add Gelma's typos that start with "s" + * Add Gelma's typos from "t" to "z" + * Improve existing suggestions + * Add a timeout to jobs that may benefit from it + * don't show stacktrace from KeyboardInterrupt #3217 + * Adding 'hareware' to spelling corrections. + * Add typos for knownledge->knowledge, analyzis->analysis and + compialtion->compilation + * Add --stdin-single-line option + * Add spelling corrections for parameters + * Ignore line endings in exclude-file + * Add typo offsers + * add velcoity -> velocity + * ot is a typo also for it, which i is close to o + * test: remove warning when aspell is not installed + * Add carrets->carets + * Add support for ANSI colors on Windows + * Add prettier to pre-commit + * Apply Repo-Review suggestions + * dictionary: pathes can be patches + * fix: typos in comments + * doc: Specify .codespellrc is INI formatted + * Add sanetize->sanitize + * sampe->sample + * Assorted mispellings + * Add corrections for all *in->*ing words starting with "A" + * Add corrections for all *in->*ing words starting with "B" + * Add corrections for all *in->*ing words starting with "C" + * Add corrections for all *in->*ing words starting with "D" + * Add corrections for all *in->*ing words starting with "E" + * Add corrections for all *in->*ing words starting with "F" + * Add correction for spoofing and spoofed. + * Add reliabe->reliable + * Add corrections for all *in->*ing words starting with "G" + * Add corrections for all *in->*ing words starting with "H" + * Add corrections for all *in->*ing words starting with "I" + * Add corrections for all *in->*ing words starting with "J" + * Add corrections for all *in->*ing words starting with "K" + * Add corrections for all *in->*ing words starting with "L" + * Add corrections for all *in->*ing words starting with "M" + * Add corrections for all *in->*ing words starting with "N" + * Add corrections for all *in->*ing words starting with "O" + * Add corrections for all *in->*ing words starting with "R" + * Add corrections for all *in->*ing words starting with "S" + * Add corrections for all *in->*ing words starting with "P" + * Add corrections for all *in->*ing words starting with "Q" + * Add corrections for all *in->*ing words starting with "T" + * Add corrections for all *in->*ing words starting with "U" + * Add corrections for all *in->*ing words starting with "V" + * Add corrections for all *in->*ing words starting with "W" + * Add corrections for all *in->*ing words starting with "Y" + * Add corrections for all *in->*ing words starting with "Z" + * Add 'quotted->quoted' +- drop patch_version.patch: obsolete, use pypi tarball instead + +------------------------------------------------------------------- Old: ---- codespell-2.2.6.tar.gz patch_version.patch New: ---- codespell-2.3.0.tar.gz BETA DEBUG BEGIN: Old: * Add 'quotted->quoted' - drop patch_version.patch: obsolete, use pypi tarball instead BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ codespell.spec ++++++ --- /var/tmp/diff_new_pack.DRN0vf/_old 2024-11-25 23:19:35.473898742 +0100 +++ /var/tmp/diff_new_pack.DRN0vf/_new 2024-11-25 23:19:35.473898742 +0100 @@ -1,7 +1,7 @@ # # spec file for package codespell # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,21 +18,21 @@ %define pythons python3 Name: codespell -Version: 2.2.6 +Version: 2.3.0 Release: 0 Summary: Source code checker for common misspellings License: GPL-2.0-only Group: Development/Tools/Other URL: https://github.com/codespell-project/codespell/ -Source0: https://github.com/codespell-project/codespell/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-OPENSUSE - patch_version.patch -Patch0: patch_version.patch +Source0: https://files.pythonhosted.org/packages/source/c/codespell/codespell-%{version}.tar.gz BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-chardet BuildRequires: python3-pip BuildRequires: python3-pytest +BuildRequires: python3-pytest-dependency BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm BuildRequires: python3-wheel Requires: python3-chardet Requires: python3-setuptools @@ -51,19 +51,19 @@ %build %pyproject_wheel +%install +%pyproject_install +%fdupes %{buildroot}%{python3_sitelib} + %check # disable command test; does not work in chroot export PATH=$PATH:%{buildroot}%{_bindir} %pytest -k 'not test_command' -%install -%pyproject_install -%fdupes %{buildroot}%{python3_sitelib} - %files %license COPYING %doc README.rst %{_bindir}/codespell %{python3_sitelib}/codespell_lib -%{_prefix}/lib/python3.11/site-packages/codespell-2.2.5.dist-info/ +%{python3_sitelib}/codespell-%{version}.dist-info ++++++ codespell-2.2.6.tar.gz -> codespell-2.3.0.tar.gz ++++++ ++++ 21023 lines of diff (skipped)