diff --git a/pydicom-2.4.4.tar.gz b/pydicom-2.4.4.tar.gz deleted file mode 100644 index 0ee17fbe34bc31c1c33a6056cdd237eab44f0db7..0000000000000000000000000000000000000000 Binary files a/pydicom-2.4.4.tar.gz and /dev/null differ diff --git a/pydicom-3.0.1.tar.gz b/pydicom-3.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ba90f71ef6b87e74bd86a708cd82d5051aa3deaf Binary files /dev/null and b/pydicom-3.0.1.tar.gz differ diff --git a/python-pydicom.spec b/python-pydicom.spec index 08f833013d5717e2b69a5a1489e2e5bafe8d021b..65ff2ee03c06bfa5f015ce11f02661e6fc78728c 100644 --- a/python-pydicom.spec +++ b/python-pydicom.spec @@ -5,12 +5,12 @@ inspecting and modifying DICOM data in an easy "pythonic" way. The\ modifications can be written again to a new file. Name: python-pydicom -Version: 2.4.4 +Version: 3.0.1 Release: 1 Summary: A pure Python package for reading and writing DICOM data License: MIT URL: https://github.com/pydicom/pydicom -Source0: https://files.pythonhosted.org/packages/25/98/0b530df4b0129f5651a006534168769a507e50c92657a22fb3e26bd2b0cf/pydicom-2.4.4.tar.gz +Source0: https://files.pythonhosted.org/packages/d7/6f/55ea163b344c91df2e03c007bebf94781f0817656e2c037d7c5bf86c3bfc/pydicom-3.0.1.tar.gz BuildArch: noarch %description @@ -21,6 +21,8 @@ Summary: A pure Python package for reading and writing DICOM data Provides: python-pydicom = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-wheel %description -n python3-pydicom %_description @@ -34,10 +36,10 @@ Provides: python3-pydicom-doc %autosetup -n pydicom-%{version} %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -74,6 +76,18 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Oct 25 2025 zhangyulong - 3.0.1-1 +- Update package to version 3.0.1 + -Fix cannot import pydicom after update to 3.0.1 housekeeping + -Fix LUTDescriptor tag with no value results in TypeError during deepcopy + -Fix save_as() adds depricated "group length tags" to file question + -BitsStored attribute to decode bug pixel-data + -Fix Incorrect length validation for multiframe + -Fix DCM not converted with pydicom 3 pixel-data question + -Fix Pydicom 3.0 and "No module named 'openjpeg' nor 'jpeg_ls'" error bug + -Fix colors of dicom converted to png not correct + -Updates needed for compatibility with numpy 2.0 bug pixel-data + * Fri Mar 01 2024 jiangxinyu - 2.4.4-1 - Update package to version 2.4.4 Fix search in help docs