pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-markups py-markups: update to 3.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65d89cfbe20b
branches:  trunk
changeset: 446577:65d89cfbe20b
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Feb 11 03:31:37 2021 +0000

description:
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:

 textproc/py-markups/Makefile |   4 ++--
 textproc/py-markups/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 573df1a94b91 -r 65d89cfbe20b textproc/py-markups/Makefile
--- a/textproc/py-markups/Makefile      Thu Feb 11 03:22:44 2021 +0000
+++ b/textproc/py-markups/Makefile      Thu Feb 11 03:31:37 2021 +0000
@@ -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 -r 573df1a94b91 -r 65d89cfbe20b textproc/py-markups/distinfo
--- a/textproc/py-markups/distinfo      Thu Feb 11 03:22:44 2021 +0000
+++ b/textproc/py-markups/distinfo      Thu Feb 11 03:31:37 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index