1
0

Accepting request 1039905 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1039905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pydicom?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2022-12-04 13:58:49 +00:00 committed by Git OBS Bridge
commit fe328545e3
4 changed files with 12 additions and 6 deletions

View File

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

3
pydicom-2.3.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 3 20:04:13 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.3.1:
* Small fix to make 2.3.X compatible with Python 3.11.
-------------------------------------------------------------------
Mon Oct 10 07:20:51 UTC 2022 - John Vandenberg <jayvdb@gmail.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-pydicom
Version: 2.3.0
Version: 2.3.1
Release: 0
Summary: Pure python package for DICOM medical file reading and writing
License: MIT
@ -41,8 +41,8 @@ BuildArch: noarch
Obsoletes: %{oldpython}-dicom < %{version}
Provides: %{oldpython}-dicom = %{version}
%endif
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(post): update-alternatives
Requires(postun):update-alternatives
%python_subpackages
%description