textproc/codespell: Update to 2.2.6

Changes:	https://github.com/codespell-project/codespell/releases
This commit is contained in:
Po-Chuan Hsieh 2023-10-05 09:55:49 +08:00
parent f5fa6e9859
commit 6c20cc7dfb
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= codespell
PORTVERSION= 2.2.5
PORTVERSION= 2.2.6
CATEGORIES= textproc
MASTER_SITES= PYPI
@ -10,7 +10,7 @@ WWW= https://github.com/codespell-project/codespell
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.2:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1688166086
SHA256 (codespell-2.2.5.tar.gz) = 6d9faddf6eedb692bf80c9a94ec13ab4f5fb585aabae5f3750727148d7b5be56
SIZE (codespell-2.2.5.tar.gz) = 242918
TIMESTAMP = 1696432878
SHA256 (codespell-2.2.6.tar.gz) = a8c65d8eb3faa03deabab6b3bbe798bea72e1799c7e9e955d57eca4096abcff9
SIZE (codespell-2.2.6.tar.gz) = 300968

View file

@ -1,11 +1,11 @@
--- pyproject.toml.orig 2023-06-14 17:58:55 UTC
--- pyproject.toml.orig 2023-10-02 19:34:35 UTC
+++ pyproject.toml
@@ -64,7 +64,7 @@ repository = "https://github.com/codespell-project/cod
@@ -65,7 +65,7 @@ repository = "https://github.com/codespell-project/cod
[build-system]
build-backend = "setuptools.build_meta"
-requires = ["setuptools>=64", "setuptools_scm[toml]>=6.2"]
+requires = ["setuptools>=61", "setuptools_scm[toml]>=6.2"]
-requires = ["setuptools>=64", "setuptools_scm[toml]>=6.2, != 8.0.0"]
+requires = ["setuptools>=61", "setuptools_scm[toml]>=6.2, != 8.0.0"]
[tool.setuptools_scm]
write_to = "codespell_lib/_version.py"