Date: Tue, 2 Nov 2021 05:32:37 +0800 From: Po-Chuan Hsieh <sunpoet@freebsd.org> To: Dmitry Marakasov <amdmi3@freebsd.org> Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 43d1294d0f2b - main - devel/py-nbdime: update supported python versions Message-ID: <CAMHz58QsmG=AkQLDb4W2r-D-c1Zv2wAwnj1=WE2W=tz7t=y5DA@mail.gmail.com> In-Reply-To: <202111011528.1A1FSjT6089096@gitrepo.freebsd.org> References: <202111011528.1A1FSjT6089096@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--00000000000091757e05cfc0ecb8 Content-Type: text/plain; charset="UTF-8" On Mon, Nov 1, 2021 at 11:28 PM Dmitry Marakasov <amdmi3@freebsd.org> wrote: > The branch main has been updated by amdmi3: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=43d1294d0f2b965a68f9e57296c0720b05ce991a > > commit 43d1294d0f2b965a68f9e57296c0720b05ce991a > Author: Dmitry Marakasov <amdmi3@FreeBSD.org> > AuthorDate: 2021-11-01 14:33:27 +0000 > Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> > CommitDate: 2021-11-01 15:28:24 +0000 > > devel/py-nbdime: update supported python versions > > ValueError: Python version 3.10 unsupported > Please check again before commit/push. Did you test the latest version (3.1.1, c9310b44a8cd6720d0650ac2908ae1f6e1256f8c)? Python 3.10 support was added in [1]. I've pushed 3.1.1 around 1 hour before this. Therefore, I would guess that you have tested an older version (3.1.0) but committed changes to the new version (3.1.1). It's the same on devel/py-frozendict. frozendict 2.0.7 explicitly supports Python 3.10. I've reverted both commits. Thanks. [1] https://github.com/jupyter/nbdime/commit/f91e5c32e7b83418048c1d8039f829ae6603231d > > Approved by: portmgr blanket > --- > devel/py-nbdime/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/devel/py-nbdime/Makefile b/devel/py-nbdime/Makefile > index 13341265b558..12f4d5b9d657 100644 > --- a/devel/py-nbdime/Makefile > +++ b/devel/py-nbdime/Makefile > @@ -22,7 +22,7 @@ RUN_DEPENDS= > ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} > \ > ${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@ > ${PY_FLAVOR} > > -USES= python:3.7+ > +USES= python:3.7-3.9 > USE_PYTHON= autoplist concurrent distutils > > NO_ARCH= yes > --00000000000091757e05cfc0ecb8--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58QsmG=AkQLDb4W2r-D-c1Zv2wAwnj1=WE2W=tz7t=y5DA>