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:           Wed Jan 29 14:01:43 UTC 2020

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/py-tqdm/PLIST
cvs rdiff -u -r1.12 -r1.13 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.13 pkgsrc/misc/py-tqdm/Makefile:1.14
--- pkgsrc/misc/py-tqdm/Makefile:1.13   Tue Jan  7 08:51:30 2020
+++ pkgsrc/misc/py-tqdm/Makefile        Wed Jan 29 14:01:43 2020
@@ -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/}

Index: pkgsrc/misc/py-tqdm/PLIST
diff -u pkgsrc/misc/py-tqdm/PLIST:1.5 pkgsrc/misc/py-tqdm/PLIST:1.6
--- pkgsrc/misc/py-tqdm/PLIST:1.5       Tue Jan  7 08:51:30 2020
+++ pkgsrc/misc/py-tqdm/PLIST   Wed Jan 29 14:01:43 2020
@@ -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/cli.pyo
 ${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

Index: pkgsrc/misc/py-tqdm/distinfo
diff -u pkgsrc/misc/py-tqdm/distinfo:1.12 pkgsrc/misc/py-tqdm/distinfo:1.13
--- pkgsrc/misc/py-tqdm/distinfo:1.12   Tue Jan  7 08:51:30 2020
+++ pkgsrc/misc/py-tqdm/distinfo        Wed Jan 29 14:01:43 2020
@@ -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