Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Jun 2021 21:03:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 256219] www/py-aiohttp: Update to 3.7.4.post0
Message-ID:  <bug-256219-21822-DYwjg1HV06@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256219-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256219-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256219

John Hein <jcfyecrayz@liamekaens.com> 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 <jcfyecrayz@liamekaens.com> ---
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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256219-21822-DYwjg1HV06>