Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/py-redis-py,
Redis Python client
Branch: CURRENT,
Version: 2.9.1,
Package name: py27-redis-py-2.9.1,
Maintainer: pkgsrc-usersThe Python interface to the Redis key-value store.
Required to run:[
devel/py-setuptools] [
lang/python27] [
databases/redis]
Master sites:
SHA1: 10ecaca32dc83c275d70b3dcf9685a7c2291fb2a
RMD160: 54ae1e52cd6b1b9d829738970137562b38027c69
Filesize: 60.746 KB
Version history: (Expand)
- (2014-02-17) Package deleted from pkgsrc
- (2014-02-02) Updated to version: py27-redis-py-2.9.1
- (2013-11-18) Package has been reborn
- (2013-11-18) Package deleted from pkgsrc
- (2013-09-07) Updated to version: py27-redis-py-2.8.0
- (2013-08-28) Package has been reborn
CVS history: (Expand)
2014-02-17 01:43:02 by othyro | Files touched by this commit (6) |  |
Log message:
-py-redis-py. Imported to HEAD/databases.
|
2014-02-03 12:08:49 by othyro | Files touched by this commit (3) |
Log message:
Updated to latest release, 2.9.1. Simplify Makefile a bit. From CHANGES:
* 2.9.1
* IPv6 support. Thanks https://github.com/amashinchi
* 2.9.0
* Performance improvement for packing commands when using the PythonParser.
Thanks Guillaume Viot.
* Executing an empty pipeline transaction no longer sends MULTI/EXEC to
the server. Thanks EliFinkelshteyn.
* Errors when authenticating (incorrect password) and selecting a database
now close the socket.
* Full Sentinel support thanks to Vitja Makarov. Thanks!
* Better repr support for client and connection pool instances. Thanks
Mark Roberts.
* Error messages that the server sends to the client are now included
in the client error message. Thanks Sangjin Lim.
* Added the SCAN, SSCAN, HSCAN, and ZSCAN commands. Thanks Jingchao Hu.
* ResponseErrors generated by pipeline execution provide addition context
including the position of the command in the pipeline and the actual
command text generated the error.
* ConnectionPools now play nicer in threaded environments that fork. Thanks
Christian Joergensen.
|
2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) |  |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2013-09-07 15:54:45 by Kamel Derouiche | Files touched by this commit (3) |
Log message:
UPDATE VERSION 2.7.5 to 2.8.0
|
2013-06-14 09:36:56 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update path to redis.
|
2013-06-10 10:36:21 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix PLIST.
|
2013-06-08 01:03:21 by othyro | Files touched by this commit (4) |
Log message:
Import py27-redis-py-2.7.5 as wip/py-redis-py.
The Python interface to the Redis key-value store.
|