Mercurial > hg > orthanc-tests
changeset 764:847b3c6b360b Orthanc-1.12.5
updated CITATION.cff
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 17 Dec 2024 18:11:44 +0100 |
parents | 374dbe6651d4 |
children | 40e03b7d2275 |
files | CITATION.cff Tests/CheckZipStreams.py |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CITATION.cff Tue Dec 17 15:37:07 2024 +0100 +++ b/CITATION.cff Tue Dec 17 18:11:44 2024 +0100 @@ -10,5 +10,5 @@ doi: "10.1007/s10278-018-0082-y" license: "GPL-3.0-or-later" repository-code: "https://orthanc.uclouvain.be/hg/orthanc/" -version: 1.12.4 -date-released: 2024-06-05 +version: 1.12.5 +date-released: 2024-12-17
--- a/Tests/CheckZipStreams.py Tue Dec 17 15:37:07 2024 +0100 +++ b/Tests/CheckZipStreams.py Tue Dec 17 18:11:44 2024 +0100 @@ -128,6 +128,8 @@ Assert(streaming == True or streaming == None) try: + if (sys.version_info >= (3, 0)): + z = bytearray(z, 'utf-8') Toolbox.ParseArchive(z) print('error, got valid archive') queue.put(False) # The archive is not corrupted as expected