From 20dccd9cfd72e959dcf06f3589e9c72e603cd715e1cfc67b2e34402c01cd9d0c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 3 Dec 2022 22:35:06 +0000 Subject: [PATCH] Accepting request 1039867 from home:yarunachalam:branches:devel:languages:python - Update to version 2.3.1: * Small fix to make 2.3.X compatible with Python 3.11. OBS-URL: https://build.opensuse.org/request/show/1039867 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydicom?expand=0&rev=25 --- pydicom-2.3.0.tar.gz | 3 --- pydicom-2.3.1.tar.gz | 3 +++ python-pydicom.changes | 6 ++++++ python-pydicom.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 pydicom-2.3.0.tar.gz create mode 100644 pydicom-2.3.1.tar.gz diff --git a/pydicom-2.3.0.tar.gz b/pydicom-2.3.0.tar.gz deleted file mode 100644 index 4c959f0..0000000 --- a/pydicom-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbfa081c9ad9ac8ff8a8efbd71784104db9eecf02fd775f7d7773f2183f89386 -size 2164552 diff --git a/pydicom-2.3.1.tar.gz b/pydicom-2.3.1.tar.gz new file mode 100644 index 0000000..4b9a8ea --- /dev/null +++ b/pydicom-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655db29c21cb333a4f9dfffdeaa80995b1d3b89e98b66a16f5cc886e5b338028 +size 2164956 diff --git a/python-pydicom.changes b/python-pydicom.changes index 51cc347..08f4204 100644 --- a/python-pydicom.changes +++ b/python-pydicom.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 3 20:04:13 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-pydicom.spec b/python-pydicom.spec index c18fd3d..c66d138 100644 --- a/python-pydicom.spec +++ b/python-pydicom.spec @@ -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