17
0

1 Commits

Author SHA256 Message Date
Axel Braun
abe375bd31 update 2026-02-09 18:51:55 +01:00
4 changed files with 29 additions and 12 deletions

View File

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

BIN
pyorthanc-1.22.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 3 16:13:18 UTC 2025 - Axel Braun <axel.braun@gmx.de>
- version 1.22.1
* no changelog provided
-------------------------------------------------------------------
Wed May 7 14:16:21 UTC 2025 - Axel Braun <axel.braun@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-pyorthanc
#
# Copyright (c) 2025 Dr. Axel Braun <DocB@opensuse.org>
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -14,28 +14,39 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
# Copyright (c) 2025 Dr. Axel Braun <DocB@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
%{?sle15_python_module_pythons}
%define modname pyorthanc
Name: python-%{modname}
Version: 1.20.0
Version: 1.22.1
Release: 0
Summary: A comprehensive Python client for Orthanc
License: MIT
URL: https://https://github.com/gacou54/pyorthanc
URL: https://github.com/gacou54/pyorthanc
Source0: https://files.pythonhosted.org/packages/source/p/pyorthanc/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
Requires: python-pydicom
Requires: python-httpx
Requires: python-httpx
Requires: python-pydicom
%python_subpackages