diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-croniter')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-croniter/0001-Allow-using-newer-versions-of-trove-classifiers-and-.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-croniter/0001-Allow-using-newer-versions-of-trove-classifiers-and-.patch b/meta-python/recipes-devtools/python/python3-croniter/0001-Allow-using-newer-versions-of-trove-classifiers-and-.patch new file mode 100644 index 0000000000..a20075a76f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-croniter/0001-Allow-using-newer-versions-of-trove-classifiers-and-.patch | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | From 297d149636d063a82b33d95ab59928a88db51e4e Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <khem.raj@oss.qualcomm.com> | ||
| 3 | Date: Thu, 14 May 2026 11:44:44 -0700 | ||
| 4 | Subject: [PATCH] Allow using newer versions of trove-classifiers and pathspec | ||
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | |||
| 8 | Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> | ||
| 9 | --- | ||
| 10 | pyproject.toml | 4 ++-- | ||
| 11 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
| 12 | |||
| 13 | diff --git a/pyproject.toml b/pyproject.toml | ||
| 14 | index 657cc21..d1b9ce3 100644 | ||
| 15 | --- a/pyproject.toml | ||
| 16 | +++ b/pyproject.toml | ||
| 17 | @@ -2,9 +2,9 @@ | ||
| 18 | requires = [ | ||
| 19 | "hatchling==1.29.0", | ||
| 20 | "packaging==26.0", | ||
| 21 | - "pathspec==1.0.4", | ||
| 22 | + "pathspec>=1.0.4", | ||
| 23 | "pluggy==1.6.0", | ||
| 24 | - "trove-classifiers==2026.1.14.14", | ||
| 25 | + "trove-classifiers>=2026.1.14.14", | ||
| 26 | ] | ||
| 27 | build-backend = "hatchling.build" | ||
| 28 | |||
