| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 247249
Approved by: maintainer timeout (koobs, 2 weeks)
Notes:
svn path=/head/; revision=540904
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/andymccurdy/redis-py/blob/3.3.11/CHANGES
PR: 243459
Approved by: koobs (maintainer)
MFH: 2020Q1 (bug and reliability fixes)
Notes:
svn path=/head/; revision=524542
|
|
|
|
|
|
|
|
|
|
|
|
| |
the databases/redis port to the latest stable version, 5.0.6.
PR: 241526
Reviewed by: portmgr (adamw)
Approved by: portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D22336
Notes:
svn path=/head/; revision=518107
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Switch MASTER_SITES back to PyPI as it's the preferred way for Python
ports and all relevant files are supplied with the sdist.
* Sort variables according to the PHB by moving the OPTIONS block further
down.
Changelog:
https://github.com/andymccurdy/redis-py/blob/3.2.1/CHANGES
Info about backwards incompatible changes since 3.0.0:
https://github.com/andymccurdy/redis-py/blob/3.2.1/CHANGES#L72
PR: 237237
Submitted by: koobs (maintainer)
Reported by: sunpoet
Approved by: koobs (maintainer)
Notes:
svn path=/head/; revision=513343
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Repocopy databases/py-redis to databases/py-redis2 to have the latest
version of the 2.x release branch for a while.
Use it also as a fallback if some consumers have issues with the upcoming
update of databases/py-redis to the 3.x release.
PR: 237237
Approved by: koobs (maintainer)
Notes:
svn path=/head/; revision=513337
|
|
|
|
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=472884
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
Notes:
svn path=/head/; revision=455210
|
|
|
|
|
|
|
|
|
| |
PR: 223045
Submitted by: olgeni
Approved by: koobs (maintainer)
Notes:
svn path=/head/; revision=452919
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=444294
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=427548
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update PORTVERSION and distinfo checksum (2.10.5)
- Remove DOCS option, they dont build unless py-redis is installed [1]
- Add LICENSE_FILE
- Add TEST_DEPENDS and convert test target
Changes:
https://github.com/andymccurdy/redis-py/blob/2.10.5/CHANGES
PR: 204361 [1]
Reported by: olgeni [1]
Notes:
svn path=/head/; revision=404494
|
|
|
|
|
|
|
|
|
| |
PR: 199991
Submitted by: olgeni
Approved by: maintainer
Notes:
svn path=/head/; revision=385888
|
|
|
|
|
|
|
|
|
|
| |
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=385521
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371173
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
- Add support to build HTML documentation via sphinx.
PR: 191267
Submitted by: melvyn@magemana.nl (maintainer)
Notes:
svn path=/head/; revision=358855
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
databases)
Notes:
svn path=/head/; revision=327717
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor)
Notes:
svn path=/head/; revision=311983
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=285432
|
|
|
|
| |
Notes:
svn path=/head/; revision=284576
|
|
|
|
| |
Notes:
svn path=/head/; revision=277157
|
|
WWW: http://github.com/andymccurdy/redis-py/
Notes:
svn path=/head/; revision=271197
|