pkgsrc-WIP-changes archive

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

py-tqdm: Update to 4.11.2



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Feb 7 14:19:33 2017 +0100
Changeset:	5753cbadc3133000b4f8ae79550bb6b8d6df0e79

Modified Files:
	py-tqdm/Makefile
	py-tqdm/distinfo
Removed Files:
	py-tqdm/TODO

Log Message:
py-tqdm: Update to 4.11.2

    thread safety #332
    address DeprecationWarning #319 -> #326
    version extra #328 -> #330
        security fix
        add non-master branch name
    minor safety
    minor documentation and comments

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5753cbadc3133000b4f8ae79550bb6b8d6df0e79

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-tqdm/Makefile | 5 ++++-
 py-tqdm/TODO     | 1 -
 py-tqdm/distinfo | 8 ++++----
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs:
diff --git a/py-tqdm/Makefile b/py-tqdm/Makefile
index 353c2f8246..81321a761a 100644
--- a/py-tqdm/Makefile
+++ b/py-tqdm/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	tqdm-4.11.1
+DISTNAME=	tqdm-4.11.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	misc python
 MASTER_SITES=	${MASTER_SITE_PYPI:=t/tqdm/}
@@ -12,9 +12,12 @@ LICENSE=	mit
 
 USE_LANGUAGES=	# none
 
+# four test failures as of 4.11.2
+# https://github.com/tqdm/tqdm/issues/344
 BUILD_DEPENDS+=	${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
 BUILD_DEPENDS+=	${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
 BUILD_DEPENDS+=	${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+BUILD_DEPENDS+=	${PYPKGPREFIX}-mccabe-[0-9]*:../../devel/py-mccabe
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-tqdm/TODO b/py-tqdm/TODO
deleted file mode 100644
index c6714d3521..0000000000
--- a/py-tqdm/TODO
+++ /dev/null
@@ -1 +0,0 @@
-https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-10075
diff --git a/py-tqdm/distinfo b/py-tqdm/distinfo
index 525b4bf969..63a35ff145 100644
--- a/py-tqdm/distinfo
+++ b/py-tqdm/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (tqdm-4.11.1.tar.gz) = ca3c17f92096effa6194b03594c1cffdba11c01a
-RMD160 (tqdm-4.11.1.tar.gz) = 907fd682e1a742d5648104f3588bc98343827317
-SHA512 (tqdm-4.11.1.tar.gz) = 3960afa011c5b4ebcd877a247bf0783466e5a6ece784aa786bc0b12ec8efea0aa8e4f10c678a3748390d7eb19b849ea93f7ee29e8a422af5d57d5a7a848c6712
-Size (tqdm-4.11.1.tar.gz) = 99642 bytes
+SHA1 (tqdm-4.11.2.tar.gz) = 34a2d9319f14eb1b60270641edb51356b3aca410
+RMD160 (tqdm-4.11.2.tar.gz) = c90efd448313f2db8f335aa7375baf1c766c0878
+SHA512 (tqdm-4.11.2.tar.gz) = 294557c9282de4ed2b81695d69d2c95b7f5c5adcaf6821d1109d9e7eb584f2237c6c54ce422537fd0ec1914a0d355317c4ad8d2a430c7c12678784a8a080d891
+Size (tqdm-4.11.2.tar.gz) = 100161 bytes


Home | Main Index | Thread Index | Old Index