SHA256
1
0
forked from pool/codespell
Files
codespell/patch_version.patch
Peter Simons 60ed7d0c10 Accepting request 1094841 from home:jubalh:branches:devel:tools
- 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

OBS-URL: https://build.opensuse.org/request/show/1094841
OBS-URL: https://build.opensuse.org/package/show/devel:tools/codespell?expand=0&rev=25
2023-06-23 11:09:41 +00:00

19 lines
596 B
Diff

--- /dev/null 2023-03-19 01:06:39.022534621 +0100
+++ b/codespell_lib/_version.py 2023-03-22 11:48:11.307549334 +0100
@@ -0,0 +1,4 @@
+# file generated by setuptools_scm
+# don't change, don't track in version control
+__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 @@
"Programming Language :: Python :: 3.11",
]
dependencies = []
-dynamic = ["version"]
+version = "2.2.5"
[project.optional-dependencies]
dev = [