Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.2.1 25 Dec 2024 19:15:17
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-redis: Update to 5.2.1
Changes: https://github.com/redis/redis-py/releases |
5.2.0 29 Oct 2024 14:38:32
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-redis: Update to 5.2.0
Changes: https://github.com/redis/redis-py/releases |
5.1.1 14 Oct 2024 05:25:25
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-redis: Update to 5.1.1
Changes: https://github.com/redis/redis-py/releases |
5.0.8 04 Aug 2024 17:14:01
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-redis: Update to 5.0.8
Changes: https://github.com/redis/redis-py/releases |
5.0.7 06 Jul 2024 16:03:02
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-redis: Update to 5.0.7
Changes: https://github.com/redis/redis-py/releases |
5.0.6 18 Jun 2024 03:59:47
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-redis: Update to 5.0.6
Changes: https://github.com/redis/redis-py/releases |
5.0.4 19 May 2024 17:15:29
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-redis: Update to 5.0.4
Changes: https://github.com/redis/redis-py/releases |
5.0.3_1 23 Mar 2024 14:31:08
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-redis: Update to 5.0.3
- Convert to USE_PYTHON=pep517
Changes: https://github.com/redis/redis-py/releases |
5.0.2 09 Mar 2024 14:05:42
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-redis: Update to 5.0.2
Changes: https://github.com/redis/redis-py/releases |
5.0.1 30 Sep 2023 00:44:29
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-redis: Update to 5.0.1
Changes: https://github.com/redis/redis-py/releases |
5.0.0 21 Aug 2023 17:03:43
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-redis: Update to 5.0.0
Changes: https://github.com/redis/redis-py/releases |
4.6.0 09 Jul 2023 10:18:42
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-redis: Update to 4.6.0
Changes: https://github.com/redis/redis-py/releases |
4.5.5 30 Jun 2023 07:03:01
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-redis: Remove outdated PYTHON_REL check after lang/python37 removal |
4.5.5 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.5.5 27 May 2023 04:08:21
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-redis: Update to 4.5.5
Changes: https://github.com/redis/redis-py/releases |
4.5.4 09 Apr 2023 20:40:06
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-redis: Update to 4.5.4
- Update WWW
- Update CONFLICTS_INSTALL
Changes: https://github.com/redis/redis-py/releases |
3.5.3_1 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.5.3_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.5.3_1 20 Jul 2022 14:21:07
    |
Tobias C. Berner (tcberner)  |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
3.5.3_1 29 Jun 2022 13:22:02
    |
Li-Wen Hsu (lwhsu)  |
databases/py-redis: Restore PORTREVISION missed in reverting
Fixes: ad793d0396531789b36149438fdf2efdd72b8272 |
3.5.3 21 Jun 2022 16:19:14
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-redis: Revert f46a8cab161e37d50e1074c29933ee339bc221f1
It is not approved and it breaks dependent ports. |
4.3.1 21 Jun 2022 15:54:48
    |
Neel Chauhan (nc)  Author: Robert Kruus |
database/py-redis: Update to 4.3.1
Changes: https://github.com/redis/redis-py/blob/v4.3.1/CHANGES
PR: 261518 |
3.5.3_1 03 Jun 2022 16:57:16
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-redis: Convert to USE_PYTHON=pytest |
3.5.3_1 25 Mar 2022 13:36:50
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-redis: Cosmetic change |
3.5.3_1 07 Mar 2022 19:24:01
    |
Po-Chuan Hsieh (sunpoet)  |
*/py-*: Take maintainership |
3.5.3_1 07 Mar 2022 19:07:39
    |
Rene Ladan (rene)  |
all: return koobs' ports to the pool after safekeeping his commit bit. |
3.5.3_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.5.3_1 13 Jan 2021 16:13:24
  |
osa  |
Update databases/redis to the recent stable version 6.0.10.
Update CONFLICTS for:
o) databases/redis4
o) databases/redis5
o) databases/redis
o) databases/redis-devel
Connect databases/redis5 to the build.
Bump PORTREVISIONs for dependant ports. |
3.5.3 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
3.5.3 30 Jun 2020 16:39:32
  |
antoine  |
Update to 3.5.3
PR: 247249
Approved by: maintainer timeout (koobs, 2 weeks) |
3.3.11 29 Jan 2020 12:38:53
  |
kai  |
databases/py-redis: Update to 3.3.11
Changelog:
https://github.com/andymccurdy/redis-py/blob/3.3.11/CHANGES
PR: 243459
Approved by: koobs (maintainer)
MFH: 2020Q1 (bug and reliability fixes) |
3.2.1_1 21 Nov 2019 19:27:39
  |
osa  |
Repocopy the databases/redis to the databases/redis4 to update
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 |
3.2.1 30 Sep 2019 10:20:00
  |
kai  |
databases/py-redis: Update to 3.2.1
* 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) |
2.10.6 30 Sep 2019 09:36:11
  |
kai  |
[NEW PORT]: databases/py-redis2
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) |
2.10.6 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.10.6 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
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 (Only the first 15 lines of the commit message are shown above ) |
2.10.6 26 Oct 2017 13:38:48
  |
olgeni  |
Update databases/py-redis to version 2.10.6.
PR: 223045
Submitted by: olgeni
Approved by: koobs (maintainer) |
2.10.5 25 Jun 2017 15:04:05
  |
sunpoet  |
Fix WWW
Approved by: portmgr (blanket) |
2.10.5 02 Dec 2016 09:21:59
  |
mat  |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
2.10.5 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.10.5 26 Dec 2015 06:44:29
  |
koobs  |
databases/py-redis: Update to 2.10.5
- 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] |
2.10.3 09 May 2015 13:07:14
  |
olgeni  |
Upgrade to version 2.10.3.
PR: 199991
Submitted by: olgeni
Approved by: maintainer |
2.10.1_1 06 May 2015 15:16:54
  |
mat  |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
2.10.1_1 19 Oct 2014 08:50:18
  |
mva  |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
2.10.1_1 23 Jun 2014 17:20:08
  |
rakuco  |
- Use the more standard DOCS option instead of HTMLDOCS.
- 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 :-) |
2.10.1 22 Jun 2014 22:22:12
  |
rakuco  |
- Updates to 2.10.1
- Add support to build HTML documentation via sphinx.
PR: 191267
Submitted by: melvyn@magemana.nl (maintainer) |
2.9.1 10 Feb 2014 10:06:18
  |
koobs  |
databases/py-redis: Update to 2.9.1 & modernise
- 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 |
2.8.0 30 Nov 2013 14:54:53
  |
koobs  |
databases/py-redis: Update to 2.8.0
- 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. |
2.7.6 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
2.7.6 16 Jun 2013 09:10:20
  |
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. |
2.7.4 28 Apr 2013 21:57:02
  |
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) |
2.7.2 09 Feb 2013 14:50:27
  |
koobs  |
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor) |
2.7.2 10 Dec 2012 02:35:15
  |
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) |
2.7.0 28 Nov 2012 03:35:05
  |
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 |
2.4.13 02 Jun 2012 00:48:54
 |
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> |
2.4.9 10 Nov 2011 06:53:45
 |
clsung  |
- Update to 2.4.9 |
2.4.6 29 Oct 2011 00:42:33
 |
clsung  |
- Update to 2.4.6 |
2.4.5 06 Jul 2011 00:21:13
 |
clsung  |
- Update to 2.4.5 |
2.2.4 18 Mar 2011 02:53:46
 |
clsung  |
This is the Python interface to the Redis key-value store.
WWW: http://github.com/andymccurdy/redis-py/ |