From nobody Mon Nov 1 21:32:37 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 8DB3D1823C18 for ; Mon, 1 Nov 2021 21:33:14 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HjmVL1yyKz503B for ; Mon, 1 Nov 2021 21:33:13 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-qv1-f54.google.com (mail-qv1-f54.google.com [209.85.219.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id AF6682B7EF for ; Mon, 1 Nov 2021 21:33:13 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-qv1-f54.google.com with SMTP id b17so8640089qvl.9 for ; Mon, 01 Nov 2021 14:33:13 -0700 (PDT) X-Gm-Message-State: AOAM533gHWr6NPbXzUnQ+i3hTwEQbkFV7XH271uEBOToH00RfRnqt/Fx YDzR/dm+Hjrp0cZjEFvh5ZIuw6Z/i7XU4/Y7Pl4/vQ== X-Google-Smtp-Source: ABdhPJwcGy8rk+MXH/+4PuD7FRVMI6/IVJ5V1byRSmGQMMdEuMJoRUuY0v1apzxGeg9kgjSCC/FmGWjqKmGMrLASa2M= X-Received: by 2002:ad4:4e49:: with SMTP id eb9mr31234394qvb.22.1635802393173; Mon, 01 Nov 2021 14:33:13 -0700 (PDT) List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 References: <202111011528.1A1FSjT6089096@gitrepo.freebsd.org> In-Reply-To: <202111011528.1A1FSjT6089096@gitrepo.freebsd.org> From: Po-Chuan Hsieh Date: Tue, 2 Nov 2021 05:32:37 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 43d1294d0f2b - main - devel/py-nbdime: update supported python versions To: Dmitry Marakasov Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: multipart/alternative; boundary="00000000000091757e05cfc0ecb8" X-ThisMailContainsUnwantedMimeParts: N --00000000000091757e05cfc0ecb8 Content-Type: text/plain; charset="UTF-8" On Mon, Nov 1, 2021 at 11:28 PM Dmitry Marakasov wrote: > The branch main has been updated by amdmi3: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=43d1294d0f2b965a68f9e57296c0720b05ce991a > > commit 43d1294d0f2b965a68f9e57296c0720b05ce991a > Author: Dmitry Marakasov > AuthorDate: 2021-11-01 14:33:27 +0000 > Commit: Dmitry Marakasov > 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--