Loading CHANGES.txt +6 −3 Original line number Diff line number Diff line Changes ================== 0.9 (unreleased) ---------------- 0.8.1 (2025-05-28) ------------------ Bugfixes: - Nothing changed yet. * Fix crash on Windows for Python >= 3.12, caused by distutils module been removed from Python 3.12. 0.8 (2025-05-28) Loading README.rst +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ Python-Interface to the Ghostscript C-API --------------------------------------------------------------------- :Author: Hartmut Goebel <h.goebel@crazy-compiler.com> :Version: 0.9.dev0 :Version: 0.8.1 :License: GNU General Public License v3 or later (GPLv3+) :Homepage: https://gitlab.com/pdftools/python-ghostscript Loading ghostscript/_gsprint.py +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ ghostscript._gsprint - A low-lewel interface to the Ghostscript C-API using ctyp __author__ = "Hartmut Goebel <h.goebel@crazy-compilers.com>" __copyright__ = "Copyright 2010-2023 by Hartmut Goebel <h.goebel@crazy-compilers.com>" __licence__ = "GNU General Public License version 3 (GPL v3)" __version__ = "0.9.dev0" __version__ = "0.8.1" from ctypes import * import sys Loading Loading
CHANGES.txt +6 −3 Original line number Diff line number Diff line Changes ================== 0.9 (unreleased) ---------------- 0.8.1 (2025-05-28) ------------------ Bugfixes: - Nothing changed yet. * Fix crash on Windows for Python >= 3.12, caused by distutils module been removed from Python 3.12. 0.8 (2025-05-28) Loading
README.rst +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ Python-Interface to the Ghostscript C-API --------------------------------------------------------------------- :Author: Hartmut Goebel <h.goebel@crazy-compiler.com> :Version: 0.9.dev0 :Version: 0.8.1 :License: GNU General Public License v3 or later (GPLv3+) :Homepage: https://gitlab.com/pdftools/python-ghostscript Loading
ghostscript/_gsprint.py +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ ghostscript._gsprint - A low-lewel interface to the Ghostscript C-API using ctyp __author__ = "Hartmut Goebel <h.goebel@crazy-compilers.com>" __copyright__ = "Copyright 2010-2023 by Hartmut Goebel <h.goebel@crazy-compilers.com>" __licence__ = "GNU General Public License version 3 (GPL v3)" __version__ = "0.9.dev0" __version__ = "0.8.1" from ctypes import * import sys Loading