From adf38935d30f347e20e609549839152a69f8ad9e Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Fri, 30 Oct 2020 14:14:23 +0800 Subject: [PATCH] remove python2 dependency --- python-olefile.spec | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/python-olefile.spec b/python-olefile.spec index 9761a6f..fc77858 100644 --- a/python-olefile.spec +++ b/python-olefile.spec @@ -1,6 +1,6 @@ Name: python-olefile Version: 0.46 -Release: 2 +Release: 3 Summary: This Python package is used to parse, read and write Microsoft OLE2 files License: BSD URL: https://pypi.python.org/pypi/olefile/ @@ -13,14 +13,6 @@ such as Microsoft Office 97-2003 documents, vbaProject.bin in MS Office 2007+ fi Image Composer and FlashPix files, Outlook messages, StickyNotes, several \ Microscopy file formats, McAfee antivirus quarantine files, etc. -%package -n python2-olefile -Summary: This Python package is used to parse, read and write Microsoft OLE2 files. -BuildRequires: python2-devel -%{?python_provide: %python_provide python2-olefile} - -%description -n python2-olefile -Python2 version. - %package -n python%{python3_pkgversion}-olefile Summary: This Python package is used to parse, read and write Microsoft OLE2 files. BuildRequires: python%{python3_pkgversion}-devel @@ -33,21 +25,13 @@ Python3 version. %autosetup -p1 -n olefile-%{version} %build -%py2_build %py3_build %install -%py2_install %py3_install %check -%files -n python2-olefile -%doc README.md -%license doc/License.rst -%{python2_sitelib}/olefile-*.egg-info -%{python2_sitelib}/olefile/ - %files -n python%{python3_pkgversion}-olefile %doc README.md %license doc/License.rst @@ -56,5 +40,8 @@ Python3 version. %changelog +* Fri Oct 30 2020 yanglongkang - 0.46-3 +- remove python2 dependency + * Thu Dec 12 2019 Senlin Xia - 0.46-2 - Package init