forked from pool/python-pyorthanc
Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
abe375bd31 |
@@ -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
BIN
pyorthanc-1.22.1.tar.gz
LFS
Normal file
Binary file not shown.
@@ -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>
|
Wed May 7 14:16:21 UTC 2025 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
# 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
|
||||||
@@ -14,28 +14,39 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# 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}
|
%{?sle15_python_module_pythons}
|
||||||
|
|
||||||
%define modname pyorthanc
|
%define modname pyorthanc
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 1.20.0
|
Version: 1.22.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A comprehensive Python client for Orthanc
|
Summary: A comprehensive Python client for Orthanc
|
||||||
License: MIT
|
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
|
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 devel}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module poetry-core}
|
BuildRequires: %{python_module poetry-core}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python-pydicom
|
Requires: python-httpx
|
||||||
Requires: python-httpx
|
Requires: python-pydicom
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user