--- - branch: MAIN date: Sun Oct 5 20:12:16 UTC 2014 files: - new: '1.3' old: '1.2' path: pkgsrc/databases/py-redis-py/Makefile pathrev: pkgsrc/databases/py-redis-py/Makefile@1.3 type: modified - new: '1.3' old: '1.2' path: pkgsrc/databases/py-redis-py/distinfo pathrev: pkgsrc/databases/py-redis-py/distinfo@1.3 type: modified id: 20141005T201216Z.20a49f7ed55531b834f9475fdd8b3e4cb3ed821f log: | * 2.10.3 * Fixed a bug with the bytearray support introduced in 2.10.2. Thanks Josh Owen. * 2.10.2 * Added support for Hiredis's new bytearray support. Thanks https://github.com/tzickel * POSSIBLE BACKWARDS INCOMPATBLE CHANGE: Fixed a possible race condition when multiple threads share the same Lock instance with a timeout. Lock tokens are now stored in thread local storage by default. If you have code that acquires a lock in one thread and passes that lock instance to another thread to release it, you need to disable thread local storage. Refer to the doc strings on the Lock class about the thread_local argument information. * Fixed a regression in from_url where "charset" and "errors" weren't valid options. "encoding" and "encoding_errors" are still accepted and preferred. * The "charset" and "errors" options have been deprecated. Passing either to StrictRedis.__init__ or from_url will still work but will also emit a DeprecationWarning. Instead use the "encoding" and "encoding_errors" options. * Fixed a compatability bug with Python 3 when the server closes a connection. * Added BITPOS command. Thanks https://github.com/jettify. * Fixed a bug when attempting to send large values to Redis in a Pipeline. module: pkgsrc subject: 'CVS commit: pkgsrc/databases/py-redis-py' unixtime: '1412539936' user: rodent