1
0

12 Commits

Author SHA256 Message Date
b58d74fb7c Accepting request 1321154 from graphics
OBS-URL: https://build.opensuse.org/request/show/1321154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=14
2025-12-05 15:56:15 +00:00
9cb3e3fc69 - version 7.0
* The "orthanc.pyi" stub is now excluded from the "install" step during the build
  * Wrapped new SCP callbacks:
    - RegisterFindCallback2()
    - RegisterMoveCallback3()
    - RegisterWorklistCallback2()
    - RegisterStorageCommitmentScpCallback2()
  * Wrapped new Queues methods:
    - ReserveQueueValue()
    - AcknowledgeQueueValue()

OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=25
2025-12-04 12:37:50 +00:00
4388265f4f Accepting request 1304031 from graphics
preparation for boost 1.89 (forwarded request 1303613 from DocB)

OBS-URL: https://build.opensuse.org/request/show/1304031
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=13
2025-09-11 12:41:44 +00:00
d8d5a062a1 preparation for boost 1.89
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=23
2025-09-11 08:34:10 +00:00
462873c54d Accepting request 1302009 from graphics
- remove /usr/orthanc.pyi - unneeded

OBS-URL: https://build.opensuse.org/request/show/1302009
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=12
2025-09-01 15:17:37 +00:00
72acc1a1dd version update
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=21
2025-08-28 04:57:06 +00:00
9deec24674 Accepting request 1300261 from graphics
version update (forwarded request 1300101 from DocB)

OBS-URL: https://build.opensuse.org/request/show/1300261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=11
2025-08-19 14:47:42 +00:00
c33b2ed1f7 version update
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=19
2025-08-19 10:21:03 +00:00
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 65 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-7.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,57 @@
-------------------------------------------------------------------
Thu Dec 4 12:33:42 UTC 2025 - Axel Braun <axel.braun@gmx.de>
- version 7.0
* The "orthanc.pyi" stub is now excluded from the "install" step during the build
* Wrapped new SCP callbacks:
- RegisterFindCallback2()
- RegisterMoveCallback3()
- RegisterWorklistCallback2()
- RegisterStorageCommitmentScpCallback2()
* Wrapped new Queues methods:
- ReserveQueueValue()
- AcknowledgeQueueValue()
-------------------------------------------------------------------
Wed Sep 10 09:31:41 UTC 2025 - Axel Braun <axel.braun@gmx.de>
- remove libboost_system-devel for TW (removed in boost 1.89)
-------------------------------------------------------------------
Tue Aug 26 08:07:40 UTC 2025 - Axel Braun <axel.braun@gmx.de>
- remove /usr/orthanc.pyi - unneeded
-------------------------------------------------------------------
Mon Aug 18 14:37:28 UTC 2025 - Axel Braun <axel.braun@gmx.de>
- version 6.0
* The auto-generation of the Python wrapper is now part of the build,
to exploit the ORTHANC_PLUGIN_SINCE_SDK macro. This provides backward
compatibility with the SDK that is actually installed on the system
* Added Windows builder for Python 3.13
* Added Docker-based builder scripts for Debian 13 (trixie)
-------------------------------------------------------------------
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> 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 # spec file for package orthanc-python
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2020-2024 Dr. Axel Braun # Copyright (c) 2020-2025 Dr. Axel Braun
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: orthanc-python Name: orthanc-python
Version: 4.2 Version: 7.0
Release: 0 Release: 0
Summary: Python plugin for Orthanc Summary: Python plugin for Orthanc
License: AGPL-3.0-or-later License: AGPL-3.0-or-later
@@ -40,13 +40,16 @@ BuildRequires: libboost_filesystem-devel >= 1.66
BuildRequires: libboost_iostreams-devel >= 1.66 BuildRequires: libboost_iostreams-devel >= 1.66
BuildRequires: libboost_locale-devel >= 1.66 BuildRequires: libboost_locale-devel >= 1.66
BuildRequires: libboost_regex-devel >= 1.66 BuildRequires: libboost_regex-devel >= 1.66
%if 0%{?suse_version} <= 1600
BuildRequires: libboost_system-devel >= 1.66 BuildRequires: libboost_system-devel >= 1.66
%endif
BuildRequires: libboost_thread-devel >= 1.66 BuildRequires: libboost_thread-devel >= 1.66
BuildRequires: libuuid-devel BuildRequires: libuuid-devel
BuildRequires: orthanc-devel >= 1.10 BuildRequires: orthanc-devel >= 1.10
BuildRequires: orthanc-source BuildRequires: orthanc-source
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-pystache
BuildRequires: unzip BuildRequires: unzip
BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(python3)
Requires: orthanc Requires: orthanc
@@ -95,6 +98,8 @@ rm %{buildroot}%{_libdir}/share/orthanc/plugins/*.so
cp %{SOURCE11} %{buildroot}%{_docdir}/orthanc/. cp %{SOURCE11} %{buildroot}%{_docdir}/orthanc/.
## rm %{buildroot}/usr/orthanc.pyi
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig