Created attachment 215449 [details] py-eventlib-and-deps-switch-to-django22.patch Hi Sunpoet, attached is the patch that does the following actions: - Switch devel/py-eventlib to Django 2.2 - Switch devel/py-logan to Django 2.2 (see also the "Note" section further down) - Drop Python 2.7 build for net/py-msrplib to avoid breakage of "bulk -a" QA: ~~~ - poudriere (11.3-RELEASE amd64 for each py35, py36, py37 and py38 flavor) -> OK Note: ~~~~~ "make test" for devel/py-logan seems to be broken (even with Django 1.11, PR #19 might be related) and upstream has archived the project: > File "/wrkdirs/usr/ports/devel/py-logan/work-py37/logan-0.7.2/tests/logan/settings/tests.py", line 4, in <module> > from logan.settings import add_settings > ImportError: cannot import name 'add_settings' from 'logan.settings' (/wrkdirs/usr/ports/devel/py-logan/work-py37/logan-0.7.2/tests/logan/settings/__init__.py) > > ---------------------------------------------------------------------- > Ran 2 tests in 0.027s > > FAILED (errors=2)
A commit references this bug: Author: sunpoet Date: Wed Jun 24 17:59:49 UTC 2020 New revision: 540337 URL: https://svnweb.freebsd.org/changeset/ports/540337 Log: Update RUN_DEPENDS: use Django 2.2 - Bump PORTREVISION for dependency change PR: 247173 Submitted by: kai Changes: head/devel/py-logan/Makefile
Committed. Thanks!
A commit references this bug: Author: sunpoet Date: Wed Jun 24 18:00:59 UTC 2020 New revision: 540340 URL: https://svnweb.freebsd.org/changeset/ports/540340 Log: Update RUN_DEPENDS: use Django 2.2 - Bump PORTREVISION for dependency change PR: 247173 Submitted by: kai Changes: head/devel/py-eventlib/Makefile head/net/py-msrplib/Makefile