Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.4.0_2 13 May 2024 14:12:25 |
Po-Chuan Hsieh (sunpoet) |
www/py-django-redis: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
5.4.0_1 27 Apr 2024 09:08:48 |
Kai Knoblich (kai) |
*: Switch consumers over to Django 4.2
Django 3.2 reached its End-of-Life on 1st April 2024 and Django 4.2 is
the new LTS (= Long Term Support) release which will be supported until
April 2026.
* Switch most ports that use www/py-django32 to www/py-django42.
* Ports that are not compatible with Django 3.2 have already been set
with an expiration date were not taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 276319
Reviewed by: dvl, grembo, ultima
Approved by: bofh (implicit), dvl, grembo, Kevin Golding, sunpoet,
ultima, maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D44637 |
5.4.0 14 Dec 2023 05:48:33 |
Po-Chuan Hsieh (sunpoet) |
www/py-django-redis: Cosmetic change
- Move TEST_* together
- Change +3.11 to 3.11+ |
5.4.0 08 Dec 2023 09:49:59 |
Kai Knoblich (kai) |
www/py-django-redis: Fix test suite
* When running the test suite it cannot find the "runtests.py" script as
it has changed over time in newer versions. Thus, make the test suite
usable again and switch to USE_PYTHON=pytest.
PR: 274790
Approved by: maintainer timeout (1+ month) |
5.4.0 05 Oct 2023 02:00:26 |
Po-Chuan Hsieh (sunpoet) |
www/py-django-redis: Update to 5.4.0
Changes: https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst |
5.3.0 09 Jul 2023 10:21:04 |
Po-Chuan Hsieh (sunpoet) |
www/py-django-redis: Update to 5.3.0
Changes: https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst |
5.2.0_1 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> |
5.2.0_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) |
5.2.0_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 ) |
5.2.0_1 16 Jun 2022 16:28:33 |
Kai Knoblich (kai) |
net-mgmt/netbox: Create Django 4.0 consumers
* Django 3.2 is currently the "default" version in the ports tree due
its long term support until April 2024. Thus ports that are assigned
to that version will exist until then.
The following ports are required to make the upgrade of
net-mgmt/netbox to the 3.2 release possible because it requires Django
4.0.
All of the ports listed below were created on the basis of their
respective original ports:
- devel/py-dj40-django-rq
- devel/py-dj40-graphene-django (Only the first 15 lines of the commit message are shown above ) |
5.2.0_1 28 Apr 2022 10:02:15 |
Kai Knoblich (kai) |
www/py-django32: Switch consumers over to Django 3.2
Django 2.2 became End-of-Life on 11th April 2022 and Django 3.2 is the
new LTS (= Long Term Support) release which will be supported until
April 2024.
* Switch the most ports that use www/py-django22 to www/py-django32
* Switch www/seahub over to www/py-djangorestframework
* Ports that are not yet ready for Django 3.2 (only three so far) or
those that have already been set with an expiration date were not
taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 261313
Reviewed by: bofh, dvl, koobs, ultima
Approved by: bofh, dvl, koobs, ultima, sunpoet, Kevin Golding, Ivan Rozhuk,
Alexander Sieg (maintainers)
maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D34859 |
5.2.0 11 Jan 2022 18:44:45 |
Po-Chuan Hsieh (sunpoet) |
www/py-django-redis: Update to 5.2.0
Changes: https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst |
5.1.0 21 Dec 2021 18:50:09 |
Po-Chuan Hsieh (sunpoet) |
www/py-django-redis: Update to 5.1.0
- Update WWW
Changes: https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst |
5.0.0 20 Jul 2021 12:26:05 |
Kai Knoblich (kai) |
*: Create Django 3.2 ports for net-mgmt/netbox
* Django 2.2 is currently the "default" version in the ports tree due
its long term support until April 2022. Thus ports that are assigned
to that version will exist until then.
The following ports are required to make the upgrade of
net-mgmt/netbox to the 2.11 release possible because it requires
Django 3.2. All of the ports listed below were created on the basis
of their respective original ports:
- devel/py-dj32-django-rq
- www/py-dj32-django-auth-ldap
- www/py-dj32-django-cacheops (updated to a newer release)
- www/py-dj32-django-cors-headers (Only the first 15 lines of the commit message are shown above ) |
5.0.0 20 Jun 2021 20:46:57 |
Po-Chuan Hsieh (sunpoet) |
www/py-django-redis: Update to 5.0.0
Changes: https://github.com/jazzband/django-redis/blob/master/CHANGES.rst |
4.12.1 29 Apr 2021 14:24:09 |
Po-Chuan Hsieh (sunpoet) |
www/py-django-redis: Add CATEGORIES=python |
4.12.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.12.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.12.1 10 Nov 2020 08:47:04 |
kai |
Create some ports that are assigned to Django 3.1 instead Django 2.2
* Django 2.2 is currently the "default" version in the ports tree due its
long term support until April 2022. Thus ports that are assigned to that
version will exist until then.
The following ports are required to make the upgrade of net-mgmt/netbox to
the 2.9 release possible because it requires Django 3.1 and provides no
backwards compatibility for previous versions of Django.
- www/py-dj31-django-rq
(copied from r539662 to use the 2.3.2 release for now)
- www/py-dj31-django-auth-ldap
- www/py-dj31-django-cacheops
- www/py-dj31-django-cors-headers (Only the first 15 lines of the commit message are shown above ) |
4.12.1 26 Jun 2020 08:45:19 |
sunpoet |
Update to 4.12.1
Changes: https://github.com/jazzband/django-redis/releases
https://github.com/jazzband/django-redis/blob/master/CHANGES.rst |
4.11.0 13 May 2020 20:44:23 |
sunpoet |
Update to 4.11.0
- Update RUN_DEPENDS: use Django 2.2
- Mark www/py-dj22-django-redis as DEPRECATED
- Update www/py-django-prometheus:
- Change RUN_DEPENDS from py-dj22-django-redis to py-django-redis
- Bump PORTREVISION for dependency change
Changes: https://github.com/jazzband/django-redis/releases
https://github.com/jazzband/django-redis/blob/master/CHANGES.rst
PR: 245522
Submitted by: kai |
4.10.0_1 24 Feb 2020 16:14:13 |
sunpoet |
Add comment for PORTSCOUT |
4.10.0_1 05 Feb 2020 18:23:21 |
sunpoet |
Fix TEST_DEPENDS: py-fakeredis support was removed |
4.10.0_1 29 Dec 2019 12:55:49 |
sunpoet |
Add PORTSCOUT |
4.10.0_1 14 Apr 2019 17:52:07 |
sunpoet |
Remove build from prerequisite of do-test:
The framework (Mk/bsd.port.mk) already handles it via SEQ. |
4.10.0_1 08 Mar 2019 14:45:50 |
antoine |
Remove dependency on the django metaport
With hat: portmgr |
4.10.0 19 Jan 2019 20:41:46 |
sunpoet |
Update version requirement of RUN_DEPENDS
- Take maintainership |
4.10.0 19 Jan 2019 16:48:20 |
rene |
Drop a bunch of Python ports which were primarily used for Pootle. |
4.10.0 20 Nov 2018 20:00:41 |
rene |
www/py-django-redis: update to 4.10.0
Reported by: portscout |
4.9.0_2 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 |
4.9.0_2 22 Apr 2018 18:29:51 |
sunpoet |
Move devel/py-msgpack-python to devel/py-msgpack
- Update to 0.5.6
- Update pkg-descr
- Update WWW
Changes: https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst |
4.9.0_1 10 Mar 2018 23:02:29 |
sunpoet |
Fix WWW
Approved by: portmgr (blanket) |
4.9.0_1 06 Mar 2018 22:45:36 |
rene |
Use the Django meta-port for my Django port to avoid conflicts between them.
Bump PORTREVISIONs |
4.9.0 02 Mar 2018 20:06:41 |
rene |
www/py-django-redis: update to 4.9.0
Reported by: portscout |
4.8.0 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 ) |
4.8.0 27 Apr 2017 09:23:01 |
rene |
www/py-django-redis: update to 4.8.0
Submitted by: portscout |
4.7.0 07 Jan 2017 12:29:02 |
rene |
www/py-django-redis: update to 4.7.0
Reported by: portscout |
4.6.0 06 Nov 2016 11:54:04 |
rene |
- update to 4.6.0
- add TEST target
Reported by: portscout |
4.5.0 22 Sep 2016 09:26:37 |
rene |
www/py-django-redis: update to 4.5.0, update WWW |
4.4.4 27 Jul 2016 20:52:24 |
rene |
www/py-django-redis: update to 4.4.4 |
4.4.3 08 Jun 2016 17:13:39 |
amdmi3 |
- Add LICENSE_FILE
Approved by: portmgr blanket |
4.4.3 02 Jun 2016 15:37:22 |
rene |
www/py-django-redis: update to 4.4.3 for Pootle 2.7.5 |
3.6.2_1 01 Jun 2016 11:05:07 |
rene |
www/py-django-redis: take maintainership, set NO_ARCH |
3.6.2_1 25 May 2016 01:41:39 |
zi |
- Reset MAINTAINERship due to fatal email bounces (no MX record, no A record),
maintainer timeouts
Reported by: portscout |
3.6.2_1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
3.6.2_1 16 Jan 2016 11:19:09 |
miwi |
- Switch forgotten ports over to py-django18
- Fix PYTHON_PKGNAMEPREFIX
Reported by: antoinebot |
3.6.2_1 16 Jan 2016 09:52:37 |
miwi |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
3.6.2 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
3.6.2 27 Jun 2014 09:13:28 |
koobs |
[NEW] www/py-django-redis: Full featured Redis cache/session backend for Django
Django-redis is a BSD Licensed, full featured Redis cache/session
backend for Django.
Why use django-redis?
* Modular client system (pluggable clients).
* Master-Slave support in the default client.
* Used in production in several projects as cache and session storage.
* Supports infinite timeouts.
* Python 3 support in same code base.
* Facilities for raw access to Redis client/connection pool.
* Highly configurable (can emulate memcached exception behavior, for
example).
* Unix sockets supported by default.
* Pluggable parsers.
WWW: http://niwibe.github.io/django-redis
PR: 191281
Submitted by: melvyn at magemana dot nl (with minor changes) |