diff --git a/hidapi-0.14.0.post2.tar.gz b/hidapi-0.14.0.post2.tar.gz deleted file mode 100644 index 64cdb5b4a6e187e9e7d608d0589d17f64707e742..0000000000000000000000000000000000000000 Binary files a/hidapi-0.14.0.post2.tar.gz and /dev/null differ diff --git a/hidapi-0.14.0.post4.tar.gz b/hidapi-0.14.0.post4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..78ded261b26f82b6c7c6a5a3093aebeeef4966ff Binary files /dev/null and b/hidapi-0.14.0.post4.tar.gz differ diff --git a/python-hidapi.spec b/python-hidapi.spec index 430769a21530dbac67c46a08c25bfbd490005145..590b144a0c744809d9e26cc38d77f3c0f89c023f 100644 --- a/python-hidapi.spec +++ b/python-hidapi.spec @@ -3,13 +3,13 @@ %global pypi_version 0.14.0.post2 Name: python-%{pypi_name} -Version: 0.14.0.post2 +Version: 0.14.0.post4 Release: 1 Summary: A Cython interface to HIDAPI library License: GPL-3.0 URL: https://github.com/trezor/cython-hidapi -Source0: https://files.pythonhosted.org/packages/bf/6f/90c536b020a8e860f047a2839830a1ade3e1490e67336ecf489b4856eb7b/hidapi-0.14.0.post2.tar.gz +Source0: https://files.pythonhosted.org/packages/47/72/21ccaaca6ffb06f544afd16191425025d831c2a6d318635e9c8854070f2d/hidapi-0.14.0.post4.tar.gz BuildRequires: python3-devel BuildRequires: python3dist(cython) @@ -45,6 +45,12 @@ rm -rf %{pypi_name}.egg-info %{python3_sitearch}/* %changelog +* Tue Dec 03 2024 wanggang - 0.14.0.post4-1 +- Update package to version 0.14.0.post4 +- make libusb backend default once again for linux +- feat: add get_report_descriptor wrapper +- update actions to build for Python 3.13 + * Wed Jul 24 2024 guochao - 0.14.0.post2-1 - Update package to version 0.14.0.post2 - update wheel workflow