pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-redis



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 15 17:26:21 UTC 2019

Modified Files:
        pkgsrc/databases/py-redis: Makefile distinfo

Log Message:
py-redis: updated to 3.3.11

3.3.11
* Further fix for the SSLError -> TimeoutError mapping to work
  on obscure releases of Python 2.7.
3.3.10
* Fixed a potential error handling bug for the SSLError -> TimeoutError
  mapping introduced in 3.3.9.
3.3.9
* Mapped Python 2.7 SSLError to TimeoutError where appropriate. Timeouts
  should now consistently raise TimeoutErrors on Python 2.7 for both
  unsecured and secured connections.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/py-redis/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/py-redis/distinfo

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

Modified files:

Index: pkgsrc/databases/py-redis/Makefile
diff -u pkgsrc/databases/py-redis/Makefile:1.9 pkgsrc/databases/py-redis/Makefile:1.10
--- pkgsrc/databases/py-redis/Makefile:1.9      Thu Aug 22 12:00:46 2019
+++ pkgsrc/databases/py-redis/Makefile  Tue Oct 15 17:26:21 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2019/08/22 12:00:46 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/10/15 17:26:21 adam Exp $
 
-DISTNAME=      redis-3.3.8
+DISTNAME=      redis-3.3.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/redis/}

Index: pkgsrc/databases/py-redis/distinfo
diff -u pkgsrc/databases/py-redis/distinfo:1.7 pkgsrc/databases/py-redis/distinfo:1.8
--- pkgsrc/databases/py-redis/distinfo:1.7      Thu Aug 22 12:00:46 2019
+++ pkgsrc/databases/py-redis/distinfo  Tue Oct 15 17:26:21 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/08/22 12:00:46 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/10/15 17:26:21 adam Exp $
 
-SHA1 (redis-3.3.8.tar.gz) = dd587a04bea178361d14522dc49a8d14b3cfd382
-RMD160 (redis-3.3.8.tar.gz) = 4c508ab88934705d88b1a20157176b13a5ca7d49
-SHA512 (redis-3.3.8.tar.gz) = 7bdaa0815be3a0304bdca5d791b3f26a34cc8fb696581ff3144b486c5c40c476218cc6cf12868e08364b96eaa71f2dffb86de9c945ac3ffe5f6c9fe914a2ecd8
-Size (redis-3.3.8.tar.gz) = 130549 bytes
+SHA1 (redis-3.3.11.tar.gz) = ff34eb9bd9f4400a4b3ddab05e8a000f76a3f849
+RMD160 (redis-3.3.11.tar.gz) = 887a19380a8243f2ebdd29c2cf1c16754bb1f61a
+SHA512 (redis-3.3.11.tar.gz) = a32327fcebc6242367c0eda6c6dcd1a15d5d575527af2e9de0d76e05bc4afc7402566d9254e467663b81907a310731af3041236b6b135f3b8ff1429a502c1000
+Size (redis-3.3.11.tar.gz) = 131072 bytes



Home | Main Index | Thread Index | Old Index