aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-markdown
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-markdown')
-rw-r--r--textproc/py-markdown/Makefile2
-rw-r--r--textproc/py-markdown/distinfo6
-rw-r--r--textproc/py-markdown/files/patch-pyproject.toml8
3 files changed, 8 insertions, 8 deletions
diff --git a/textproc/py-markdown/Makefile b/textproc/py-markdown/Makefile
index be9af84a823a..d969fea2d73b 100644
--- a/textproc/py-markdown/Makefile
+++ b/textproc/py-markdown/Makefile
@@ -1,5 +1,5 @@
PORTNAME= markdown
-PORTVERSION= 3.9
+PORTVERSION= 3.10
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-markdown/distinfo b/textproc/py-markdown/distinfo
index fcc4898185ab..6fdea9c182ae 100644
--- a/textproc/py-markdown/distinfo
+++ b/textproc/py-markdown/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757436551
-SHA256 (markdown-3.9.tar.gz) = d2900fe1782bd33bdbbd56859defef70c2e78fc46668f8eb9df3128138f2cb6a
-SIZE (markdown-3.9.tar.gz) = 364585
+TIMESTAMP = 1763853446
+SHA256 (markdown-3.10.tar.gz) = 37062d4f2aa4b2b6b32aefb80faa300f82cc790cb949a35b8caede34f2b68c0e
+SIZE (markdown-3.10.tar.gz) = 364931
diff --git a/textproc/py-markdown/files/patch-pyproject.toml b/textproc/py-markdown/files/patch-pyproject.toml
index 1d0287e8bad0..8cdcf1c9916c 100644
--- a/textproc/py-markdown/files/patch-pyproject.toml
+++ b/textproc/py-markdown/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig 2025-04-09 17:16:35 UTC
+--- pyproject.toml.orig 2025-11-03 19:50:58 UTC
+++ pyproject.toml
@@ -1,10 +1,10 @@
[build-system]
@@ -20,6 +20,6 @@
-license = "BSD-3-Clause"
-license-files = ["LICENSE.md"]
+license = {file = 'LICENSE.md'}
- requires-python = '>=3.9'
- dependencies = [
- "importlib-metadata>=4.4;python_version<'3.10'"
+ requires-python = '>=3.10'
+ keywords = ['markdown', 'markdown-parser', 'python-markdown', 'markdown-to-html']
+ classifiers = [