Re: git: 9b72a13ca997 - main - dns/py-idna: Update to 3.3
Date: Fri, 25 Mar 2022 18:29:40 UTC
On Fri, 2022-03-25 at 18:53, Guido Falsi <madpilot@FreeBSD.org> wrote:
> On 25/03/22 14:44, Po-Chuan Hsieh wrote:
>> The branch main has been updated by sunpoet:
>> URL: https://cgit.FreeBSD.org/ports/commit/?id=9b72a13ca997911664b87b1d337d4edef7fe858f
>> commit 9b72a13ca997911664b87b1d337d4edef7fe858f
>> Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
>> AuthorDate: 2022-03-25 13:00:10 +0000
>> Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
>> CommitDate: 2022-03-25 13:37:03 +0000
>> dns/py-idna: Update to 3.3
>> - Update LICENSE
>> - Update pkg-descr
>> Changes: https://github.com/kjd/idna/blob/master/HISTORY.rst
> Looks like this update has broken something, while trying to build cmake:
> [ 2%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/ProcessUNIX.c.o
> Traceback (most recent call last):
> File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 568, in _build_master
> ws.require(__requires__)
> File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 886, in require
> needed = self.resolve(parse_requirements(requirements))
> File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 777, in resolve
> raise VersionConflict(dist, req).with_context(dependent_req)
> pkg_resources.ContextualVersionConflict: (idna 3.3 (/usr/local/lib/python3.8/site-packages), Requirement.parse('idna<3,>=2.5'), {'requests'})
> But it really looks like the problem is in py38-setuptools-57.0.0
> I've not investigated it further.
I also haven't had time to investigate carefully yet, but I believe this also breaks mail/notmuch.
Joe