Path to this page:
./
devel/py-codespell,
Check code for common misspellings
Branch: CURRENT,
Version: 2.2.4,
Package name: py310-codespell-2.2.4,
Maintainer: pkgsrc-usersFix common misspellings in text files. It's designed primarily for
checking misspelled words in source code, but it can be used with
other files as well.
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 236 KB
Version history: (Expand)
- (2023-03-17) Updated to version: py310-codespell-2.2.4
- (2022-11-30) Updated to version: py310-codespell-2.2.2
- (2022-01-05) Updated to version: py39-codespell-2.1.0nb2
- (2022-01-05) Updated to version: py39-codespell-2.1.0nb1
- (2021-10-07) Updated to version: py39-codespell-2.1.0
- (2021-06-30) Updated to version: py38-codespell-2.1.0
CVS history: (Expand)
2023-03-17 17:51:34 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-codespell: updated to 2.2.4
v2.2.4
BUG: Fix bug with toml triage
v2.2.3
Misspelling of sufficient, sufficiently
insuffient->insufficient
add anayltic(s|al|ally) -> analytic(s|al|ally)
Ignore flake8 rule W503
Dead code found by vulture
Move falsy and accreting to more appropriate files
Add subtrate->substrate
Add "subtask"
Apply pyupgrade to project
{speherical,sperhical}->spherical
interepolation->interpolation
Ignore .mypy_cache folder
Fix uncaught exception on unreadable files
Add constrainst to dictionary
Add relative hidden directory and basic subdir tests
Add trignometric->trigonometric
Add virtualied->virtualized, virtualised and friends
Add several spelling corrections
Slightly simplify some boolean expressions
MAINT: Add CODEOWNERS
positivie->positive
DOC/ENH: Clarify usage or configuration files and log about it
Document required setuptools version
Redundant wheel dependency in pyproject.toml
Remove parameterizes->parametrizes
Replace codecs.open with open
Update subprocess usage to use modern subprocess.run()
Fix produce typo
Add a few corrections
Migrate pytest config into pyproject.toml
Handle bad globs passed to if --skip/-S
Isn't the mailing list obsolete?
More CODEOWNERS
Remove unused attribute Misspelling.fixword
Read config file without interpolation
Add andriod->android and friends
Add total type GB to US
Catch all cases of missing pytest
Fix typo in README pin → pip
Keep GitHub Actions up to date with Dependabot
decelaration could be deceleration
Add isort to project
Fix Deepsource issues
Replace list()/dict() with literals
Use major version @v1 of isort GitHub Action
Add a spelling correction
Remove obsolete Python 2 workaround
Add misspelling of Kafka
Add testing and document support for Python 3.11
Add type annotations to the project and use mypy
Add a few spelling corrections
Add several spelling corrections
quation->equation
Document support for Python versions in pyproject.toml
Use black to format Python files
Move "upto" to code dictionary
Move sudo-like command name "doas" to code dictionary
enthapl(ies|y)->enthalp(ies|y)
Add componoent(s)->component(s)
Move "spawnve" to code dictionary
Move "MSDOS" to code dictionary
Added informal words
Improve format of CC BY-SA 3.0 license link
{assymthotic, assymtotic}->asymptotic
Simplify some file reading in tests by opening in text mode
Remove setup.py
Normalize code block indicators in README
PEP 517
Add spelling correction for 'alhpa'
Move Windows CI from AppVeyor to GitHub Actions
Add "token" as alternative for "toke"
Add spelling corrections for version.
feat: Add cataalogue->catalogue to dictionary
Add several spelling corrections found in personal projects
Add several words for en-GB to en-US
Add fixes from misspell-fixer's safe.1.dict
Prefer "converter" to "convertor"
Add pre-commit configuration
pre-commit: check toml, rst, yml and .in files
centriod->centroid
Add operatin->operation, operating, correction.
README: Document how to use pre-commit
README: document simplest usage pattern
Prefer HTTPS to HTTP in URLs
Flush stdout when asking word fix
Correct "3rt" to "3rd"
|
2022-11-29 22:05:08 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-codespell: updated to 2.2.2
v2.2.2
What's Changed
MAINT: Bump to dev
Capitalize LessTif
Add several spelling corrections
aexs->axes
MAINT: Add tests as submodule
diffues->diffuse, defuse,
conviencece->convenience
htose->those, these,
Add several spelling corrections
move ro to code dictionary
Add ascconciated->associated
Fix various spelling corrections
Add several spelling corrections
Add sorkflow->workflow
Add spelling corrections for install and variants.
Capitalize all suggested fixes
Add several spelling corrections and refinements
Add knowladge->knowledge
Add several spelling corrections
Change "circularly" to "circulary".
Use grep -E instead of egrep
move warmup to code dictionary
downoload->download and friends
Add some alternative line endings and whitespace checks
occulusion->occlusion
Add another suggestion for relected
add dependendenc(y|ies)->dependenc(y|ies)
Add application(s) spelling corrections.
Add spelling correction for place
Add spelling correction
'analyses' is the plural of 'analysis'
Add spelling corrections for dictionar(y|ies)
Add spelling correction for export
Fix 2055: Add support for PEP 518
Add regresison->regression
DOC: Better docs
Fix build_exclude_hashes fails: UnicodeDecodeError: 'charmap' codec can't decode \
byte 0x81 in position 2244: character maps to
Add alternative for 'bu'
Add alternative for 'tooo'
Fix uncaught exception on empty files
Add combintaion(s)->combination(s)
MAINT: Use pyproject and setuptools_scm
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-06-30 09:55:58 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
py-codespell: update to 2.1.0.
Changes not documented.
|
2021-01-26 21:40:57 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-codespell: this requires at least python 3.5 nowadays
Mark as not for python 2.7.
|