Package: python-pam / 0.4.2-16

Metadata

Package Version Patches format
python-pam 0.4.2-16 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
python3 port.patch | (download)

PAMmodule.c | 54 41 + 13 - 0 !
1 file changed, 41 insertions(+), 13 deletions(-)

 python3 port


rename mod.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 rename mod


python3.11 ftbfs.patch | (download)

PAMmodule.c | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

 fix ftbfs with python 3.11
 Since Py_TYPE() is changed to a inline static function, Py_TYPE(obj) =
 new_type must be replaced with Py_SET_TYPE(obj, new_type). See
 https://docs.python.org/3/whatsnew/3.11.html
pamtest python3 port.patch | (download)

examples/pamtest.py | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 port pamtest.py to python 3
pamtest fix constants.patch | (download)

examples/pamtest.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix constant names in pamtest.py