spacewalk-backend-sql-postgresql requires python3-psycopg2 >= 2.8.4
Hello, spacewalk-backend-sql-postgresql requires python3-psycopg2 >= 2.8.4. I assume there is a reason for the minimum version requirement? Ideally, I would like spacewalk-backend-sql-postgresql to be able to use 2.7.5. Do you have a direction on the possible implications of reducing the version requirements? Thank you and best wishes, Stefan
Hi Am Mittwoch, 22. September 2021, 10:08:07 CEST schrieb Stefan Bluhm:
Hello,
spacewalk-backend-sql-postgresql requires python3-psycopg2 >= 2.8.4.
I assume there is a reason for the minimum version requirement? Ideally, I would like spacewalk-backend-sql-postgresql to be able to use 2.7.5.
Do you have a direction on the possible implications of reducing the version requirements?
No, not possible. $> git blame spacewalk-backend.spec show 0d702cd75cd1 (...) Requires: python3-psycopg2 >= 2.8.4 $> git show 0d702cd75cd1 backend: require newer psycopg2 Requirement comes from the new fetch_result parameter added to execute_values: https://github.com/psycopg/psycopg2/commit/9a8d7d5a6ad5f24e1cbc529e98dd61ad9... I remember that reposync make heavy use of the new paramater. -- Regards Michael Calmer -------------------------------------------------------------------------- Michael Calmer SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, D-90409 Nuernberg T: +49 (0) 911 74053 0 F: +49 (0) 911 74053575 - e-mail: Michael.Calmer@suse.com -------------------------------------------------------------------------- SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer (HRB 36809, AG Nürnberg)
participants (2)
-
Michael Calmer
-
Stefan Bluhm