From abe375bd314d4067d4236e13587d5bd67c2746307c8fa4c57d63c5576c826f09 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Mon, 9 Feb 2026 18:51:55 +0100 Subject: [PATCH] update --- pyorthanc-1.20.0.tar.gz | 3 --- pyorthanc-1.22.1.tar.gz | 3 +++ python-pyorthanc.changes | 6 ++++++ python-pyorthanc.spec | 29 ++++++++++++++++++++--------- 4 files changed, 29 insertions(+), 12 deletions(-) delete mode 100644 pyorthanc-1.20.0.tar.gz create mode 100644 pyorthanc-1.22.1.tar.gz diff --git a/pyorthanc-1.20.0.tar.gz b/pyorthanc-1.20.0.tar.gz deleted file mode 100644 index a9b45d1..0000000 --- a/pyorthanc-1.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:041e310bddc04e02ba4956def9d0f4a3cb94f3b9eefed046f2189ecf0df5548e -size 109823 diff --git a/pyorthanc-1.22.1.tar.gz b/pyorthanc-1.22.1.tar.gz new file mode 100644 index 0000000..41f6819 --- /dev/null +++ b/pyorthanc-1.22.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b9a8e7f9a78f36cd2ca5e13f734b99ede5f94deb27ed0ab04fda0a55a5cc68 +size 110222 diff --git a/python-pyorthanc.changes b/python-pyorthanc.changes index 64297ea..2781d27 100644 --- a/python-pyorthanc.changes +++ b/python-pyorthanc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 3 16:13:18 UTC 2025 - Axel Braun + +- version 1.22.1 + * no changelog provided + ------------------------------------------------------------------- Wed May 7 14:16:21 UTC 2025 - Axel Braun diff --git a/python-pyorthanc.spec b/python-pyorthanc.spec index 531294f..a8e3429 100644 --- a/python-pyorthanc.spec +++ b/python-pyorthanc.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-pyorthanc # -# Copyright (c) 2025 Dr. Axel Braun +# 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 +# +# 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 -- 2.51.1