aboutsummaryrefslogtreecommitdiff
path: root/databases/py-redis
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version 2.10.3.Jimmy Olgeni2015-05-092-4/+3
| | | | | | | | | PR: 199991 Submitted by: olgeni Approved by: maintainer Notes: svn path=/head/; revision=385888
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-3/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* - Convert ports from databases/ and deskutils/ to new USES=pythonMarcus von Appen2014-10-191-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371173
* - Use the more standard DOCS option instead of HTMLDOCS.Raphael Kubo da Costa2014-06-231-9/+7
| | | | | | | | | | | | - Set PYTHON_CONCURRENT_INSTALL and do not manually set DOCSDIR so that multiple versions can be installed concurrently. PR: 191267 Submitted by: rakuco Approved by: koobs (the actual maintainer :-) Notes: svn path=/head/; revision=358976
* - Updates to 2.10.1Raphael Kubo da Costa2014-06-222-5/+37
| | | | | | | | | | - Add support to build HTML documentation via sphinx. PR: 191267 Submitted by: melvyn@magemana.nl (maintainer) Notes: svn path=/head/; revision=358855
* databases/py-redis: Update to 2.9.1 & moderniseKubilay Kocak2014-02-103-27/+12
| | | | | | | | | | | | | - Update to 2.9.1 - Deprecate easy_install target - Deprecate OPTIONSFILE override - Remove unecessary setup.py patch - Use OPTIONS helpers for HIREDIS RUN_DEPENDS Changes: https://github.com/andymccurdy/redis-py/blob/2.9.1/CHANGES Notes: svn path=/head/; revision=343615
* databases/py-redis: Update to 2.8.0Kubilay Kocak2013-11-303-33/+6
| | | | | | | | | | | | | | | | | | | | | | - Update to 2.8.0 - Enable STAGE support - Enable AUTOPLIST and delete pkg-plist accordingly - Tweak HIREDIS option description Changes: * redis-py should play better with gevent when a gevent Timeout is raised. * Added SENTINEL command. * Fixed a bug where pipelines could potentially correct a connection if the MULTI command generated a ResponseError. * Connections now call socket.shutdown() prior to socket.close() to ensure communication ends immediately per the note at http://docs.python.org/2/library/socket.html#socket.socket.close * Lock checks are now based on floats rather than ints. Notes: svn path=/head/; revision=335293
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* databases/py-redis: Update to 2.7.6Kubilay Kocak2013-06-163-21/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 2.7.6 - Update setup.py patch Changes: * 2.7.6 * Added CONFIG RESETSTAT command. Thanks Yossi Gottlieb. * Fixed a bug introduced in 2.7.3 that caused issues with script objects and pipelines. Thanks Carpentier Pierre-Francois. * Converted redis-py's test suite to use the awesome py.test library. * Fixed a bug introduced in 2.7.5 that prevented a ConnectionError from being raised when the Redis server is LOADING data. * Added a BusyLoadingError exception that's raised when the Redis server is starting up and not accepting commands yet. BusyLoadingError subclasses ConnectionError, which this state previously returned. Thanks Yossi Gottlieb. * 2.7.5 * DEL, HDEL and ZREM commands now return the numbers of keys deleted instead of just True/False. * from_url now supports URIs with a port number. Thanks Aaron Westendorf. Notes: svn path=/head/; revision=321029
* databases/py-redis: Update to 2.7.4Kubilay Kocak2013-04-282-6/+9
| | | | | | | | | | | | - Allow OPTIONSFILE to be overridden - Add regression-test: target Changes: https://github.com/andymccurdy/redis-py/blob/2.7.4/CHANGES Approved by: eadler, rm (mentors, implicit) Notes: svn path=/head/; revision=316756
* Update MAINTAINER address for all my ports. While I'm here,Kubilay Kocak2013-02-091-1/+1
| | | | | | | | | standardise and canonicalise Makefile header format and contents. Approved by: eadler (mentor) Notes: svn path=/head/; revision=311983
* - Update to 2.7.2Steve Wills2012-12-102-6/+8
| | | | | | | | | | | - Tab->space in Makefile header - Switch to GITHUB PR: ports/174231 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer) Notes: svn path=/head/; revision=308579
* - Update to 2.7.0Steve Wills2012-11-284-37/+62
| | | | | | | | | | | | | | | | | | | | | - Add CHEESESHOP as primary MASTERSITE - Remove LICENSE_FILE for those in bsd.licenses.db.mk - Whitespace alignment - Add HIREDIS OPTIONng - Use easy_install (make tests easier to run) - Add zip_safe=False to setup.py - Update and sort pkg-plist - Replace dirrmtry with dirrm - New Makefile header convention - Give maintainership to submitter PR: ports/172481 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Approved by: clsung via IRC Feature safe: yes Notes: svn path=/head/; revision=307878
* - Update to 2.4.13Cheng-Lung Sung2012-06-024-4/+23
| | | | | | | | | | | | - Include patch to setup.py from PR: ports/158036 - Add LICENSE_FILE - Update pkg-plist PR: ports/168362 Submitted by: koobs <koobs dot freebsd_AT_gmail dot com> Notes: svn path=/head/; revision=297983
* - Update to 2.4.9Cheng-Lung Sung2011-11-102-3/+3
| | | | Notes: svn path=/head/; revision=285432
* - Update to 2.4.6Cheng-Lung Sung2011-10-293-6/+3
| | | | Notes: svn path=/head/; revision=284576
* - Update to 2.4.5Cheng-Lung Sung2011-07-063-3/+6
| | | | Notes: svn path=/head/; revision=277157
* This is the Python interface to the Redis key-value store.Cheng-Lung Sung2011-03-184-0/+40
WWW: http://github.com/andymccurdy/redis-py/ Notes: svn path=/head/; revision=271197