Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7827d4c038 | |||
| 11f23f457c |
3
OrthancPython-4.3.tar.gz
Normal file
3
OrthancPython-4.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3dcb1d5a119f3d6be6409d9e8da6318e86e8d00cd1e0eadc0c0984b1b2ee85bd
|
||||
size 242752
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df91df7ba86519e8dabbe100a38258f8b775cab0bd35109c35090749dadd29b4
|
||||
size 431591
|
||||
@@ -1,47 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package orthanc-python
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2020-2025 Dr. Axel Braun
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2020-2024 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: 7.0
|
||||
Version: 4.3
|
||||
Release: 0
|
||||
Summary: Python plugin for Orthanc
|
||||
License: AGPL-3.0-or-later
|
||||
@@ -40,16 +40,13 @@ BuildRequires: libboost_filesystem-devel >= 1.66
|
||||
BuildRequires: libboost_iostreams-devel >= 1.66
|
||||
BuildRequires: libboost_locale-devel >= 1.66
|
||||
BuildRequires: libboost_regex-devel >= 1.66
|
||||
%if 0%{?suse_version} <= 1600
|
||||
BuildRequires: libboost_system-devel >= 1.66
|
||||
%endif
|
||||
BuildRequires: libboost_thread-devel >= 1.66
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: orthanc-devel >= 1.10
|
||||
BuildRequires: orthanc-source
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-pystache
|
||||
BuildRequires: unzip
|
||||
BuildRequires: pkgconfig(python3)
|
||||
Requires: orthanc
|
||||
@@ -98,8 +95,6 @@ rm %{buildroot}%{_libdir}/share/orthanc/plugins/*.so
|
||||
|
||||
cp %{SOURCE11} %{buildroot}%{_docdir}/orthanc/.
|
||||
|
||||
## rm %{buildroot}/usr/orthanc.pyi
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user