Hello,
On 6/8/24 14:24, Tatsuki Makino wrote:
I feel that there is a slight possibility that this upgrade may
include the following issues. ( echo py39-foo ; echo py311-foo ) | sort
You are right. Package DB contains both py39- and py311- packages:
$ pkg search py311- | wc
4477 33240 346412
$ pkg search py39- | wc
3506 25946 270059
Since pkg has no awareness of the current python version - it attempts
to install all found candidates for each particular PKGORIGIN.
Anybody knows what caused this regression in the package database?
Thanks,
Yuri