diff --git a/python-pydicom.spec b/python-pydicom.spec index ccc3078..ebf5670 100644 --- a/python-pydicom.spec +++ b/python-pydicom.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 1.0.0 -Release: 0.9.git%{shortcommit}%{?dist} +Release: 0.10.git%{shortcommit}%{?dist} Summary: Read, modify and write DICOM files with python code # There are generated data (private dict) in special format from GDCM @@ -29,15 +29,15 @@ data cannot easily be modified. %package -n python2-%{modname} Summary: %{summary} %{?python_provide:%python_provide python2-%{modname}} -BuildRequires: python2-devel python-setuptools python-six -BuildRequires: python-sphinx +BuildRequires: python2-devel python2-setuptools python2-six +BuildRequires: python2-sphinx # Test deps -BuildRequires: numpy python-dateutil -Requires: python-dateutil -Recommends: numpy -Recommends: python-matplotlib -Recommends: tkinter -Recommends: python-pillow +BuildRequires: python2-numpy python2-dateutil +Requires: python2-dateutil +Recommends: python2-numpy +Recommends: python2-matplotlib +Recommends: python2-tkinter +Recommends: python2-pillow %description -n python2-%{modname} pydicom is a pure python package for working with DICOM files. It was made for @@ -127,6 +127,10 @@ export LC_ALL="en_US.UTF-8" %{python3_sitelib}/%{modname}* %changelog +* Sat Jan 27 2018 Iryna Shcherbina - 1.0.0-0.10.gitf6191c7 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.0-0.9.gitf6191c7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild