| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
16 Jun 2013 09:10:20
2.7.6
|
koobs  |
databases/py-redis: Update to 2.7.6
- 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. |
28 Apr 2013 21:57:02
2.7.4
|
koobs  |
databases/py-redis: Update to 2.7.4
- 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) |
09 Feb 2013 14:50:27
2.7.2
|
koobs  |
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor) |
10 Dec 2012 02:35:15
2.7.2
|
swills  |
- Update to 2.7.2
- Tab->space in Makefile header
- Switch to GITHUB
PR: ports/174231
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer) |
28 Nov 2012 03:35:05
2.7.0
|
swills  |
- Update to 2.7.0
- 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 |
02 Jun 2012 00:48:54
2.4.13
|
clsung  |
- Update to 2.4.13
- 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> |
10 Nov 2011 06:53:45
2.4.9
|
clsung  |
- Update to 2.4.9 |
29 Oct 2011 00:42:33
2.4.6
|
clsung  |
- Update to 2.4.6 |
06 Jul 2011 00:21:13
2.4.5
|
clsung  |
- Update to 2.4.5 |
18 Mar 2011 02:53:46
2.2.4
|
clsung  |
This is the Python interface to the Redis key-value store.
WWW: http://github.com/andymccurdy/redis-py/ |