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:           Mon Oct  7 20:17:10 UTC 2019

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

Log Message:
py-tqdm: updated to 4.36.1

tqdm v4.36.1 stable

fix CLI entrypoint

tqdm v4.36.0 stable

expose more custom format params
potential thread safety fix
update submodule architecture
- backward-compatibility
- expose utils
- rename main -> cli
- add/fix tests
- fix minor cached var optimisation
- gui partial upgrade
- notebook upgrade
  . support {bar} in bar_format
  . inherit methods including set_*(refresh)
- ready for contrib releases
support custom bar_format with unknown total
fix tqdm_notebook red block on explicit file=None
update notebook to fully support custom bar_format
misc tidy
- warnings
- linting
- update submodule contribution guide
- parallel (py)make test
- fix Zenodo metadata
update documentation
- pandas, notebook, gui
- indentation
- update multiprocessing and multithreading examples


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/py-tqdm/PLIST
cvs rdiff -u -r1.8 -r1.9 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.9 pkgsrc/misc/py-tqdm/Makefile:1.10
--- pkgsrc/misc/py-tqdm/Makefile:1.9    Mon Sep  2 08:33:28 2019
+++ pkgsrc/misc/py-tqdm/Makefile        Mon Oct  7 20:17:10 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2019/09/02 08:33:28 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/10/07 20:17:10 adam Exp $
 
-DISTNAME=      tqdm-4.35.0
+DISTNAME=      tqdm-4.36.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.2 pkgsrc/misc/py-tqdm/PLIST:1.3
--- pkgsrc/misc/py-tqdm/PLIST:1.2       Mon Jan 28 14:13:50 2019
+++ pkgsrc/misc/py-tqdm/PLIST   Mon Oct  7 20:17:10 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/01/28 14:13:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/10/07 20:17:10 adam Exp $
 bin/tqdm-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -36,10 +36,25 @@ ${PYSITELIB}/tqdm/_utils.pyo
 ${PYSITELIB}/tqdm/_version.py
 ${PYSITELIB}/tqdm/_version.pyc
 ${PYSITELIB}/tqdm/_version.pyo
-${PYSITELIB}/tqdm/auto/__init__.py
-${PYSITELIB}/tqdm/auto/__init__.pyc
-${PYSITELIB}/tqdm/auto/__init__.pyo
-${PYSITELIB}/tqdm/autonotebook/__init__.py
-${PYSITELIB}/tqdm/autonotebook/__init__.pyc
-${PYSITELIB}/tqdm/autonotebook/__init__.pyo
+${PYSITELIB}/tqdm/auto.py
+${PYSITELIB}/tqdm/auto.pyc
+${PYSITELIB}/tqdm/auto.pyo
+${PYSITELIB}/tqdm/autonotebook.py
+${PYSITELIB}/tqdm/autonotebook.pyc
+${PYSITELIB}/tqdm/autonotebook.pyo
+${PYSITELIB}/tqdm/cli.py
+${PYSITELIB}/tqdm/cli.pyc
+${PYSITELIB}/tqdm/cli.pyo
+${PYSITELIB}/tqdm/gui.py
+${PYSITELIB}/tqdm/gui.pyc
+${PYSITELIB}/tqdm/gui.pyo
+${PYSITELIB}/tqdm/notebook.py
+${PYSITELIB}/tqdm/notebook.pyc
+${PYSITELIB}/tqdm/notebook.pyo
+${PYSITELIB}/tqdm/std.py
+${PYSITELIB}/tqdm/std.pyc
+${PYSITELIB}/tqdm/std.pyo
+${PYSITELIB}/tqdm/utils.py
+${PYSITELIB}/tqdm/utils.pyc
+${PYSITELIB}/tqdm/utils.pyo
 man/man1/tqdm-${PYVERSSUFFIX}.1

Index: pkgsrc/misc/py-tqdm/distinfo
diff -u pkgsrc/misc/py-tqdm/distinfo:1.8 pkgsrc/misc/py-tqdm/distinfo:1.9
--- pkgsrc/misc/py-tqdm/distinfo:1.8    Mon Sep  2 08:33:28 2019
+++ pkgsrc/misc/py-tqdm/distinfo        Mon Oct  7 20:17:10 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/09/02 08:33:28 adam Exp $
+$NetBSD: distinfo,v 1.9 2019/10/07 20:17:10 adam Exp $
 
-SHA1 (tqdm-4.35.0.tar.gz) = 0b43d925d730189f11ad63b5b7cb6b24542113aa
-RMD160 (tqdm-4.35.0.tar.gz) = a1cdfc13b30f11d7a68bf1418d86420b32e6fb17
-SHA512 (tqdm-4.35.0.tar.gz) = c4bd37997c6c13a5451c5f8e71feb768d8f18420501e7932e0621e36587314a2e60d69ec8dee5313c6d2893d789c002f0987d4c1a9e258ab95b1a1305b8522e0
-Size (tqdm-4.35.0.tar.gz) = 122794 bytes
+SHA1 (tqdm-4.36.1.tar.gz) = 6eddc6aa9e2f1535e2edc7908b0bdb21334627f3
+RMD160 (tqdm-4.36.1.tar.gz) = 781299d940e0094e034c47ec9888105b84d70a59
+SHA512 (tqdm-4.36.1.tar.gz) = 26fba84380ee8f39104cd0108d8fc9c33441f15f59d03ef2f95de6026f40cd40723835c0ab2c7db1358de716b0c83ad2a88103fd99a59de473127c69485f14cb
+Size (tqdm-4.36.1.tar.gz) = 125123 bytes



Home | Main Index | Thread Index | Old Index