git: e262da16e2c8 - main - textproc/py-markdown: Update to 3.10
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Nov 2025 23:56:29 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e262da16e2c8250152793c0ce38c8f592ef7250c
commit e262da16e2c8250152793c0ce38c8f592ef7250c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-29 23:26:55 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-29 23:26:55 +0000
textproc/py-markdown: Update to 3.10
Changes: https://github.com/Python-Markdown/markdown/releases
https://python-markdown.github.io/changelog/
---
textproc/py-markdown/Makefile | 2 +-
textproc/py-markdown/distinfo | 6 +++---
textproc/py-markdown/files/patch-pyproject.toml | 8 ++++----
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 = [