Received: by mail.netbsd.org (Postfix, from userid 605) id 9F2A384DC2; Tue, 7 Jan 2020 08:51:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24AFC84DBE for ; Tue, 7 Jan 2020 08:51:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id JISFFK3RE9DI for ; Tue, 7 Jan 2020 08:51:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 89B5984CD4 for ; Tue, 7 Jan 2020 08:51:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7CC8EFBF4; Tue, 7 Jan 2020 08:51:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578387090206140" MIME-Version: 1.0 Date: Tue, 7 Jan 2020 08:51:30 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/misc/py-tqdm To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200107085130.7CC8EFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1578387090206140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jan 7 08:51:30 UTC 2020 Modified Files: pkgsrc/misc/py-tqdm: Makefile PLIST distinfo Log Message: py-tqdm: updated to 4.41.1 tqdm v4.41.1 stable keras module tidy and fixes - fix batch_size=None - add missing pop('size') tqdm v4.41.0 stable trim on ncols overflow with ANSI handling add notebook.reset() add keras.TqdmCallback documentation updates test updates To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/py-tqdm/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/py-tqdm/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/misc/py-tqdm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1578387090206140 Content-Disposition: inline Content-Length: 2372 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/py-tqdm/Makefile diff -u pkgsrc/misc/py-tqdm/Makefile:1.12 pkgsrc/misc/py-tqdm/Makefile:1.13 --- pkgsrc/misc/py-tqdm/Makefile:1.12 Tue Dec 3 17:17:37 2019 +++ pkgsrc/misc/py-tqdm/Makefile Tue Jan 7 08:51:30 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2019/12/03 17:17:37 adam Exp $ +# $NetBSD: Makefile,v 1.13 2020/01/07 08:51:30 adam Exp $ -DISTNAME= tqdm-4.40.0 +DISTNAME= tqdm-4.41.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= misc python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tqdm/} Index: pkgsrc/misc/py-tqdm/PLIST diff -u pkgsrc/misc/py-tqdm/PLIST:1.4 pkgsrc/misc/py-tqdm/PLIST:1.5 --- pkgsrc/misc/py-tqdm/PLIST:1.4 Tue Dec 3 17:17:37 2019 +++ pkgsrc/misc/py-tqdm/PLIST Tue Jan 7 08:51:30 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2019/12/03 17:17:37 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2020/01/07 08:51:30 adam Exp $ bin/tqdm-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -51,6 +51,9 @@ ${PYSITELIB}/tqdm/contrib/__init__.pyo ${PYSITELIB}/tqdm/gui.py ${PYSITELIB}/tqdm/gui.pyc ${PYSITELIB}/tqdm/gui.pyo +${PYSITELIB}/tqdm/keras.py +${PYSITELIB}/tqdm/keras.pyc +${PYSITELIB}/tqdm/keras.pyo ${PYSITELIB}/tqdm/notebook.py ${PYSITELIB}/tqdm/notebook.pyc ${PYSITELIB}/tqdm/notebook.pyo Index: pkgsrc/misc/py-tqdm/distinfo diff -u pkgsrc/misc/py-tqdm/distinfo:1.11 pkgsrc/misc/py-tqdm/distinfo:1.12 --- pkgsrc/misc/py-tqdm/distinfo:1.11 Tue Dec 3 17:17:37 2019 +++ pkgsrc/misc/py-tqdm/distinfo Tue Jan 7 08:51:30 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2019/12/03 17:17:37 adam Exp $ +$NetBSD: distinfo,v 1.12 2020/01/07 08:51:30 adam Exp $ -SHA1 (tqdm-4.40.0.tar.gz) = c8076b40707f379d8a5b2ebf8a26858884bca860 -RMD160 (tqdm-4.40.0.tar.gz) = 728c6fbb885f2cd4108c6b8794a50bddc6e70b91 -SHA512 (tqdm-4.40.0.tar.gz) = 1c326d98130c79f614cea502723e4202baa57b7b4639e208133cb464785e4a8d4eaa9d262ea484246d45e5eb8f21994e7ecf3fd6ef0f4966f9049fc8013d7442 -Size (tqdm-4.40.0.tar.gz) = 129225 bytes +SHA1 (tqdm-4.41.1.tar.gz) = 3bb1109afb8f90a251497687c1daa6d970783e77 +RMD160 (tqdm-4.41.1.tar.gz) = 417bcf81077955b6a231077dbffa0543e5c4f556 +SHA512 (tqdm-4.41.1.tar.gz) = b81eeab029e2e9d54868784289dc47740d068515b96aecaa89b247575cb61049f5288c2c6617766fa9522f91c0eda1f71671140ad81c88cf6f9461ae9c32f45c +Size (tqdm-4.41.1.tar.gz) = 132160 bytes --_----------=_1578387090206140--