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
This commit is contained in:
2025-08-19 14:47:42 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 5 deletions

View File

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

3
OrthancPython-6.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package orthanc-python
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2020-2025 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
Name: orthanc-python
Version: 5.0
Version: 6.0
Release: 0
Summary: Python plugin for Orthanc
License: AGPL-3.0-or-later
@@ -47,6 +47,7 @@ BuildRequires: orthanc-devel >= 1.10
BuildRequires: orthanc-source
BuildRequires: pkgconfig
BuildRequires: python3-devel
BuildRequires: python3-pystache
BuildRequires: unzip
BuildRequires: pkgconfig(python3)
Requires: orthanc
@@ -109,5 +110,6 @@ cp %{SOURCE11} %{buildroot}%{_docdir}/orthanc/.
%dir %{_datadir}/orthanc
%dir %{_datadir}/orthanc/plugins
%{_datadir}/orthanc/plugins/*.so*
/usr/orthanc.pyi
%changelog