ctc-oss / fapolicy-analyzer

Tools to assist with the configuration and management of fapolicyd.
https://ctc-oss.github.io/fapolicy-analyzer
GNU General Public License v3.0
12 stars 5 forks source link

Rawhide updated pyo3 to 0.16 #745

Closed jw3 closed 1 year ago

jw3 commented 1 year ago

Breaks builds everywhere, Investigate bumping it.

There is one deprecation to deal with on the abi3-py36 feature.

This was originally confusing because koji was failing, showing the 0.16 package, but spot checks on package mirrors did not show the updated. There was also nothing on the mailing list about the bump. After a couple days it showed up in the mirrors.

Checking the repo is most timely way to see whats going on: https://src.fedoraproject.org/rpms/rust-pyo3/commits/rawhide


From https://bugzilla.redhat.com/show_bug.cgi?id=2061101#c12

I need to prepare compat packages for 0.15 either way

Looks like there will be 0.15 packages available soon, so we can weigh the benefits of bumping or waiting.

jw3 commented 1 year ago
jw3 commented 1 year ago

error: the configured Python interpreter version (3.6) is lower than PyO3's minimum supported version (3.7)

Well that settles it then