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.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78a8f74b2201
branches:  trunk
changeset: 449475:78a8f74b2201
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Mar 31 09:23:56 2021 +0000

description:
py-cutadapt: updated to 3.4

v3.4 (2021-03-30)
-----------------
* :issue:`481`: An experimental single-file Windows executable of Cutadapt
  is `available for download on the GitHub "releases"
  page <https://github.com/marcelm/cutadapt/releases>`_.
* :issue:`517`: Report correct sequence in info file if read was reverse complemented
* :issue:`517`: Added a column to the info file that shows whether the read was
  reverse-complemented (if ``--revcomp`` was used)
* :issue:`320`: Fix (again) "Too many open files" when demultiplexing

diffstat:

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

diffs (27 lines):

diff -r 3857611d32f4 -r 78a8f74b2201 biology/py-cutadapt/Makefile
--- a/biology/py-cutadapt/Makefile      Wed Mar 31 09:21:26 2021 +0000
+++ b/biology/py-cutadapt/Makefile      Wed Mar 31 09:23:56 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2021/03/08 07:10:56 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/31 09:23:56 adam Exp $
 
-DISTNAME=      cutadapt-3.3
+DISTNAME=      cutadapt-3.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    biology python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cutadapt/}
diff -r 3857611d32f4 -r 78a8f74b2201 biology/py-cutadapt/distinfo
--- a/biology/py-cutadapt/distinfo      Wed Mar 31 09:21:26 2021 +0000
+++ b/biology/py-cutadapt/distinfo      Wed Mar 31 09:23:56 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2021/03/08 07:10:56 adam Exp $
+$NetBSD: distinfo,v 1.3 2021/03/31 09:23:56 adam Exp $
 
-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
+SHA1 (cutadapt-3.4.tar.gz) = e3ba4d7c62581cfabf0aa8c966dd1bde055ffdde
+RMD160 (cutadapt-3.4.tar.gz) = 2208111797c90defebb6a220f60b95eb3a7a3efe
+SHA512 (cutadapt-3.4.tar.gz) = 8d0556acb2c67146adf68eb208d2ec9701f391e6554d5e1ebaf146a12e3ba02c68b01856c254c94917ba9e919df26ece97a2c41ea386747e1c495eecbf4b2e0c
+Size (cutadapt-3.4.tar.gz) = 295282 bytes



Home | Main Index | Thread Index | Old Index