diff options
author | adam <adam@pkgsrc.org> | 2021-06-05 07:17:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-06-05 07:17:32 +0000 |
commit | 46633d16a08b5a128902b5447ff6ffb8e1514e77 (patch) | |
tree | 4cb0e03d19bcb269c55fde785be8b0460705fce4 /misc | |
parent | 99bf9dde1307e491445a03edbbd4c90d313712bd (diff) | |
download | pkgsrc-46633d16a08b5a128902b5447ff6ffb8e1514e77.tar.gz |
py-tqdm: updated to 4.61.0
tqdm v4.61.0 stable
keras support for initial_epoch
misc documentation updates
update & shorten URLs
fix typos
fix & update tests
minor framework updates
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-tqdm/Makefile | 4 | ||||
-rw-r--r-- | misc/py-tqdm/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile index 1b3ab26b0fd..9861ea98345 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2021/04/06 20:16:06 adam Exp $ +# $NetBSD: Makefile,v 1.31 2021/06/05 07:17:32 adam Exp $ -DISTNAME= tqdm-4.60.0 +DISTNAME= tqdm-4.61.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= misc python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tqdm/} diff --git a/misc/py-tqdm/distinfo b/misc/py-tqdm/distinfo index b85fb05c4fa..895a7f88d32 100644 --- a/misc/py-tqdm/distinfo +++ b/misc/py-tqdm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.27 2021/04/06 20:16:06 adam Exp $ +$NetBSD: distinfo,v 1.28 2021/06/05 07:17:32 adam Exp $ -SHA1 (tqdm-4.60.0.tar.gz) = caf46d878722af27b9e79e08e733309c657346fb -RMD160 (tqdm-4.60.0.tar.gz) = 22162b70efe5de13853d22dbe5f8ea7cf6613ee4 -SHA512 (tqdm-4.60.0.tar.gz) = e76dda97323353725c8e30b254bacfa328b4708d37ba2d21dadd30fd26e76605d8f077f02f2047030c6ab9761710a0e86640153fee0e3a3f972db12266fcfde2 -Size (tqdm-4.60.0.tar.gz) = 174201 bytes +SHA1 (tqdm-4.61.0.tar.gz) = e15979e3e103fe2aa413fc5513449981eace0256 +RMD160 (tqdm-4.61.0.tar.gz) = 747365e532f8a1185367ff5d7ce89a3cb8ae9fdc +SHA512 (tqdm-4.61.0.tar.gz) = 7c13c98572ac2800b695cf38d6de84b348c20967187dfcd3a358fc3a9999bfda509d3b4fbb77272840e1568ed975fc038cfb4034288c72560e09a58fbdc636f1 +Size (tqdm-4.61.0.tar.gz) = 169471 bytes |