Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package codespell for openSUSE:Factory checked in at 2023-06-24 20:13:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/codespell (Old) and /work/SRC/openSUSE:Factory/.codespell.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "codespell" Sat Jun 24 20:13:32 2023 rev:12 rq:1094859 version:2.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/codespell/codespell.changes 2023-05-23 14:53:30.422115227 +0200 +++ /work/SRC/openSUSE:Factory/.codespell.new.15902/codespell.changes 2023-06-24 20:13:43.796068679 +0200 @@ -1,0 +2,75 @@ +Fri Jun 23 10:26:24 UTC 2023 - Michael Vetter <mvet...@suse.com> + +- Update to 2.2.5: + * Add fixing consciousely typo #2777 + * atalog typo (saw twice in a project) #2782 + * created fstrings #2784 + * Replace bandit, isort, pylint, pyupgrade, and flake8 plus plugins with ruff #2779 + * Add Microsoft Mispelling Kiewit in #2789 + * Use Latest Version In README Pre-Commit Example Kiewit in #2788 + * ruff: Use format specifiers instead of percent format #2787 + * New typos #2793 + * Ruff: Ignore new rule PLC1901 #2797 + * Add various typo fixes #2795 + * Another suggestion #2798 + * Fix AssertionError when opening with chardet thumann in #2785 + * Fix typo (and variants) from xxHash #2761 + * Add huld->hold Spelling Mistake Kiewit in #2792 + * Fix CI issues #2796 + * CI: fix new ruff error B028 #2802 + * Skip subdirectories of hidden directories #2541 + * Add tweek(s)->tweak(s) correction gb in #2804 + * Add supoort->support #2806 + * Add Suggestion For readded Mispelling Kiewit in #2805 + * Add displaing->displaying #2808 + * Another suggestion for stati #2810 + * Add dimaond -> diamond #2813 + * Add vai->via, vie #2815 + * Remove invalid correction - Kwanza = currency of Angola #2803 + * sinoid and friends #2807 + * Add excludle->exclude #2814 + * Add gadjet->gadget and friend #2818 + * Add togueter->together #2821 + * Add "mutabl->mutable" #2822 + * Add containin->containing #2824 + * Add mandess->madness #2825 + * some fixes #2820 + * Fix new ruff errors reported DimitriPapadopoulos in #2834 + * Add fusipn->fusion #2836 + * Add 'subcription->subscription' #2832 + * Add 'promtp->prompt' #2833 + * Add 'endpdoint' as a misspelling of 'endpoint' #2830 + * Add more misspellings of 'identities' #2829 + * Friends of existing typos #2837 + * Fix 66ec667 #2838 + * equivallent and friends #2827 + * Add delpoys->deploys #2842 + * Added variations on 'difference' #2841 + * Add 'canoncical->canonical' #2831 + * Add additional typos #2835 + * Add spelling corrections for inject and variants. gb in #2846 + * Add 'credentail->credential' #2844 + * Add 'requestor->requester' #2845 + * Update README.rst #2466 + * Add exrension(s)->extension(s) #2847 + * Add facttory->factory and facttories-> factories van-zuijlen in #2848 + * Add several spelling corrections #2849 + * Add comtaining->containing #2855 + * topoplogical and friends #2854 + * Add placehoulder->placeholder #2856 + * More typos from GlobalProtect-openconnect #2850 + * Add spelling correction for siver->silver/sliver/diver #2858 + * Add assertino->assertion #2859 + * add notority->notoriety #2861 + * Misspellings from eLabFTW #2863 + * Add invirant{,s}->invariant{,s} #2870 + * Add alloccat*->allocat* #2869 + * Add "multiply"/"multiplies" variations to instances of "multiple" #2872 + * Add strin->string and optiona->optional #2817 + * Add wellplate -> well plate #2873 + * Add afile Misspelling #2876 + * Ignore 'misspellings' due to string escapes #2875 + * Add pre-poulate Misspellings #2878 +- Update patch_version.patch + +------------------------------------------------------------------- Old: ---- codespell-2.2.4.tar.gz New: ---- codespell-2.2.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ codespell.spec ++++++ --- /var/tmp/diff_new_pack.o5Ju6S/_old 2023-06-24 20:13:44.556073167 +0200 +++ /var/tmp/diff_new_pack.o5Ju6S/_new 2023-06-24 20:13:44.560073190 +0200 @@ -18,7 +18,7 @@ %define pythons python3 Name: codespell -Version: 2.2.4 +Version: 2.2.5 Release: 0 Summary: Source code checker for common misspellings License: GPL-2.0-only @@ -65,6 +65,6 @@ %doc README.rst %{_bindir}/codespell %{python3_sitelib}/codespell_lib -%{python3_sitelib}/%{name}-%{version}.dist-info +%{_prefix}/lib/python3.11/site-packages/codespell-2.2.5.dist-info/ %changelog ++++++ codespell-2.2.4.tar.gz -> codespell-2.2.5.tar.gz ++++++ ++++ 1764 lines of diff (skipped) ++++++ patch_version.patch ++++++ --- /var/tmp/diff_new_pack.o5Ju6S/_old 2023-06-24 20:13:44.688073946 +0200 +++ /var/tmp/diff_new_pack.o5Ju6S/_new 2023-06-24 20:13:44.688073946 +0200 @@ -3,8 +3,8 @@ @@ -0,0 +1,4 @@ +# file generated by setuptools_scm +# don't change, don't track in version control -+__version__ = version = '2.2.4' -+__version_tuple__ = version_tuple = (2, 2, 4) ++__version__ = version = '2.2.5' ++__version_tuple__ = version_tuple = (2, 2, 5) --- a/pyproject.toml 2023-03-22 10:50:42.939917750 +0000 +++ b/pyproject.toml 2023-03-22 10:53:54.345431869 +0000 @@ -28,7 +28,7 @@ @@ -12,7 +12,7 @@ ] dependencies = [] -dynamic = ["version"] -+version = "2.2.4" ++version = "2.2.5" [project.optional-dependencies] dev = [