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..923639e7872da9bde368874056b99901f69ce165 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 -Release: 1 +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-flit-scm %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 @@ -69,11 +71,20 @@ mv %{buildroot}/doclist.lst . %files -n python3-pydicom -f filelist.lst %dir %{python3_sitelib}/* +%{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Sat Oct 11 2025 Yu Peng - 3.0.1-1 +- Upgrade to 3.0.1 + * Reduce logging for missing imports + * Include examples datasets with package + * Fix invalid VR value in private dictionary + * Fix checking Bits Stored for Float and Double Float Pixel Data + * Fix single bit native decoding for images with non byte-aligned frames + * Fri Mar 01 2024 jiangxinyu - 2.4.4-1 - Update package to version 2.4.4 Fix search in help docs