1
0

Accepting request 533142 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/533142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pydicom?expand=0&rev=3
This commit is contained in:
2017-10-13 12:16:05 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 11 15:14:49 UTC 2017 - jengelh@inai.de
- Make package description neutral and compact it.
-------------------------------------------------------------------
Mon Sep 11 14:47:43 UTC 2017 - toddrme2178@gmail.com

View File

@@ -42,16 +42,14 @@ BuildArch: noarch
%python_subpackages
%description
pydicom is a pure python package for parsing DICOM files.
pydicom is a pure python package for parsing DICOM files
into natural pythonic structures for further manipulation.
Modified datasets can be written again to DICOM format files.
DICOM is a standard (http://medical.nema.org) for communicating
medical images and related information such as reports
and radiotherapy objects.
pydicom makes it easy to read these complex files into natural
pythonic structures for easy manipulation.
Modified datasets can be written again to DICOM format files.
%prep
%setup -q -n pydicom-%{version}
cp %{SOURCE1} ./