1
0

4 Commits

Author SHA256 Message Date
cff0c7c264 Accepting request 1240631 from graphics
OBS-URL: https://build.opensuse.org/request/show/1240631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=10
2025-01-28 13:58:54 +00:00
f2bfe2f166 Accepting request 1240164 from home:DocB:Orthanc
version update

OBS-URL: https://build.opensuse.org/request/show/1240164
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=17
2025-01-27 19:27:03 +00:00
b289fa74c7 Accepting request 1186932 from graphics
OBS-URL: https://build.opensuse.org/request/show/1186932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=9
2024-07-12 15:04:40 +00:00
95ccee060d Accepting request 1186214 from home:DocB:Orthanc
- 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

OBS-URL: https://build.opensuse.org/request/show/1186214
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=15
2024-07-11 18:39:23 +00:00
4 changed files with 26 additions and 6 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0df1ba5082b0dab558b70ec9447c5954cb7d9b568bcb9e4a7a4d1b86fb103f6
size 253949

View File

@@ -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>

View File

@@ -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