118 Commits

Author SHA1 Message Date
github-actions
3d8f117f03 1.21.10
Automatically generated by python-semantic-release
2022-10-02 21:13:55 +00:00
J. Nick Koston
b95d0b8ce6
fix: github action tag matching (#61) 2022-10-02 11:11:54 -10:00
github-actions
b0ea7b64bf 1.21.9
Automatically generated by python-semantic-release
2022-10-02 21:07:11 +00:00
J. Nick Koston
6166896c49
fix: build wheels on tag instead (#60) 2022-10-02 11:05:10 -10:00
github-actions
c12673ab7b 1.21.8
Automatically generated by python-semantic-release
2022-10-02 20:58:13 +00:00
J. Nick Koston
45e8ac00c6
fix: publish wheels when release happens (#59) 2022-10-02 10:56:20 -10:00
github-actions
28a96d82aa 1.21.7
Automatically generated by python-semantic-release
2022-10-02 20:45:46 +00:00
J. Nick Koston
c74c2519a1
fix: seperate wheels back out so it builds after (#58) 2022-10-02 10:43:41 -10:00
github-actions
cd8284f004 1.21.6
Automatically generated by python-semantic-release
2022-10-02 20:36:53 +00:00
J. Nick Koston
b7b441eeef
fix: language_level warning when running cythonize (#57) 2022-10-02 10:35:08 -10:00
github-actions
c417e91487 1.21.5
Automatically generated by python-semantic-release
2022-10-02 20:18:40 +00:00
J. Nick Koston
5df01ac1ba
fix: cython build of unpack (#56) 2022-10-02 10:16:36 -10:00
github-actions
c27b6995e3 1.21.4
Automatically generated by python-semantic-release
2022-10-02 20:06:39 +00:00
J. Nick Koston
4779e7b825
fix: increase verbosity of wheel builds (#55) 2022-10-02 10:04:58 -10:00
github-actions
6693171a2f 1.21.3
Automatically generated by python-semantic-release
2022-10-02 19:59:35 +00:00
J. Nick Koston
49d98d01c2
fix: make wheel build depend on release success (#54) 2022-10-02 09:57:56 -10:00
github-actions
a1bc26cd08 1.21.2
Automatically generated by python-semantic-release
2022-10-02 19:54:44 +00:00
J. Nick Koston
05b9453173
fix: additional tweaks to publishing wheels (#53) 2022-10-02 09:52:37 -10:00
github-actions
7865424185 1.21.1
Automatically generated by python-semantic-release
2022-10-02 19:48:14 +00:00
J. Nick Koston
6259fb2997
fix: wheel builds on released (#52) 2022-10-02 09:46:26 -10:00
github-actions
6fa12b2ffa 1.21.0
Automatically generated by python-semantic-release
2022-10-02 19:39:00 +00:00
J. Nick Koston
158721123f
feat: cythonize unpack_variants (#51) 2022-10-02 09:37:27 -10:00
J. Nick Koston
f6e4c3c8ae
chore: add cibuildwheel action (#50) 2022-10-02 09:32:33 -10:00
github-actions
18b1f45edb 1.20.0
Automatically generated by python-semantic-release
2022-10-02 09:06:41 +00:00
J. Nick Koston
0f279a5ea9
feat: add additional cython types to the unmarshaller (#45) 2022-10-01 23:04:45 -10:00
J. Nick Koston
d2ce4a1846
fix: add missing closes to tests (#49) 2022-10-01 23:03:11 -10:00
github-actions
2d9ed9748b 1.19.0
Automatically generated by python-semantic-release
2022-10-02 08:42:41 +00:00
J. Nick Koston
ddba96a731
feat: add additional cython types to marshaller (#48) 2022-10-01 22:40:34 -10:00
github-actions
f32085f7c0 1.18.0
Automatically generated by python-semantic-release
2022-10-01 23:13:16 +00:00
J. Nick Koston
b737574cf0
feat: add optional cython extension (#44) 2022-10-01 13:10:34 -10:00
github-actions
1ca2f1282a 1.17.0
Automatically generated by python-semantic-release
2022-09-27 21:17:11 +00:00
J. Nick Koston
c4b4a038f8
feat: improve unmarshaller performance (#43) 2022-09-27 11:14:59 -10:00
github-actions
cb34059849 1.16.0
Automatically generated by python-semantic-release
2022-09-27 20:18:36 +00:00
J. Nick Koston
076c5df825
feat: add benchmark for bluez properties messages (#42) 2022-09-27 10:16:50 -10:00
github-actions
c485bdf324 1.15.3
Automatically generated by python-semantic-release
2022-09-27 20:11:13 +00:00
J. Nick Koston
ac955b50ea
fix: improve typing on proxy_object (#41) 2022-09-27 10:09:09 -10:00
github-actions
acc26f4b20 1.15.2
Automatically generated by python-semantic-release
2022-09-27 19:49:15 +00:00
J. Nick Koston
a6b9581d62
fix: more typing fixes (#40) 2022-09-27 09:47:40 -10:00
github-actions
b26c5f8e28 1.15.1
Automatically generated by python-semantic-release
2022-09-26 18:26:15 +00:00
J. Nick Koston
93b9a0a6ca
fix: loosen async-timeout pin to 3.0.0 (#39) 2022-09-26 08:22:55 -10:00
github-actions
da5e32df1b 1.15.0
Automatically generated by python-semantic-release
2022-09-26 18:10:37 +00:00
J. Nick Koston
cb317802d6
feat: use async_timeout instead of asyncio.wait_for (#38) 2022-09-26 08:06:03 -10:00
David Lechner
d71f0e1fbd
use asyncio.run() in examples
calling `asyncio.get_running_loop()` will fail if there is no running event loop, so we should use `asyncio.run()` instead to create a new loop.

Also, use events for infinite waiting instead of futures since there is no return value.
2022-09-26 12:50:22 -05:00
David Lechner
691ff8e1bf
replace deprecated asyncio.get_event_loop()
`asyncio.get_event_loop()` was deprecated in Python 3.10, so we should use `asyncio.get_running_loop()` instead.
2022-09-26 12:43:56 -05:00
github-actions
c0671be366 1.14.0
Automatically generated by python-semantic-release
2022-09-25 17:52:28 +00:00
J. Nick Koston
18ea18d7d2
feat: speed up unmarshaller read_array (#37) 2022-09-25 07:50:45 -10:00
github-actions
cf02539d91 1.13.0
Automatically generated by python-semantic-release
2022-09-24 23:26:42 +00:00
J. Nick Koston
db436b7a10
feat: improve unmarshall performance (#35) 2022-09-24 13:24:49 -10:00
github-actions
4a7c4c400d 1.12.0
Automatically generated by python-semantic-release
2022-09-24 21:20:42 +00:00
J. Nick Koston
5a1e26f430
feat: speed up unmarshall (#34) 2022-09-24 11:18:50 -10:00