summaryrefslogtreecommitdiff
path: root/0001-modify-the-operator-of-version-required-to-gt.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-18 13:58:54 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-18 13:58:54 +0000
commit6100dc965c01b8d72246c3847ce24cbb5834cdbb (patch)
tree78b5b6853b0f9f5749b1e4bd6c3df505e44aec86 /0001-modify-the-operator-of-version-required-to-gt.patch
parente71652f834b4dcd9bc39709615d7b16380fdf11c (diff)
automatic import of python-markdown-it-pyopeneuler23.09
Diffstat (limited to '0001-modify-the-operator-of-version-required-to-gt.patch')
-rw-r--r--0001-modify-the-operator-of-version-required-to-gt.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0001-modify-the-operator-of-version-required-to-gt.patch b/0001-modify-the-operator-of-version-required-to-gt.patch
new file mode 100644
index 0000000..2675fb2
--- /dev/null
+++ b/0001-modify-the-operator-of-version-required-to-gt.patch
@@ -0,0 +1,25 @@
+From 9974de9e5644ef9265fc8dc2a0a439ceebce519f Mon Sep 17 00:00:00 2001
+From: desert-sailor <dxwangk@isoftstone.com>
+Date: Tue, 1 Aug 2023 15:54:33 +0800
+Subject: [PATCH] modify the operator of version required to gt
+
+---
+ pyproject.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pyproject.toml b/pyproject.toml
+index 633eef2..6bccace 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -26,7 +26,7 @@ classifiers = [
+ keywords = ["markdown", "lexer", "parser", "commonmark", "markdown-it"]
+ requires-python = ">=3.8"
+ dependencies = [
+- "mdurl~=0.1",
++ "mdurl>=0.1",
+ ]
+
+ [project.urls]
+--
+2.33.0
+