Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jun 2022 05:59:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 264807] sysutils/py-psutil: Fix broken __FreeBSD_version check
Message-ID:  <bug-264807-21822-ph1QzIC34Z@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264807-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264807-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=3D264807

--- Comment #6 from Torsten Blum <torstenb@vmunix.org> ---
(In reply to Kubilay Kocak from comment #4)

Are you sure it affects quarterly? A quick grep on packagesite.yaml indicat=
es
none of the quarterly repositories has version 5.9.1 of psutil:

for r in 12:i386 12:amd64 12:aarch64 13:i386 13:amd64 13:aarch64 14:i386
14:amd64 14:aarch64 12:armv6 12:armv7 12:mips64 12:powerpc64 13:armv6 13:ar=
mv7
13:mips64 13:powerpc64 13:riscv64 14:armv6 14:armv7 14:mips64 14:powerpc64
14:riscv64 ; do ; echo FreeBSD:$r >/dev/stderr ;  curl -s --show-error
"http://pkg.freebsd.org/FreeBSD:$r/quarterly/packagesite.txz" | tar xzOf -
packagesite.yaml 2>/dev/null | jq -rc '[.origin, .name, .version]' | grep
sysutils/py-psutil\" ; echo ; done
FreeBSD:12:i386
["sysutils/py-psutil","py38-psutil","5.9.0"]

FreeBSD:12:amd64
["sysutils/py-psutil","py38-psutil","5.9.0"]

FreeBSD:12:aarch64
["sysutils/py-psutil","py38-psutil","5.9.0"]

FreeBSD:13:i386
["sysutils/py-psutil","py38-psutil","5.9.0"]

FreeBSD:13:amd64
["sysutils/py-psutil","py38-psutil","5.9.0"]

FreeBSD:13:aarch64
["sysutils/py-psutil","py38-psutil","5.9.0"]

FreeBSD:14:i386

FreeBSD:14:amd64

FreeBSD:14:aarch64

FreeBSD:12:armv6
["sysutils/py-psutil","py27-psutil","5.7.2"]
["sysutils/py-psutil","py37-psutil","5.7.2"]

FreeBSD:12:armv7
["sysutils/py-psutil","py27-psutil","5.7.2"]
["sysutils/py-psutil","py37-psutil","5.7.2"]

FreeBSD:12:mips64
["sysutils/py-psutil","py27-psutil","5.7.0"]
["sysutils/py-psutil","py37-psutil","5.7.0"]

FreeBSD:12:powerpc64
["sysutils/py-psutil","py37-psutil","5.8.0"]

FreeBSD:13:armv6
["sysutils/py-psutil","py38-psutil","5.9.0"]

FreeBSD:13:armv7
["sysutils/py-psutil","py38-psutil","5.9.0"]

FreeBSD:13:mips64

FreeBSD:13:powerpc64
["sysutils/py-psutil","py38-psutil","5.8.0"]

FreeBSD:13:riscv64
["sysutils/py-psutil","py38-psutil","5.9.0"]

FreeBSD:14:armv6

FreeBSD:14:armv7

FreeBSD:14:mips64

FreeBSD:14:powerpc64

FreeBSD:14:riscv64

--=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-264807-21822-ph1QzIC34Z>