Bug 2376913

Summary: please build python-scramp for EPEL10
Product: [Fedora] Fedora EPEL Reporter: Phil <beaaegicfqmq6rykaqaakty3lqcg6btv>
Component: python-scrampAssignee: Fabian Affolter <mail>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel10CC: mail
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Phil 2025-07-07 18:02:55 UTC
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!

Comment 1 Fedora Admin user for bugzilla script actions 2025-07-08 01:29:49 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 2 Fabian Affolter 2025-07-09 22:04:31 UTC
No matching package to install: 'python3dist(versioningit)'

Comment 3 Fedora Admin user for bugzilla script actions 2025-07-10 01:05:35 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 4 Phil 2025-09-11 11:32:08 UTC
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
```