diff --git a/python-pyusb.spec b/python-pyusb.spec index a4a8180fe23dd575e1d8bd569dd0b10b1c2bea16..6e42965f5f211636408b919bf6ff36241435947e 100644 --- a/python-pyusb.spec +++ b/python-pyusb.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyusb -Version: 1.2.1 -Release: 2 +Version: 1.3.1 +Release: 1 Summary: Python USB access module License: BSD-3-Clause URL: https://pyusb.github.io/pyusb -Source0: https://files.pythonhosted.org/packages/d9/6e/433a5614132576289b8643fe598dd5d51b16e130fd591564be952e15bb45/pyusb-1.2.1.tar.gz +Source0: https://files.pythonhosted.org/packages/00/6b/ce3727395e52b7b76dfcf0c665e37d223b680b9becc60710d4bc08b7b7cb/pyusb-1.3.1.tar.gz BuildArch: noarch BuildRequires: python3-setuptools_scm @@ -38,7 +38,7 @@ Python >= 3.6, ctypes and a pre-built USB backend library (currently: libusb 1.x, libusb 0.1.x or OpenUSB). %prep -%autosetup -n pyusb-1.2.1 +%autosetup -n pyusb-1.3.1 %build %py3_build @@ -78,6 +78,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 12 2025 Ge Wang - 1.3.1-1 +- Update package to version 1.3.1 + * core: fix a regression in ctrl_transfer where supplied read buffers were discarded + * core: reset cached endpoints on alternate setting changes + * core: only search for endpoints on the correct alternate settings + * libusb1: fix trailing comma in LIBUSB_TRANSFER_TYPE_CONTROL + * libloader: search in default homebrew prefix on apple silicon + * Wed May 11 2022 xigaoxinyan -1.2.1-2 - License compliance rectification diff --git a/pyusb-1.2.1.tar.gz b/pyusb-1.2.1.tar.gz deleted file mode 100644 index 10f9edcaad942bde30cc47fe60e2dea3a93a1e8b..0000000000000000000000000000000000000000 Binary files a/pyusb-1.2.1.tar.gz and /dev/null differ diff --git a/pyusb-1.3.1.tar.gz b/pyusb-1.3.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..02003be51f3b581f720ea4543375e0146517764f Binary files /dev/null and b/pyusb-1.3.1.tar.gz differ