--- - branch: MAIN date: Thu Apr 30 09:36:40 UTC 2020 files: - new: '1.13' old: '1.12' path: pkgsrc/databases/py-redis/Makefile pathrev: pkgsrc/databases/py-redis/Makefile@1.13 type: modified - new: '1.11' old: '1.10' path: pkgsrc/databases/py-redis/distinfo pathrev: pkgsrc/databases/py-redis/distinfo@1.11 type: modified id: 20200430T093640Z.87e2ab728558eff66f6f1da2ff21e10d134f0567 log: | py-redis: updated to 3.5.0 3.5.0: * Removed exception trapping from __del__ methods. redis-py objects that hold various resources implement __del__ cleanup methods to release those resources when the object goes out of scope. This provides a fallback for when these objects aren't explicitly closed by user code. Prior to this change any errors encountered in closing these resources would be hidden from the user. * Expanded support for connection strings specifying a username connecting to pre-v6 servers. * Optimized Lock's blocking_timeout and sleep. If the lock cannot be acquired and the sleep value would cause the loop to sleep beyond blocking_timeout, fail immediately. * Added support for passing Python memoryviews to Redis command args that expect strings or bytes. The memoryview instance is sent directly to the socket such that there are zero copies made of the underlying data during command packing. * HSET command now can accept multiple pairs. HMSET has been marked as deprecated now. * Don't manually DISCARD when encountering an ExecAbortError. * Reset the watched state of pipelines after calling exec. This saves a roundtrip to the server by not having to call UNWATCH within Pipeline.reset(). * Added the KEEPTTL option for the SET command. * Added the MEMORY STATS command. * Lock.extend() now has a new option, `replace_ttl`. When False (the default), Lock.extend() adds the `additional_time` to the lock's existing TTL. When replace_ttl=True, the lock's existing TTL is replaced with the value of `additional_time`. * Add testing and support for PyPy. module: pkgsrc subject: 'CVS commit: pkgsrc/databases/py-redis' unixtime: '1588239400' user: adam