<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/py-redis, branch release/12.3.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2021-04-06T14:31:07Z</updated>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>urn:sha1:305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update databases/redis to the recent stable version 6.0.10.</title>
<updated>2021-01-13T16:13:24Z</updated>
<author>
<name>Sergey A. Osokin</name>
<email>osa@FreeBSD.org</email>
</author>
<published>2021-01-13T16:13:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e8029e48465348c5111db4b93723e108a3a3e164'/>
<id>urn:sha1:e8029e48465348c5111db4b93723e108a3a3e164</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Drop python 2.7 support from a few ports</title>
<updated>2020-12-28T23:02:12Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2020-12-28T23:02:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=aa7a6c429ea62d972467d6755fa7a6f52256b452'/>
<id>urn:sha1:aa7a6c429ea62d972467d6755fa7a6f52256b452</id>
<content type='text'>
With hat:	portmgr
</content>
</entry>
<entry>
<title>Update to 3.5.3</title>
<updated>2020-06-30T16:39:32Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2020-06-30T16:39:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8bc21b7d1792e2f061f4dd6994cfa40d52c808a6'/>
<id>urn:sha1:8bc21b7d1792e2f061f4dd6994cfa40d52c808a6</id>
<content type='text'>
PR:		247249
Approved by:	maintainer timeout (koobs, 2 weeks)
</content>
</entry>
<entry>
<title>databases/py-redis: Update to 3.3.11</title>
<updated>2020-01-29T12:38:53Z</updated>
<author>
<name>Kai Knoblich</name>
<email>kai@FreeBSD.org</email>
</author>
<published>2020-01-29T12:38:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5117bc9b7ef18e7c2f277feaeea4d4da9037e39d'/>
<id>urn:sha1:5117bc9b7ef18e7c2f277feaeea4d4da9037e39d</id>
<content type='text'>
Changelog:

https://github.com/andymccurdy/redis-py/blob/3.3.11/CHANGES

PR:		243459
Approved by:	koobs (maintainer)
MFH:		2020Q1 (bug and reliability fixes)
</content>
</entry>
<entry>
<title>Repocopy the databases/redis to the databases/redis4 to update</title>
<updated>2019-11-21T19:27:39Z</updated>
<author>
<name>Sergey A. Osokin</name>
<email>osa@FreeBSD.org</email>
</author>
<published>2019-11-21T19:27:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=89e0b04783bb6f6a0dde7811bb8af7da69eeac17'/>
<id>urn:sha1:89e0b04783bb6f6a0dde7811bb8af7da69eeac17</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>databases/py-redis: Update to 3.2.1</title>
<updated>2019-09-30T10:20:00Z</updated>
<author>
<name>Kai Knoblich</name>
<email>kai@FreeBSD.org</email>
</author>
<published>2019-09-30T10:20:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f79be15dc20965c8979d9ebce3c35a276402233d'/>
<id>urn:sha1:f79be15dc20965c8979d9ebce3c35a276402233d</id>
<content type='text'>
* 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)
</content>
</entry>
<entry>
<title>[NEW PORT]: databases/py-redis2</title>
<updated>2019-09-30T09:36:11Z</updated>
<author>
<name>Kai Knoblich</name>
<email>kai@FreeBSD.org</email>
</author>
<published>2019-09-30T09:36:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a2c85be5dfbd98a87ce64ecb8ed942f559b7fc46'/>
<id>urn:sha1:a2c85be5dfbd98a87ce64ecb8ed942f559b7fc46</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>Use PY_FLAVOR for dependencies.</title>
<updated>2018-06-20T17:05:41Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2018-06-20T17:05:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4376dbbb58dab5a7bf7a8240ca39b562de78343b'/>
<id>urn:sha1:4376dbbb58dab5a7bf7a8240ca39b562de78343b</id>
<content type='text'>
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>Convert Python ports to FLAVORS.</title>
<updated>2017-11-30T15:50:30Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2017-11-30T15:50:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=551be3c7231225ed9c26479af2b8914fb2ef0ea8'/>
<id>urn:sha1:551be3c7231225ed9c26479af2b8914fb2ef0ea8</id>
<content type='text'>
  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&gt;0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
</content>
</entry>
</feed>
