Package: oz / 0.17.0-6

Metadata

Package Version Patches format
oz 0.17.0-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 ozutil collections collections.abc.patch | (download)

oz/ozutil.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 ozutil: collections -> collections.abc

For python 3.10, some items formerly from collections must now be
obtained from collections.abc.  This should be backwards compatible.
https://docs.python.org/3.5/library/collections.abc.html#collections.abc.Callable

0002 Replace M2Crypto with cryptography.patch | (download)

oz/Guest.py | 35 15 + 20 - 0 !
requirements.txt | 2 1 + 1 - 0 !
2 files changed, 16 insertions(+), 21 deletions(-)

 replace m2crypto with cryptography


python3.12.patch | (download)

oz/RedHat.py | 4 2 + 2 - 0 !
oz/ozutil.py | 4 2 + 2 - 0 !
tests/factory/test_factory.py | 4 2 + 2 - 0 !
tests/guest/test_guest.py | 8 4 + 4 - 0 !
4 files changed, 10 insertions(+), 10 deletions(-)

 replace safeconfigparser deprecated in python3.12
Bug-Debian: https://bugs.debian.org/1061815