pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/biology/py-cutadapt py-cutadapt: updated to 3.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be9647a99c02
branches:  trunk
changeset: 448438:be9647a99c02
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Mar 08 07:10:56 2021 +0000

description:
py-cutadapt: updated to 3.3

v3.3:
* :issue:`504`: Fix a crash on Windows.
* :issue:`490`: When ``--rename`` is used with ``--revcomp``, disable adding the
  ``rc`` suffix to reads that were reverse-complemented.
* Also, there is now a ``{rc}` template variable for the ``--rename`` option, which
  is replaced with "rc" if the read was reverse-complemented (and the empty string if not).
* :issue:`512`: Fix issue :issue:`128` once more (the “Reads written” figure in the report
  incorrectly included both trimmed and untrimmed reads if ``--untrimmed-output`` was used).
* :issue:`515`: The report is now send to stderr if any output file is
  written to stdout

diffstat:

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

diffs (27 lines):

diff -r 4f7b0eaa90da -r be9647a99c02 biology/py-cutadapt/Makefile
--- a/biology/py-cutadapt/Makefile      Mon Mar 08 07:07:42 2021 +0000
+++ b/biology/py-cutadapt/Makefile      Mon Mar 08 07:10:56 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2021/02/11 10:30:55 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/08 07:10:56 adam Exp $
 
-DISTNAME=      cutadapt-3.2
+DISTNAME=      cutadapt-3.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    biology python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cutadapt/}
diff -r 4f7b0eaa90da -r be9647a99c02 biology/py-cutadapt/distinfo
--- a/biology/py-cutadapt/distinfo      Mon Mar 08 07:07:42 2021 +0000
+++ b/biology/py-cutadapt/distinfo      Mon Mar 08 07:10:56 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/08 01:55:23 bacon Exp $
+$NetBSD: distinfo,v 1.2 2021/03/08 07:10:56 adam Exp $
 
-SHA1 (cutadapt-3.2.tar.gz) = 11b2545862c4e9a655a279f951b15558b1617506
-RMD160 (cutadapt-3.2.tar.gz) = e04f8be21e118c760dc03d80544c1d4f7135f985
-SHA512 (cutadapt-3.2.tar.gz) = 97ab1cadc3bd1585012c0aba916b0031d8b13bff1f1894f4548b6f7bfa20b5f2d598c499664d755a81be57e36fd5c712f36df77cfcd1f2b28a4f27990ee0b56c
-Size (cutadapt-3.2.tar.gz) = 292702 bytes
+SHA1 (cutadapt-3.3.tar.gz) = aab2e1ed047c58cbe354b4ac1a4def1c83bf8f8c
+RMD160 (cutadapt-3.3.tar.gz) = fc7617f33a4d35327af5013b8a7df0df431365a7
+SHA512 (cutadapt-3.3.tar.gz) = d8895453455aff31c613a4e031559c08646ce2bf072d85ed7b195e5863700a02a1ed44bfb409b63849aadf1db7cf40dea33d0ead4f056307365dc91aa6c93234
+Size (cutadapt-3.3.tar.gz) = 294579 bytes


Home | Main Index | Thread Index | Old Index