summaryrefslogtreecommitdiff
path: root/databases/py-redis/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/py-redis: Update to 5.3.0Po-Chuan Hsieh2025-05-201-0/+13
| | | | Changes: https://github.com/redis/redis-py/releases
* databases/py-redis: Update to 2.9.1 & moderniseKubilay Kocak2014-02-101-10/+0
| | | | | | | | | | | | | - 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.7.6Kubilay Kocak2013-06-161-17/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - Update to 2.7.0Steve Wills2012-11-281-8/+16
| | | | | | | | | | | | | | | | | | | | | - 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-021-0/+14
- 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