pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/py-tqdm py-tqdm: updated to 4.42.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17aab37f50c2
branches:  trunk
changeset: 422575:17aab37f50c2
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 29 14:01:43 2020 +0000

description:
py-tqdm: updated to 4.42.0

tqdm v4.42.0 stable

notebook: update disable=None behaviour
tqdm.keras: support tensorflow.keras as well as keras
add contrib
* tenumerate
* tzip <= zip
* tmap <= map
* add concurrent module
  - thread_map <= concurrent.futures.ThreadPoolExecutor.map
  - process_map <= concurrent.futures.ProcessPoolExecutor.map
* add itertools module stub
  - product
add & update tests
add & update documentation
update CI framework

diffstat:

 misc/py-tqdm/Makefile |   4 ++--
 misc/py-tqdm/PLIST    |   8 +++++++-
 misc/py-tqdm/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 8 deletions(-)

diffs (49 lines):

diff -r 4711341973ab -r 17aab37f50c2 misc/py-tqdm/Makefile
--- a/misc/py-tqdm/Makefile     Wed Jan 29 13:10:55 2020 +0000
+++ b/misc/py-tqdm/Makefile     Wed Jan 29 14:01:43 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/01/07 08:51:30 adam Exp $
+# $NetBSD: Makefile,v 1.14 2020/01/29 14:01:43 adam Exp $
 
-DISTNAME=      tqdm-4.41.1
+DISTNAME=      tqdm-4.42.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tqdm/}
diff -r 4711341973ab -r 17aab37f50c2 misc/py-tqdm/PLIST
--- a/misc/py-tqdm/PLIST        Wed Jan 29 13:10:55 2020 +0000
+++ b/misc/py-tqdm/PLIST        Wed Jan 29 14:01:43 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/01/07 08:51:30 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/01/29 14:01:43 adam Exp $
 bin/tqdm-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -48,6 +48,12 @@
 ${PYSITELIB}/tqdm/contrib/__init__.py
 ${PYSITELIB}/tqdm/contrib/__init__.pyc
 ${PYSITELIB}/tqdm/contrib/__init__.pyo
+${PYSITELIB}/tqdm/contrib/concurrent.py
+${PYSITELIB}/tqdm/contrib/concurrent.pyc
+${PYSITELIB}/tqdm/contrib/concurrent.pyo
+${PYSITELIB}/tqdm/contrib/itertools.py
+${PYSITELIB}/tqdm/contrib/itertools.pyc
+${PYSITELIB}/tqdm/contrib/itertools.pyo
 ${PYSITELIB}/tqdm/gui.py
 ${PYSITELIB}/tqdm/gui.pyc
 ${PYSITELIB}/tqdm/gui.pyo
diff -r 4711341973ab -r 17aab37f50c2 misc/py-tqdm/distinfo
--- a/misc/py-tqdm/distinfo     Wed Jan 29 13:10:55 2020 +0000
+++ b/misc/py-tqdm/distinfo     Wed Jan 29 14:01:43 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/01/07 08:51:30 adam Exp $
+$NetBSD: distinfo,v 1.13 2020/01/29 14:01:43 adam Exp $
 
-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
+SHA1 (tqdm-4.42.0.tar.gz) = 01e6c67fb80de6719b899a66cfc7b9fd6f45e59f
+RMD160 (tqdm-4.42.0.tar.gz) = d55c632a6cf8e673116d386682680e45088aa041
+SHA512 (tqdm-4.42.0.tar.gz) = 90808b3be9950a57da1f18d6da3a8e89be9f1aab80e46a367f862564cb03af54577c85f0e5dec3e578afa39f1a0a6e04b12bdf78a1adb546c8ff133a85dd6e38
+Size (tqdm-4.42.0.tar.gz) = 134761 bytes



Home | Main Index | Thread Index | Old Index