pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-markups



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Feb 11 03:31:38 UTC 2021

Modified Files:
        pkgsrc/textproc/py-markups: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-markups/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-markups/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-markups/Makefile
diff -u pkgsrc/textproc/py-markups/Makefile:1.3 pkgsrc/textproc/py-markups/Makefile:1.4
--- pkgsrc/textproc/py-markups/Makefile:1.3     Sat Sep 12 12:22:01 2020
+++ pkgsrc/textproc/py-markups/Makefile Thu Feb 11 03:31:37 2021
@@ -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

Index: pkgsrc/textproc/py-markups/distinfo
diff -u pkgsrc/textproc/py-markups/distinfo:1.1 pkgsrc/textproc/py-markups/distinfo:1.2
--- pkgsrc/textproc/py-markups/distinfo:1.1     Fri Mar  1 22:07:19 2019
+++ pkgsrc/textproc/py-markups/distinfo Thu Feb 11 03:31:37 2021
@@ -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