Re: git: 9b72a13ca997 - main - dns/py-idna: Update to 3.3
- Reply: Joseph Mingrone : "Re: git: 9b72a13ca997 - main - dns/py-idna: Update to 3.3"
- Reply: Po-Chuan Hsieh : "Re: git: 9b72a13ca997 - main - dns/py-idna: Update to 3.3"
- In reply to: Po-Chuan Hsieh : "git: 9b72a13ca997 - main - dns/py-idna: Update to 3.3"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 17:53:25 UTC
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. -- Guido Falsi <madpilot@FreeBSD.org>