pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-pandocfilters py-pandocfilters: updated to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c120746aa16a
branches:  trunk
changeset: 372559:c120746aa16a
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 27 09:15:25 2022 +0000

description:
py-pandocfilters: updated to 1.5.0

v1.5.0: Last release supporting Python 2.
- Added an environment variable `PANDOCFILTER_CLEANUP` that when `get_filename4code` is used, temporary directory will be cleaned up automatically.
- `examples/` is no longer included in the distribution (i.e. source distribution or binary wheels found on PyPI.) This should be a backward incompatible change as `examples/` is never exposed as a 
Python module, nor entry points.
- Added a couple of examples.

diffstat:

 textproc/py-pandocfilters/Makefile |  5 ++---
 textproc/py-pandocfilters/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r aa8d9e6db664 -r c120746aa16a textproc/py-pandocfilters/Makefile
--- a/textproc/py-pandocfilters/Makefile        Thu Jan 27 09:02:58 2022 +0000
+++ b/textproc/py-pandocfilters/Makefile        Thu Jan 27 09:15:25 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2022/01/09 11:58:16 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/01/27 09:15:25 adam Exp $
 
-DISTNAME=      pandocfilters-1.4.3
+DISTNAME=      pandocfilters-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pandocfilters/}
 
diff -r aa8d9e6db664 -r c120746aa16a textproc/py-pandocfilters/distinfo
--- a/textproc/py-pandocfilters/distinfo        Thu Jan 27 09:02:58 2022 +0000
+++ b/textproc/py-pandocfilters/distinfo        Thu Jan 27 09:15:25 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:23:09 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/01/27 09:15:25 adam Exp $
 
-BLAKE2s (pandocfilters-1.4.3.tar.gz) = 466c869bfdcc03986875c0f89c0dde3f7fb3ef282d01d019001770085a467dd1
-SHA512 (pandocfilters-1.4.3.tar.gz) = 9c7ae1329c103ff2baae3488edfcbfaba183bc94146b29e413e7e83ba2ff2dee69823138bf213f5c81a8b0097c2d9329bd05620b10c646662a9617aae7a528a9
-Size (pandocfilters-1.4.3.tar.gz) = 16586 bytes
+BLAKE2s (pandocfilters-1.5.0.tar.gz) = f77c109c61df7ea64d7d68cbb024d1c4d1c752a4031e8138572b08561d7754e6
+SHA512 (pandocfilters-1.5.0.tar.gz) = 32586d4718fd4b7047d850ca767ffacf8fba60844edf8469458e8549286e571774e7178678c7121be62b9a3c819a25de2d30b8fe58a539553336f322b87e836e
+Size (pandocfilters-1.5.0.tar.gz) = 8405 bytes



Home | Main Index | Thread Index | Old Index