Packages changed: python-qt5 (5.15.6 -> 5.15.7) python-rsa (4.7.2 -> 4.8) === Details === ==== python-qt5 ==== Version update (5.15.6 -> 5.15.7) - Update to 5.15.7 * Refactored the draw methods of QPainter to accept sip.array objects of appropriate types. Such arrays, once initialised, can be used very efficiently as they do not require repeated conversion from the usual Python collection types. * Added the missing QBluetoothUuid constructors. * PyQt5-sip v12.11 is now required to enable support for sip.array. * Bug fixes. - PyQt5-sip 12.11 does not support Python 3.6: No build for SLE or Leap 15.x anymore! ==== python-rsa ==== Version update (4.7.2 -> 4.8) - update to 4.8: - Switch to [Poetry](https://python-poetry.org/) for dependency and release management. - Compatibility with Python 3.10. - Chain exceptions using `raise new_exception from old_exception` - Added marker file for PEP 561. This will allow type checking tools in dependent projects - Use the Chinese Remainder Theorem when decrypting with a private key. This makes decryption 2-4x faster