Looks good. Thanks for the update. I tested:
This update has been unpushed.
A dependency is missing:
>>> from pymodbus.client import ModbusSerialClient,
File "<stdin>", line 1
from pymodbus.client import ModbusSerialClient,
^
SyntaxError: trailing comma not allowed without surrounding parentheses
>>> from pymodbus.client import ModbusSerialClient
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.11/site-packages/pymodbus/client/__init__.py", line 5, in <module>
from pymodbus.client.serial import AsyncModbusSerialClient, ModbusSerialClient
File "/usr/lib/python3.11/site-packages/pymodbus/client/serial.py", line 7, in <module>
from serial_asyncio import create_serial_connection
ModuleNotFoundError: No module named 'serial_asyncio'
>>>
This update has been unpushed.
After installing this version, python3-rsa can be updated correctly. I tested successfully a few awscli commands, too.
The update works and is functional. It looks like that the previous release awscli-1.19.100 in F34 already had the relaxed version version requirements in place. This update works fine, but strictly speaking it could be omitted.
After it is installed, the update of python3-rsa is now possible (BZ#2016386). Thanks for the update!
Works fine, no obvious problems found.
Works fine, no obvious problems found.
Seems to work. I tested it especially to get the bug fix for https://bugzilla.redhat.com/show_bug.cgi?id=1852564 (which is fixed by this update). Please add this bug# to the "Bugs" section of this update, too.
Thanks for the quick response. The update works and the graph issue is fixed.
The update solves the dependency bug. No problems detected in the depending anki package.
The update of "python-qt5" does not include the sub-package "python3-qt5-webengine" any more and is causing trouble for other packages requiring it and so also update problems on these systems. See also comment of "bluepencil" above.
Bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1727444
Unfortunately, this update includes a soname change (from libclamav.so.7 to libclamav.so.9). This library is linked by cyrus-imapd-utils. If that package is installed, the update to the latest clamav-lib package fails:
FlightGear can be installed with the latest set of Qt5 packages and it works in general. However, this version seems to have quite a few bugs, even with default settings. E.g. tutorials don't work properly, because the scenery is not loaded or in the default scenery there are some graphical glitches like buildings are flying in the open air... I didn't had the time to downgrade FlightGear and Qt5 to the previous versions to check whether these are regressions.
Connections to Windows 2012 Server work again. Thanks.
This update has been unpushed.