Created attachment 215987 [details] variant_a-assign-py-django-bulk-update-to-django22.patch Hi Sunpoet, attached are two patches. The first patch (Variant A) assigns the port to Django 2.2. The second one (Variant B) deprecates the port and set an expiration date for it as the package might be no longer required for Django 2.2+ (see also issue #75). QA (Variant A): - poudriere (11.3-RELEASE amd64 for each py35, py36, py37 and py38 flavor) -> OK
Created attachment 215988 [details] variant_b-deprecate-py-django-bulk-update.patch
(In reply to Kai Knoblich from comment #0) Thanks for submitting this PR. For now, I plan to change it to Django 2.2 and wait for the performance issue to be fixed/resolved.
A commit references this bug: Author: sunpoet Date: Mon Jun 29 16:17:08 UTC 2020 New revision: 540806 URL: https://svnweb.freebsd.org/changeset/ports/540806 Log: Update RUN_DEPENDS: use Django 2.2 - Bump PORTREVISION for dependency change PR: 247591 Submitted by: kai Changes: head/www/py-django-bulk-update/Makefile
Committed. Thanks!