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.0.tar.gz b/pydicom-3.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..220e7587db92ba9c78c7779120d29374659a068a Binary files /dev/null and b/pydicom-3.0.0.tar.gz differ diff --git a/python-pydicom.spec b/python-pydicom.spec index 08f833013d5717e2b69a5a1489e2e5bafe8d021b..887a45fa547a8b882dbadac1e3714c06e4811ec1 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.0 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/6d/33/2374d46c9e91baa4abeabfdaa6e89d05b5f0a423e362970a4030175f3b60/pydicom-3.0.0.tar.gz BuildArch: noarch %description @@ -74,6 +74,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Sep 20 2024 kkz - 3.0.0-1 +- Update package to version 3.0.0 + The value for JPEGLossless has changed to 1.2.840.10008.1.2.4.57 + The encoding used when saving datasets with dcmwrite() and Dataset.save_as() + defaults to the set Transfer Syntax UID + Dataset.pixel_array will convert YCbCr Pixel Data to RGB by default when possible + read_file() and write_file() have been removed, use dcmread() and dcmwrite() instead + * Fri Mar 01 2024 jiangxinyu - 2.4.4-1 - Update package to version 2.4.4 Fix search in help docs