summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2021-02-11 03:31:37 +0000
committergutteridge <gutteridge@pkgsrc.org>2021-02-11 03:31:37 +0000
commit6ec7f79e128e23bc759f2a0fb82b6dc86e19accc (patch)
tree18fe337180fe803e26973b72f2b80fd5fb25a08d /textproc
parenta9db8784947f95e633c7ef27e87c159484f3b3d8 (diff)
downloadpkgsrc-6ec7f79e128e23bc759f2a0fb82b6dc86e19accc.tar.gz
py-markups: update to 3.1.0
Version 3.1.0, 2021-01-31 ========================= Incompatible changes: * Python versions older than 3.6 are no longer supported. Other changes: * Instead of ``pkg_resources``, ``importlib.metadata`` is now used. * For Markdown markup, ``markdown-extensions.yaml`` files are now supported in addition to ``markdown-extensions.txt`` files. * Type annotations were added for public API. * The reStructuredText markup no longer raises exceptions for invalid markup. * MathJax v3 is now supported in addition to v2. Also, the Arch Linux mathjax packages are now supported (issue #4). * Added Pygments CSS support for the ``pymdownx.highlight`` Markdown extension.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-markups/Makefile4
-rw-r--r--textproc/py-markups/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/py-markups/Makefile b/textproc/py-markups/Makefile
index 08eb084473f..33f24db9911 100644
--- a/textproc/py-markups/Makefile
+++ b/textproc/py-markups/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/09/12 12:22:01 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2021/02/11 03:31:37 gutteridge Exp $
-VERSION= 3.0.0
+VERSION= 3.1.0
DISTNAME= Markups-${VERSION}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= textproc python
diff --git a/textproc/py-markups/distinfo b/textproc/py-markups/distinfo
index 14ce3fef47c..991ea60f3cc 100644
--- a/textproc/py-markups/distinfo
+++ b/textproc/py-markups/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/03/01 22:07:19 gutteridge Exp $
+$NetBSD: distinfo,v 1.2 2021/02/11 03:31:37 gutteridge Exp $
-SHA1 (Markups-3.0.0.tar.gz) = 13c84e8eca43a9da4b6ea334ef7d3bd7a30367ef
-RMD160 (Markups-3.0.0.tar.gz) = 0477d20ddd6bd49c3766dad980b095567f32e402
-SHA512 (Markups-3.0.0.tar.gz) = 3dfb97f29e801fa296e7ea22f2693d05fe9a9bfdf6c9b560cf6a44d04abfb6c2ac0717093732b6fbd9ea052ab9f8d054b3aae10a0c16516af3815ca1d720aef5
-Size (Markups-3.0.0.tar.gz) = 16966 bytes
+SHA1 (Markups-3.1.0.tar.gz) = e2a816f640000ab6595557713001225279f98ae9
+RMD160 (Markups-3.1.0.tar.gz) = 17897a3deadfbcaf23b9b2afc89cd9bf37bf6b2d
+SHA512 (Markups-3.1.0.tar.gz) = eaf99b8f521dc93008e0e2519e5c6e8885609457739378d5af6e3aa044a9dd1370bf906a061d8a284d8ad4f9c5196c01a6d8dde3a4630898fe4711154cef7ce0
+Size (Markups-3.1.0.tar.gz) = 20146 bytes