WIP: Try upgrading to Python 3.12 #197
Reference in New Issue
Block a user
Delete Branch "mchiappero:python_updates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Align with upstream, using python 3.12 instead of 3.11 and dropped inotify-tools in favour of python3-pyinotify. This would reduce the number of patches to apply to keep the repository in sync with upstream.
a2884b4c79to3398fcadfe3398fcadfeto9b69804ba7@@ -25,3 +25,3 @@#!ArchExclusiveLine: aarch64RUN if [ "$(uname -m)" = "aarch64" ];then \zypper --installroot /installroot --non-interactive install --no-recommends python311-devel python311 python311-pip python-dracclient python311-sushy-oem-idrac python311-proliantutils python311-sushy python3-ironicclient git curl sles-release tar gzip vim gawk dnsmasq dosfstools apache2 apache2-mod_wsgi inotify-tools ipcalc ipmitool iproute2 procps qemu-tools sqlite3 util-linux xorriso tftp ipxe-bootimgs python311-sushy-tools crudini openstack-ironic openstack-ironic-inspector-api; \zypper --installroot /installroot --non-interactive install --no-recommends python311-devel python311 python311-pip python-dracclient python311-sushy-oem-idrac python311-proliantutils python311-sushy python3-ironicclient python3-pyinotify git curl sles-release tar gzip vim gawk dnsmasq dosfstools apache2 apache2-mod_wsgi inotify-tools ipcalc ipmitool iproute2 procps qemu-tools sqlite3 util-linux xorriso tftp ipxe-bootimgs python311-sushy-tools crudini openstack-ironic openstack-ironic-inspector-api; \this would have to be python311-pyinotify
Thanks, will change it. I'm a bit confused by the fact that in Basesystem we have python3-pyinotify-0.9.6-4.5.1 while python311-pyinotify-0.9.6-150400.13.3.1 in module Python.
Pull request closed