pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-pandocfilters



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 27 09:15:26 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-pandocfilters/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-pandocfilters/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-pandocfilters/Makefile
diff -u pkgsrc/textproc/py-pandocfilters/Makefile:1.9 pkgsrc/textproc/py-pandocfilters/Makefile:1.10
--- pkgsrc/textproc/py-pandocfilters/Makefile:1.9       Sun Jan  9 11:58:16 2022
+++ pkgsrc/textproc/py-pandocfilters/Makefile   Thu Jan 27 09:15:25 2022
@@ -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/}
 

Index: pkgsrc/textproc/py-pandocfilters/distinfo
diff -u pkgsrc/textproc/py-pandocfilters/distinfo:1.5 pkgsrc/textproc/py-pandocfilters/distinfo:1.6
--- pkgsrc/textproc/py-pandocfilters/distinfo:1.5       Tue Oct 26 11:23:09 2021
+++ pkgsrc/textproc/py-pandocfilters/distinfo   Thu Jan 27 09:15:25 2022
@@ -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