From nobody Wed Jan 31 09:36:16 2024 X-Original-To: freebsd-ports@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 4TPxkZ3sL9z57Nlm for ; Wed, 31 Jan 2024 09:36:38 +0000 (UTC) (envelope-from einar@isnic.is) Received: from mx01.isnic.is (mx01.isnic.is [IPv6:2001:67c:6c:58::133]) (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 (2048 bits) client-digest SHA256) (Client CN "mx01.isnic.is", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TPxkY1ncPz49YH for ; Wed, 31 Jan 2024 09:36:37 +0000 (UTC) (envelope-from einar@isnic.is) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=isnic.is header.s=20200921 header.b=Hf0e4tmr; dmarc=pass (policy=quarantine) header.from=isnic.is; spf=pass (mx1.freebsd.org: domain of einar@isnic.is designates 2001:67c:6c:58::133 as permitted sender) smtp.mailfrom=einar@isnic.is Received: from ht-mailstore01.isnic.is (ht-mailstore01.isnic.is [IPv6:2001:67c:6c:56::2]) by mx01.isnic.is (Postfix) with ESMTPS id 18AA516159 for ; Wed, 31 Jan 2024 09:36:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=isnic.is; s=20200921; t=1706693787; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=PWNI1FON8z8Ne4bzIDMVCimiGnDRIII6z942fX3FJqU=; b=Hf0e4tmr9+bmubpsT4f/LBgIMwaYkMfVmaXaplN0e4+/96Cl67SVqYpRyf0Sow5puIw3fA olJB/mu6UOS85z5eieDi3ftJMc+VXEqZ415ZKY74GvOBAAj7RdacQrOOHoSzTFfRvE18X2 IQ3xr2S6OerrCKz56xn922JpcEmrwDpv3Clb5v5zVUYzT3V6CkZmalgb7kxbiHkfuPLb8E EvanTaKF8YWlCCiSqbEYVSkEzUJyJ0Vm4RqPPe8GOVL8ozAHciYvWdz6SGzNyO12w+Ssce bmfDBm/ofy+EuYyOLH1zn1VasEjZMLqLvBVcJvYYwv/yrAgNZtswadyIxiLvQQ== Received: from smtpclient.apple (unknown [IPv6:2001:67c:6c:f100::194]) by ht-mailstore01.isnic.is (Postfix) with ESMTPS id 11A201E98A for ; Wed, 31 Jan 2024 09:36:27 +0000 (UTC) From: =?utf-8?Q?Einar_Bjarni_Halld=C3=B3rsson?= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.400.31\)) Subject: mail/py-authheaders 0.16.2 Message-Id: <82A11CEE-CA78-4211-981F-EF70639E7868@isnic.is> Date: Wed, 31 Jan 2024 09:36:16 +0000 To: FreeBSD Mailing List X-Mailer: Apple Mail (2.3774.400.31) X-Spamd-Bar: --- X-Spamd-Result: default: False [-4.00 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[isnic.is,quarantine]; R_DKIM_ALLOW(-0.20)[isnic.is:s=20200921]; R_SPF_ALLOW(-0.20)[+ip6:2001:67c:6c::/48]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:1850, ipnet:2001:67c:6c::/48, country:IS]; APPLE_MAILER_COMMON(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[isnic.is:+] X-Rspamd-Queue-Id: 4TPxkY1ncPz49YH Hi, I have a PR [1] open for upgrading mail/py-authheaders to the latest = version, 0.16.2. It=E2=80=99s a fairly basic update, although upstream has added a = dependency on python 3.8+. Could a committer take a look and commit? .einar [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276550=