devel/py-jaraco.itertools: Update to 6.4.3

Changes:	https://github.com/jaraco/jaraco.itertools/blob/main/NEWS.rst
This commit is contained in:
Po-Chuan Hsieh 2025-05-25 17:31:58 +08:00
parent 5d7bcfea4e
commit 689caee4bc
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 24 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= jaraco.itertools
PORTVERSION= 6.4.2
PORTVERSION= 6.4.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1744288898
SHA256 (jaraco_itertools-6.4.2.tar.gz) = 36c98e8bd7906b27021062e2fe141a0b7281dc6e7a59cf605fb70771a4bb4abd
SIZE (jaraco_itertools-6.4.2.tar.gz) = 19524
TIMESTAMP = 1747715378
SHA256 (jaraco_itertools-6.4.3.tar.gz) = 06c8727afcad659e29ce78773870428500f4daf6f13b9c2f5154ddb21cbca90d
SIZE (jaraco_itertools-6.4.3.tar.gz) = 19680

View File

@ -0,0 +1,20 @@
--- pyproject.toml.orig 2025-05-10 16:39:26 UTC
+++ pyproject.toml
@@ -2,8 +2,6 @@ requires = [
requires = [
"setuptools>=61.2",
"setuptools_scm[toml]>=3.4.1",
- # jaraco/skeleton#174
- "coherent.licensed",
]
build-backend = "setuptools.build_meta"
@@ -21,7 +19,7 @@ requires-python = ">=3.9"
"Programming Language :: Python :: 3 :: Only",
]
requires-python = ">=3.9"
-license = "MIT"
+license = { text = "MIT" }
dependencies = [
"more_itertools>=4.0.0",
"inflect",