Package: pypng / 0.0.20+ds-3

Metadata

Package Version Patches format
pypng 0.0.20+ds-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no scripts.patch | (download)

setup.py | 20 10 + 10 - 0 !
1 file changed, 10 insertions(+), 10 deletions(-)

 do not install executables
py39.patch | (download)

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

 compatibility with python 3.9
 Python 3.9 removed the deprecated array.tostring method.
 Replacing it with array.tobytes.