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:           Sun Oct  3 12:41:42 UTC 2021

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

Log Message:
py-markups: update to 3.1.2

Version 3.1.2, 2021-09-06
=========================

* Incompatible change: Python 3.6 is no longer supported.
* Fixed replacing Markdown extensions in document.
* Fixed crash when using TOC backrefs in reStructuredText (issue #14,
  thanks Hrissimir for the patch).


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-markups/Makefile
cvs rdiff -u -r1.3 -r1.4 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.5 pkgsrc/textproc/py-markups/Makefile:1.6
--- pkgsrc/textproc/py-markups/Makefile:1.5     Tue Apr  6 14:58:43 2021
+++ pkgsrc/textproc/py-markups/Makefile Sun Oct  3 12:41:42 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2021/04/06 14:58:43 adam Exp $
+# $NetBSD: Makefile,v 1.6 2021/10/03 12:41:42 gutteridge Exp $
 
-DISTNAME=      Markups-3.1.1
+DISTNAME=      Markups-3.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=M/Markups/}
@@ -17,7 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-textile-[0-9]*:
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-markdown-math
+PYTHON_VERSIONS_INCOMPATIBLE+= 27 36
 
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} < 38

Index: pkgsrc/textproc/py-markups/distinfo
diff -u pkgsrc/textproc/py-markups/distinfo:1.3 pkgsrc/textproc/py-markups/distinfo:1.4
--- pkgsrc/textproc/py-markups/distinfo:1.3     Tue Apr  6 14:58:43 2021
+++ pkgsrc/textproc/py-markups/distinfo Sun Oct  3 12:41:42 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/04/06 14:58:43 adam Exp $
+$NetBSD: distinfo,v 1.4 2021/10/03 12:41:42 gutteridge Exp $
 
-SHA1 (Markups-3.1.1.tar.gz) = e490bd642dc05887062ba9edfd7c7e01141adc71
-RMD160 (Markups-3.1.1.tar.gz) = 11c3c8bb5e90637d33abf22294f2560f9cfc693c
-SHA512 (Markups-3.1.1.tar.gz) = 9e8e7b3cc86127fed0367faf257d761e0eae4ca5e11a9ddc8e99b2fc88c76ddb218ee371added56e2c19f5772754adc4c01a09503c308220f6a9d35e736220d7
-Size (Markups-3.1.1.tar.gz) = 20482 bytes
+SHA1 (Markups-3.1.2.tar.gz) = d72a418910e143108438b4cf34a8bfb62fb59c95
+RMD160 (Markups-3.1.2.tar.gz) = 87d908d95c2dcd531e533734b8bb3b091464f860
+SHA512 (Markups-3.1.2.tar.gz) = 5374c6c80eb71b4190af4c3ba47ec46fe7a92739d72feb023a571488dde6fdc377e98f2e24bc0c4e6cb7b4aa3b0f8aea90befa93e301cf6b02fcc4856affbceb
+Size (Markups-3.1.2.tar.gz) = 20608 bytes



Home | Main Index | Thread Index | Old Index