forked from pool/orthanc-python
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| cff0c7c264 | |||
| f2bfe2f166 | |||
| b289fa74c7 | |||
| 95ccee060d |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20715d5e42aa83ab387e69a437dd2f32a82d908f75d6ac5a24c74f1dbea50a74
|
||||
size 173114
|
||||
3
OrthancPython-5.0.tar.gz
Normal file
3
OrthancPython-5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0df1ba5082b0dab558b70ec9447c5954cb7d9b568bcb9e4a7a4d1b86fb103f6
|
||||
size 253949
|
||||
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 24 11:32:41 UTC 2025 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- version 5.0
|
||||
* Minimum SDK version: 1.12.6
|
||||
* Added "orthanc.RestOutput.StartStreamAnswer()" and "orthanc.RestOutput.SendStreamChunk()"
|
||||
* In "orthanc.pyi", enumerations are not tagged as deriving from "enum.Enum" anymore:
|
||||
https://github.com/orthanc-server/orthanc-builder/issues/21
|
||||
* Docker-based builder scripts for Debian 12 (bookworm)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 14:30:52 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- version 4.3
|
||||
* Created Python documentation for the Orthanc interface, check out "orthanc.pyi"
|
||||
* Added option "AllowThreads" to release the GIL during the call to the native SDK functions
|
||||
* Code model is now generated by the "orthanc-java" project
|
||||
* Added Windows builder for Python 3.12
|
||||
* Licensing information is now compliant with the FSFE REUSE specification
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 07:02:28 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package orthanc-python
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2020-2024 Dr. Axel Braun
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2020-2025 Dr. Axel Braun
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: orthanc-python
|
||||
Version: 4.2
|
||||
Version: 5.0
|
||||
Release: 0
|
||||
Summary: Python plugin for Orthanc
|
||||
License: AGPL-3.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user