Description of problem: Please add python3-apsw to EPEL 10.1 and 10.0. This is a buildrequirement for me to build python-peewee as requested in bug 2358853. Additional info: I tried modifying the spec file in the rawhide branch to build for EPEL 10. CentOS/RHEL 10 has the same version of sqlite as Fedora 41, so I changed the OS conditionals like so: -%if 0%{?fedora} == 41 +%if %[ %{?fedora} == 41 || %{?rhel} == 10 ] -%if 0%{?rhel} >= 9 +%if %[ %{?rhel} == 9 ] However, the corresponding version of the software doesn't seem to create /usr/bin/apsw, so the build fails. That line in %files isn't conditionalized to match. Instead, I was able to get a working build by starting with the spec file in the f41 branch. If you request the epel10 branch, I can send a pull request to fastforward to the f41 commits and do one more commit on top for the OS condition adjustments. Once it's built in epel10 (which currently publishes to EPEL 10.1), I'd also like to get an epel10.0 branch (which publishes to EPEL 10.0), but first let's get the epel10 branch working.
Will you be able to build this for EPEL 10? Feel free to add me as a co-maintainer if you don't have time. https://src.fedoraproject.org/rpms/python-apsw/adduser
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.
FEDORA-EPEL-2025-bd4cd66ac6 (python-apsw-3.46.1.0-4.el10_1 and python-peewee-3.18.1-1.el10_1) has been submitted as an update to Fedora EPEL 10.1. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-bd4cd66ac6
FEDORA-EPEL-2025-ae32949b29 (python-apsw-3.46.1.0-4.el10_0 and python-peewee-3.18.1-1.el10_0) has been submitted as an update to Fedora EPEL 10.0. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-ae32949b29
FEDORA-EPEL-2025-bd4cd66ac6 has been pushed to the Fedora EPEL 10.1 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-bd4cd66ac6 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2025-ae32949b29 has been pushed to the Fedora EPEL 10.0 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-ae32949b29 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
Requested to change the package ownership https://pagure.io/releng/issue/12719
FEDORA-EPEL-2025-bd4cd66ac6 (python-apsw-3.46.1.0-4.el10_1 and python-peewee-3.18.1-1.el10_1) has been pushed to the Fedora EPEL 10.1 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-EPEL-2025-ae32949b29 (python-apsw-3.46.1.0-4.el10_0 and python-peewee-3.18.1-1.el10_0) has been pushed to the Fedora EPEL 10.0 stable repository. If problem still persists, please make note of it in this bug report.