From nobody Sun Jun 06 21:03:46 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 D844813CC961 for ; Sun, 6 Jun 2021 21:03:47 +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 4Fyprg2wxKz4W32 for ; Sun, 6 Jun 2021 21:03:47 +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 3BB912733 for ; Sun, 6 Jun 2021 21:03:47 +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 156L3lRV049813 for ; Sun, 6 Jun 2021 21:03:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 156L3lT0049812 for python@FreeBSD.org; Sun, 6 Jun 2021 21:03:47 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 256219] www/py-aiohttp: Update to 3.7.4.post0 Date: Sun, 06 Jun 2021 21:03:46 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jcfyecrayz@liamekaens.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: amdmi3@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: attachments.isobsolete cc flagtypes.name attachments.created Message-ID: In-Reply-To: References: 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 List-Archive: https://lists.freebsd.org/archives/freebsd-python List-Help: List-Post: List-Subscribe: List-Unsubscribe: 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=3D256219 John Hein changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #225607|0 |1 is obsolete| | CC| |python@FreeBSD.org Attachment #225610| |maintainer-approval?(python Flags| |@FreeBSD.org) --- Comment #21 from John Hein --- Created attachment 225610 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D225610&action= =3Dedit [patch] fix version ordering between 3.7.4 and 3.7.4.post0 (v2) Fix patch from comment 18 per Charlie Li's observation. The previous patch= rev was missing a change for MASTER_SITES. I left "p0" because of the portlint whine. It is up to the committer's discretion whether to ignore portlint and use "post0" in the pkg name inste= ad (and reflect the upstream distribution name a bit more closely in the PKGNA= ME). Next commit to a normal x.y.z should use DISTVERSION, remove DISTNAME and u= se the default CHEESESHOP for MASTER_SITES. Note that upstream is using a pre-release and post-release numbering scheme that is the opposite of pkg(8) conventions (regarding whether it adds a fin= al dot before that last part of the version "number"): pkg(8) - pre: 4.0.0.a0, post: 3.7.4p0 or 3.7.4post0 upstream - pre: 4.0.0a0, post: 3.7.4.post0 --=20 You are receiving this mail because: You are on the CC list for the bug.=