summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-croniter/0001-Allow-using-newer-versions-of-trove-classifiers-and-.patch
blob: a20075a76f6ba60223f8b7e3da63ce1c9340221e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 297d149636d063a82b33d95ab59928a88db51e4e Mon Sep 17 00:00:00 2001
From: Khem Raj <khem.raj@oss.qualcomm.com>
Date: Thu, 14 May 2026 11:44:44 -0700
Subject: [PATCH] Allow using newer versions of trove-classifiers and pathspec

Upstream-Status: Pending

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 657cc21..d1b9ce3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,9 +2,9 @@
 requires = [
     "hatchling==1.29.0",
     "packaging==26.0",
-    "pathspec==1.0.4",
+    "pathspec>=1.0.4",
     "pluggy==1.6.0",
-    "trove-classifiers==2026.1.14.14",
+    "trove-classifiers>=2026.1.14.14",
 ]
 build-backend = "hatchling.build"