maintainer-approval requested: [Bug 256219] www/py-aiohttp: Update to 3.7.4.post0 : [Attachment 225610] [patch] fix version ordering between 3.7.4 and 3.7.4.post0 (v2)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Jun 2021 21:03:46 UTC
John Hein <jcfyecrayz@liamekaens.com> has asked freebsd-python (Nobody) <python@FreeBSD.org> for maintainer-approval: Bug 256219: www/py-aiohttp: Update to 3.7.4.post0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256219 Attachment 225610: [patch] fix version ordering between 3.7.4 and 3.7.4.post0 (v2) https://bugs.freebsd.org/bugzilla/attachment.cgi?id=225610&action=edit --- Comment #21 from John Hein <jcfyecrayz@liamekaens.com> --- Created attachment 225610 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=225610&action=edit [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 instead (and reflect the upstream distribution name a bit more closely in the PKGNAME). Next commit to a normal x.y.z should use DISTVERSION, remove DISTNAME and use 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 final 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