]> git.pld-linux.org Git - packages/python-pyusb.git/commitdiff
- updated to 1.1.0 master auto/th/python-pyusb-1.1.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Feb 2024 20:12:55 +0000 (21:12 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Feb 2024 20:12:55 +0000 (21:12 +0100)
python-pyusb.spec

index 6f79d2bf04bac012bd1299f42b2967a3bfab20e9..6da128f49dfced98eafe0aa1b51c473851b3279e 100644 (file)
@@ -7,22 +7,25 @@
 Summary:       PyUSB provides USB access on the Python language
 Summary(pl.UTF-8):     PyUSB - dostęp do USB z poziomu języka Python
 Name:          python-%{module}
-Version:       1.0.2
-Release:       7
+# keep 1.1.x here for python2 support
+Version:       1.1.0
+Release:       1
 License:       BSD
 Group:         Development/Languages/Python
-Source0:       http://downloads.sourceforge.net/pyusb/%{module}-%{version}.tar.gz
-# Source0-md5: 95bf0adc0f25bfb70daf86605cff2b3f
-URL:           http://pyusb.sourceforge.net/
+Source0:       https://downloads.sourceforge.net/pyusb/%{module}-%{version}.tar.gz
+# Source0-md5: 3b2e38e9f697d2f90d86376bd10a9505
+URL:           https://pyusb.github.io/pyusb/
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
 %if %{with python2}
 BuildRequires: python-devel >= 1:2.5
-BuildRequires: python-setuptools
+BuildRequires: python-setuptools >= 1:30.3.0
+BuildRequires: python-setuptools_scm
 %endif
 %if %{with python3}
 BuildRequires: python3-devel >= 1:3.2
-BuildRequires: python3-setuptools
+BuildRequires: python3-setuptools >= 1:30.3.0
+BuildRequires: python3-setuptools_scm
 %endif
 Requires:      python-libs >= 1:2.5
 Requires:      libusb >= 1.0.0
This page took 0.220161 seconds and 4 git commands to generate.