Created attachment 213267 [details] py-django-redis-4.11.patch Hi Sunpoet, attached is the patch that updates www/py-django-redis to 4.11.0 and assigns it to Django 2.2 (current LTS release) as Django 1.11 is End-of-Life since April. The patch also marks www/py-dj22-django-redis as DEPRECATED because the package will be obsolete once www/py-django-redis is updated to 4.11.0 and bumps the PORTREVISION of www/py-django-prometheus due dependency change. QA: ~~~ - poudriere (11.3-RELEASE amd64 for each py35, py36, py37 and py38 flavor) -> OK - portlint -> OK
A commit references this bug: Author: sunpoet Date: Wed May 13 20:44:24 UTC 2020 New revision: 535179 URL: https://svnweb.freebsd.org/changeset/ports/535179 Log: 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 Changes: head/www/py-dj22-django-redis/Makefile head/www/py-django-prometheus/Makefile head/www/py-django-redis/Makefile head/www/py-django-redis/distinfo
Committed. Thanks!