On Mon, 18 Apr 2022 20:44:45 +0200
Adam <adam%netbsd.org@localhost> wrote:
Modified Files:
pkgsrc/textproc/py-jinja2: Makefile PLIST distinfo
Log Message:
Update textproc/py-jinja2 to 3.1.1
Waaaay too many versions skipped to provide a full change log here.
Changes are mentioned here: https://jinja.palletsprojects.com/en/3.0.x/changes/ - not that mamy to omit them from commit log.
v3 drops support for Python 2.7. You have to mark this package with
PYTHON_VERSIONS_INCOMPATIBLE= 27
There are still Python 2.7 packages that depend on py-jinja2 (like py-sphinx1). You have to deal with it, probably by importing v2 and adding it to versioned dependencies.
Also there's this:
pbulk-resolve: No match found for dependency py39-jinja2>=2.11,<3.0 of package py39-xml2rfc-3.5.0nb2
It blocks bulk builds so I'll mark the package as BROKEN for now.