From nobody Thu Nov  4 05:00:24 2021
X-Original-To: python@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 EAC021824B32
	for <python@mlmmj.nyi.freebsd.org>; Thu,  4 Nov 2021 05:00:23 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4HlBKM6G4Bz4T5l
	for <python@FreeBSD.org>; Thu,  4 Nov 2021 05:00:23 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(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 did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B7C3A25E48
	for <python@FreeBSD.org>; Thu,  4 Nov 2021 05:00:23 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1A450NEa057028
	for <python@FreeBSD.org>; Thu, 4 Nov 2021 05:00:23 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1A450N8P057027
	for python@FreeBSD.org; Thu, 4 Nov 2021 05:00:23 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 259579] devel/py-circuitbreaker: Update to 1.3.2
Date: Thu, 04 Nov 2021 05:00:24 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-259579-21822-f1INCV6MMI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259579-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-259579-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259579

--- Comment #6 from Kubilay Kocak <koobs@FreeBSD.org> ---
(In reply to Alessandro Sagratini from comment #3)

Python ports are declarative, not imperative, in that they declare what
versions the package supports, rather than specifying or choosing a version.

Whether any Python port language versions exists or doesn't exist in the tr=
ee
at any time, which changes over time, is not consequential.

It is up to python.mk to determine the python version that will be used, ba=
sed
on:=20

1) the versions the port supports, and
2  what is available in the tree (on the user system), and
3) considering the version the user wants (DEFAULT_VERSIONS), and
4) what the current 'default version' version order is in python.mk

tldr; specify the USES=3Dpython=3D<version-spec> as closely matching what u=
pstream=20
upstream defines and/or tests against (sometimes they're not super precise =
or
up to date).=20

Note: there's certain things our version-spec format doesnt support, such as
"!=3DX.Y" and multiple non-consecutive versions (like X.X,XZ) which are rar=
ely
needed.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=