From e20004afdb3d0dd56b426be36df2ff36e85592f0 Mon Sep 17 00:00:00 2001 From: jackie_wu Date: Mon, 2 Nov 2020 11:31:16 +0800 Subject: [PATCH] disable python2 --- pyusb.spec | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/pyusb.spec b/pyusb.spec index fec3ac9..b851f02 100644 --- a/pyusb.spec +++ b/pyusb.spec @@ -1,6 +1,6 @@ Name: pyusb Version: 1.0.2 -Release: 2 +Release: 3 Summary: Python bindings for libusb License: BSD URL: https://github.com/pyusb/pyusb/ @@ -11,19 +11,11 @@ BuildArch: noarch PyUSB aims to be an easy to use Python module to access USB devices. PyUSB relies on a native system library for USB access. -%package -n python2-pyusb -Summary: python bindings for libusb -%{?python_provide:%python_provide python2-pyusb} -BuildRequires: python2-devel -Provides: pyusb = %{version}-%{release} -Obsoletes: pyusb < %{version}-%{release} -%description -n python2-pyusb -The PyUSB module provides for Python easy access to the host machine's Universal Serial Bus(USB) system. - %package -n python3-pyusb -Summary: pythonbindingsforlibusb +Summary: %summary %{?python_provide:%python_provide python3-pyusb} BuildRequires: python3-devel +BuildRequires: python3-setuptools %description -n python3-pyusb The PyUSB module provides for Python easy access to the host mach @@ -33,21 +25,18 @@ ine's Universal Serial Bus(USB) system. sed -i -e 's/\r//g' README.rst %build -%py2_build %py3_build %install -%py2_install %py3_install -%files -n python2-pyusb -%doc README.rst LICENSE -%{python2_sitelib}/* - %files -n python3-pyusb %doc README.rst LICENSE %{python3_sitelib}/* %changelog +* Wed Oct 21 2020 zhangpeng -1.0.2-3 +- dropped python2.7 + * Wed Apr 22 2020 yanan li - 1.0.2-2 - package init