Description of problem: I need python-scramp to build python-pg8000 which I is required by bareos' postgresql plugin. Please build it for EPEL10. Oh, and it would be nice to provide a quite recent version, like 1.4.6. Thanks!
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.
No matching package to install: 'python3dist(versioningit)'
Hi. imho python3dist(versioningit) is not really need, as we know about the version we want to build. Why not simply add this in %pre? ``` sed -i \ -e 's/, "versioningit"//' \ -e '/^\[project\]$/aversion = "${version}"' \ pyproject.toml ```