File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66
77class PythonHackrffRecipe (CythonRecipe ):
8- version = '1.0.2 '
8+ version = '1.0.3 '
99 url = 'https://github.com/GvozdevLeonid/python_hackrf/releases/download/v.{version}/python_hackrf-{version}.tar.gz'
1010 depends = ['python3' , 'setuptools' , 'libusb' ]
1111 site_packages_name = 'python_hackrf'
Original file line number Diff line number Diff line change 11[project ]
22name = " python_hackrf"
3- version = " 1.0.2 "
3+ version = " 1.0.3 "
44authors = [
55 {name =" Leonid Gvozdev" , email =" leo.gvozdev.dev@gmail.com" },
66]
Original file line number Diff line number Diff line change 4545 name = 'python_hackrf' ,
4646 author = 'Leonid Gvozdev' ,
4747 author_email = 'leo.gvozdev.dev@gmail.com' ,
48- version = '1.0.2 ' ,
48+ version = '1.0.3 ' ,
4949 cmdclass = {'build_ext' : build_ext },
5050 install_requires = INSTALL_REQUIRES ,
5151 setup_requires = SETUP_REQUIRES ,
You can’t perform that action at this time.
0 commit comments