When I run this command: $ repoquery --setopt=*.module_hotfixes=yes --repo=rawhide-modular --whatrequires 'python(abi) = 3.10' --whatrequires 'libpython3.10.so.1.0()(64bit)' --source I get: postgresql-10.20-1.module_f37+14079+af0f42b7.src.rpm postgresql-11.15-2.module_f37+13951+773d6d5c.src.rpm postgresql-12.10-2.module_f37+14009+bf922410.src.rpm postgresql-14.2-1.module_f37+13833+eaa8c95b.src.rpm I assume this comes from the PostgreSQL module, streams 10, 11, 12, 14. Please rebuild the packages in Fedora 37 with Python 3.11 at the earliest convenience or the following packages won't be installable in Fedora 37: postgresql-contrib-0:10.20-1.module_f37+14079+af0f42b7.x86_64 postgresql-contrib-0:11.15-2.module_f37+13951+773d6d5c.x86_64 postgresql-contrib-0:12.10-2.module_f37+14009+bf922410.x86_64 postgresql-contrib-0:14.2-1.module_f37+13833+eaa8c95b.x86_64 postgresql-plpython3-0:10.20-1.module_f37+14079+af0f42b7.x86_64 postgresql-plpython3-0:11.15-2.module_f37+13951+773d6d5c.x86_64 postgresql-plpython3-0:12.10-2.module_f37+14009+bf922410.x86_64 postgresql-plpython3-0:14.2-1.module_f37+13833+eaa8c95b.x86_64 postgresql-upgrade-0:10.20-1.module_f37+14079+af0f42b7.x86_64 postgresql-upgrade-0:11.15-2.module_f37+13951+773d6d5c.x86_64 postgresql-upgrade-0:12.10-2.module_f37+14009+bf922410.x86_64 postgresql-upgrade-0:14.2-1.module_f37+13833+eaa8c95b.x86_64 Thanks
Hello, This is the first reminder (step 3 from https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs). If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this module, consider orphaning it.
Filip, you set this to ASSIGNED but the assignee is still Langdon. Is that expected? Should Langdon be the point of contact for PostgreSQL modules Bugzillas?
Hi Miro, it's a mistake we need to switch the default to me.
Done.
postgresql 12 should be fixed, now I am working on postgresql14, but Streams 10 and 11 have problems with python 3.11. EOL 10 is in November so due to these facts, I would like to obsolete it.
I can confirm that 12 is fixed.
Postgresql 14 is also fixed. For streams 10 and 11 I've created releng issue to set EOL to the same data as F36 has. From my point of view, we could close this tracker.
Thanks. Please, let's keep it open until this yields nothing: $ repoquery --setopt=*.module_hotfixes=yes --repo=rawhide-modular --whatrequires 'python(abi) = 3.10' --whatrequires 'libpython3.10.so.1.0()(64bit)' --source | grep ^postgresql
Releng issue https://pagure.io/releng/issue/10945 was resolved.
Yes indeed, but the modules are still in the rawhide repo.
The Rawhide modular repo has had no packages at all since branching. The reproducer is now: $ repoquery --refresh --releasever=37 --setopt=*.module_hotfixes=yes --repo=fedora-modular --whatrequires 'python(abi) = 3.10' --whatrequires 'libpython3.10.so.1.0()(64bit)' ... postgresql-contrib-0:10.20-1.module_f37+14079+af0f42b7.x86_64 postgresql-contrib-0:11.15-2.module_f37+13951+773d6d5c.x86_64 postgresql-plpython3-0:10.20-1.module_f37+14079+af0f42b7.x86_64 postgresql-plpython3-0:11.15-2.module_f37+13951+773d6d5c.x86_64 postgresql-upgrade-0:10.20-1.module_f37+14079+af0f42b7.x86_64 postgresql-upgrade-0:11.15-2.module_f37+13951+773d6d5c.x86_64 ...
BTW I don't think https://pagure.io/releng/issue/10945 was enough to get the modules removed from F37, you probably need to request that explicitly. But I have no idea how any of this works (it's too complex for me).
I have the same opinion, I will create another issue.
Looks like the 10 stream got removed or fixed: $ repoquery --refresh --releasever=37 --setopt=*.module_hotfixes=yes --repo=fedora-modular --whatrequires 'python(abi) = 3.10' --whatrequires 'libpython3.10.so.1.0()(64bit)' ... postgresql-contrib-0:11.15-2.module_f37+13951+773d6d5c.x86_64 postgresql-plpython3-0:11.15-2.module_f37+13951+773d6d5c.x86_64 postgresql-upgrade-0:11.15-2.module_f37+13951+773d6d5c.x86_64 ...
Still the same. I'll reopen https://pagure.io/releng/issue/10971
All good now, thank you.