On 18. 06. 23 15:17, Barry Scott wrote:
On 17 Jun 2023, at 10:50, Miro Hrončok mhroncok@redhat.com wrote:
Please avoid further rawhide builds of them until the side tag is merged.
I have been fixing pycxx and pysvn for python 3.12. I have released new pycxx and pysvn upstream that fix the 3.12 issues.
But I did not see your message about not building in rawhide, sorry.
python-pycxx was buildt in rawhide. I have not built pysvn in rawhide.
For both packages I have pushed updates to sources and spec file that are needed for 3.12 support.
For pycxx need to have conditional access to _Py_PackageContext and replace use of distutils.
For pysvn fix a SEGV when the process exits.
I'v attempted to rebuild python-pycxx:
Traceback (most recent call last): File "/builddir/build/BUILD/pycxx-7.1.8/setup.py", line 3, in <module> from distutils.command.install import install ModuleNotFoundError: No module named 'distutils'
The distutils module eas removed from the Python standard library. You should be able to fix this by BuildRequiring python3-setuptools.
Cannot build pysvn yet, as it is blocked by the above.
python-devel@lists.fedoraproject.org