pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-tqdm



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun May  3 11:52:00 UTC 2020

Modified Files:
        pkgsrc/misc/py-tqdm: Makefile PLIST distinfo

Log Message:
py-tqdm: updated to 4.46.0

4.46.0:
bump version, merge branch 'devel'


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/py-tqdm/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/py-tqdm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/py-tqdm/Makefile
diff -u pkgsrc/misc/py-tqdm/Makefile:1.17 pkgsrc/misc/py-tqdm/Makefile:1.18
--- pkgsrc/misc/py-tqdm/Makefile:1.17   Fri Apr 10 08:04:52 2020
+++ pkgsrc/misc/py-tqdm/Makefile        Sun May  3 11:52:00 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2020/04/10 08:04:52 adam Exp $
+# $NetBSD: Makefile,v 1.18 2020/05/03 11:52:00 adam Exp $
 
-DISTNAME=      tqdm-4.45.0
+DISTNAME=      tqdm-4.46.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tqdm/}
@@ -18,6 +18,8 @@ USE_LANGUAGES=        # none
 
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 
+CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/tqdm/completion.sh
+
 post-install:
        cd ${DESTDIR}${PREFIX} && \
        ${MV} bin/tqdm bin/tqdm-${PYVERSSUFFIX} && \

Index: pkgsrc/misc/py-tqdm/PLIST
diff -u pkgsrc/misc/py-tqdm/PLIST:1.6 pkgsrc/misc/py-tqdm/PLIST:1.7
--- pkgsrc/misc/py-tqdm/PLIST:1.6       Wed Jan 29 14:01:43 2020
+++ pkgsrc/misc/py-tqdm/PLIST   Sun May  3 11:52:00 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2020/01/29 14:01:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/05/03 11:52:00 adam Exp $
 bin/tqdm-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -45,6 +45,7 @@ ${PYSITELIB}/tqdm/autonotebook.pyo
 ${PYSITELIB}/tqdm/cli.py
 ${PYSITELIB}/tqdm/cli.pyc
 ${PYSITELIB}/tqdm/cli.pyo
+${PYSITELIB}/tqdm/completion.sh
 ${PYSITELIB}/tqdm/contrib/__init__.py
 ${PYSITELIB}/tqdm/contrib/__init__.pyc
 ${PYSITELIB}/tqdm/contrib/__init__.pyo
@@ -54,6 +55,9 @@ ${PYSITELIB}/tqdm/contrib/concurrent.pyo
 ${PYSITELIB}/tqdm/contrib/itertools.py
 ${PYSITELIB}/tqdm/contrib/itertools.pyc
 ${PYSITELIB}/tqdm/contrib/itertools.pyo
+${PYSITELIB}/tqdm/contrib/telegram.py
+${PYSITELIB}/tqdm/contrib/telegram.pyc
+${PYSITELIB}/tqdm/contrib/telegram.pyo
 ${PYSITELIB}/tqdm/gui.py
 ${PYSITELIB}/tqdm/gui.pyc
 ${PYSITELIB}/tqdm/gui.pyo

Index: pkgsrc/misc/py-tqdm/distinfo
diff -u pkgsrc/misc/py-tqdm/distinfo:1.16 pkgsrc/misc/py-tqdm/distinfo:1.17
--- pkgsrc/misc/py-tqdm/distinfo:1.16   Fri Apr 10 08:04:52 2020
+++ pkgsrc/misc/py-tqdm/distinfo        Sun May  3 11:52:00 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2020/04/10 08:04:52 adam Exp $
+$NetBSD: distinfo,v 1.17 2020/05/03 11:52:00 adam Exp $
 
-SHA1 (tqdm-4.45.0.tar.gz) = 7443bbdf9506e94b9064a755db7d3ba7f59b788e
-RMD160 (tqdm-4.45.0.tar.gz) = 6d6ae1de878dcc9f06356739d73dea5479894b21
-SHA512 (tqdm-4.45.0.tar.gz) = 7b35f86205c6581ede9bdb0788e7f55be525c3f0f77952803046661c6a7a6cd3c15ed0323376ecedb5cddace1b32a41fee1932033dcaa49f9096dc3b9b674f10
-Size (tqdm-4.45.0.tar.gz) = 140990 bytes
+SHA1 (tqdm-4.46.0.tar.gz) = aa422dba386fcb1b7fa09753c99220f647a49f3b
+RMD160 (tqdm-4.46.0.tar.gz) = aa8be1361fb08e6968c92aab4b66fc131df9452e
+SHA512 (tqdm-4.46.0.tar.gz) = ccdfce4d273e78ced172fc3edb24ac038465169f7b765e7bf779831ef3d0dc72c648c5fb165aba02e0c6dc86c5d0ea3d93d5530b642ddd84e3d284c7354739cf
+Size (tqdm-4.46.0.tar.gz) = 144312 bytes



Home | Main Index | Thread Index | Old Index