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