diff --git a/pydicom-2.3.0.tar.gz b/pydicom-2.3.0.tar.gz deleted file mode 100644 index 8f21c72abb1995cacee7b598e25c8d5cc2ef3be5..0000000000000000000000000000000000000000 Binary files a/pydicom-2.3.0.tar.gz and /dev/null differ diff --git a/pydicom-2.3.1.tar.gz b/pydicom-2.3.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..368f4fcfc553251da980cb6b7754e356d30b176d Binary files /dev/null and b/pydicom-2.3.1.tar.gz differ diff --git a/python-pydicom.spec b/python-pydicom.spec index 2d01a93a4568ec613cf12d6ea151ab4fcf07970f..c14173dba626f3563a0e1be1cf8e06122175c601 100644 --- a/python-pydicom.spec +++ b/python-pydicom.spec @@ -1,46 +1,37 @@ %global _empty_manifest_terminate_build 0 - %global _description \ 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. Name: python-pydicom -Version: 2.3.0 +Version: 2.3.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/14/04/13462460b0d28fa513f8bed141609fc17fcfb1d32f64ce2a163550706f9b/pydicom-2.3.0.tar.gz +Source0: https://files.pythonhosted.org/packages/0d/b6/4bb0f895db75ea0b1e0b925e2b0958ec0eb68b9bc19dc23277e13ba82d96/pydicom-2.3.1.tar.gz BuildArch: noarch -Requires: python3-numpy -Requires: python3-numpydoc -Requires: python3-matplotlib -Requires: python3-pillow -Requires: python3-sphinx -Requires: python3-sphinx-rtd-theme -Requires: python3-sphinx-gallery -Requires: python3-sphinxcontrib-napoleon -Requires: python3-sphinx-copybutton - -%description %_description +%description +%_description %package -n python3-pydicom Summary: A pure Python package for reading and writing DICOM data -Provides: python-pydicom +Provides: python-pydicom = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools -%description -n python3-pydicom %_description +%description -n python3-pydicom +%_description %package help Summary: Development documents and examples for pydicom Provides: python3-pydicom-doc -%description help +%description help %_description %prep -%autosetup -n pydicom-2.3.0 +%autosetup -n pydicom-%{version} %build %py3_build @@ -52,6 +43,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst @@ -80,6 +74,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Feb 23 2023 wangjunqi - 2.3.1-1 +- Update package to version 2.3.1 + * Wed Jul 13 2022 GuoCe - 2.3.0-1 - Update to version 2.3.0.