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..9338a6a80f56a7ac9a7c1a4b8318dd8609941914 100644 --- a/python-pydicom.spec +++ b/python-pydicom.spec @@ -3,14 +3,15 @@ pydicom is a pure python package for working with DICOM files. It was made for\ inspecting and modifying DICOM data in an easy "pythonic" way. The\ modifications can be written again to a new file. +%global pypi_name pydicom 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/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch %description @@ -21,6 +22,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 +37,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 +72,20 @@ mv %{buildroot}/doclist.lst . %files -n python3-pydicom -f filelist.lst %dir %{python3_sitelib}/* +%{python3_sitelib}/* %files help -f doclist.lst -%{_docdir}/* +%{_docdir}/ %changelog +* Thu Nov 13 2025 zhao6777 - 3.0.1-1 +- Update package to version 3.0.1 + * Include examples datasets with package + * Fix invalid VR value in private dictionary + +* Fri Mar 01 2024 jiangxinyu - 2.4.4-1 +- Update package to version 2.4.4 + * Fri Mar 01 2024 jiangxinyu - 2.4.4-1 - Update package to version 2.4.4 Fix search in help docs