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:           Thu Aug 17 13:15:50 UTC 2017

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

Log Message:
2.10.6
* Various performance improvements. Thanks cjsimpson
* Fixed a bug with SRANDMEMBER where
* Added HSTRLEN command. Thanks Alexander Putilin
* Added the TOUCH command. Thanks Anis Jonischkeit
* Remove unnecessary calls to the server when registering Lua scripts.
  Thanks Ben Greenberg
* SET's EX and PX arguments now allow values of zero. Thanks huangqiyin
* Added PUBSUB {CHANNELS, NUMPAT, NUMSUB} commands. Thanks Angus Pearson
* PubSub connections that that encounter `InterruptedError`s now
  retry automatically. Thanks Carlton Gibson and Seth M. Larson
* LPUSH and RPUSH commands run on PyPy now correctly returns the number
  of items of the list. Thanks Jeong YunWon
* Added support to automatically retry socket EINTR errors. Thanks
  Thomas Steinacher
* PubSubWorker threads started with `run_in_thread` are now daemonized
  so the thread shuts down when the running process goes away. Thanks
  Keith Ainsworth
* Added support for GEO commands. Thanks Pau Freixes, Alex DeBrie and
  Abraham Toriz
* Made client construction from URLs smarter. Thanks Tim Savage
* Added support for CLUSTER * commands. Thanks Andy Huang
* The RESTORE command now accepts an optional `replace` boolean.
  Thanks Yoshinari Takaoka
* Attempt to connect to a new Sentinel if a TimeoutError occurs. Thanks
  Bo Lopker
* Fixed a bug in the client's `__getitem__` where a KeyError would be
  raised if the value returned by the server is an empty string.
  Thanks Javier Candeira.
* Socket timeouts when connecting to a server are now properly raised
  as TimeoutErrors.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/py-redis/Makefile \
    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.1 pkgsrc/databases/py-redis/Makefile:1.2
--- pkgsrc/databases/py-redis/Makefile:1.1      Fri Jul 14 11:36:27 2017
+++ pkgsrc/databases/py-redis/Makefile  Thu Aug 17 13:15:50 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/07/14 11:36:27 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/08/17 13:15:50 adam Exp $
 
-DISTNAME=      redis-2.10.5
+DISTNAME=      redis-2.10.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/redis/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/andymccurdy
 COMMENT=       Redis Python client
 LICENSE=       mit
 
-DEPENDS+=      redis-[0-9]*:../../databases/redis
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock:../../devel/py-mock
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test>=2.5.0:../../devel/py-test
 
 USE_LANGUAGES=         # none
Index: pkgsrc/databases/py-redis/distinfo
diff -u pkgsrc/databases/py-redis/distinfo:1.1 pkgsrc/databases/py-redis/distinfo:1.2
--- pkgsrc/databases/py-redis/distinfo:1.1      Fri Jul 14 11:36:27 2017
+++ pkgsrc/databases/py-redis/distinfo  Thu Aug 17 13:15:50 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/07/14 11:36:27 adam Exp $
+$NetBSD: distinfo,v 1.2 2017/08/17 13:15:50 adam Exp $
 
-SHA1 (redis-2.10.5.tar.gz) = 6235ad91f06e6aef82cfe137e6c89673e79eedcd
-RMD160 (redis-2.10.5.tar.gz) = 3694e866b669cdfc5e08a64d0cd3f24673fc870f
-SHA512 (redis-2.10.5.tar.gz) = b2e6cb85c274c8f1c63e27256bbab816d016a68c324bf7092cf53feae819a34fa94f45565b0f209ee981919d793b2963462eb1a6f841e9dde9885802e0ebbe8f
-Size (redis-2.10.5.tar.gz) = 88610 bytes
+SHA1 (redis-2.10.6.tar.gz) = 35af44d888316e19ce12caedb759adea9e1018ee
+RMD160 (redis-2.10.6.tar.gz) = 83f8e43ad63dca7985591ba60527c24c72be999b
+SHA512 (redis-2.10.6.tar.gz) = e7df464bc3b26e23f6a0d2d2896306c1e4792b9a2a4ecaea6dd8690ffa17853cc85345f063307295dd3c2da399f7f203f4b21d785f7e073c0501732257419dad
+Size (redis-2.10.6.tar.gz) = 97299 bytes



Home | Main Index | Thread Index | Old Index