314 Commits

Author SHA1 Message Date
J. Nick Koston
2f5fc38007
fix: relax typing on _fn_result_to_body to allow Any (#212) 2023-07-27 15:38:09 -05:00
github-actions
5651b39626 1.87.2
Automatically generated by python-semantic-release
2023-07-24 19:02:13 +00:00
J. Nick Koston
c40c7bcc4a
fix: typing on _fn_result_to_body was incorrect which was caused an exception with cython3 (#210) 2023-07-24 13:58:57 -05:00
github-actions
842562937c 1.87.1
Automatically generated by python-semantic-release
2023-07-24 16:08:04 +00:00
J. Nick Koston
43b3d48c89
fix: cython3 compat (#208) 2023-07-24 11:04:28 -05:00
github-actions
b03660f134 1.87.0
Automatically generated by python-semantic-release
2023-07-24 15:55:40 +00:00
J. Nick Koston
c755193ee0
feat: initial cpython 3.12 support (#207) 2023-07-24 10:51:22 -05:00
github-actions
a3e0a6250e 1.86.0
Automatically generated by python-semantic-release
2023-05-03 22:23:45 +00:00
J. Nick Koston
e5d355ff40
feat: improve performance of reading from the socket during unmarshall (#200) 2023-05-03 17:20:50 -05:00
J. Nick Koston
a17d6d0fd0
chore: update deps via poetry (#201) 2023-05-03 17:15:04 -05:00
github-actions
146e2735d1 1.85.0
Automatically generated by python-semantic-release
2023-04-21 00:35:15 +00:00
J. Nick Koston
3dc98be7e9
feat: improve unmarshall performance (#199) 2023-04-20 14:31:51 -10:00
github-actions
5d5502283d 1.84.2
Automatically generated by python-semantic-release
2023-02-20 14:21:38 +00:00
Noel Remy
9c6a472100
fix: corrects Variant documentation (#197)
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-02-20 08:18:12 -06:00
github-actions
e9071279a0 1.84.1
Automatically generated by python-semantic-release
2023-02-14 00:29:22 +00:00
J. Nick Koston
6387f821e0
chore: bump python-semantic-release to fix CI (#196) 2023-02-13 18:26:15 -06:00
J. Nick Koston
72ddb156f0
fix: missing c extensions with newer poetry (#194) 2023-02-13 18:16:26 -06:00
J. Nick Koston
7b04136822
chore: bump isort to 5.12.0 to fix ci (#195) 2023-02-13 18:10:54 -06:00
github-actions
08b2f12256 1.84.0
Automatically generated by python-semantic-release
2023-01-07 19:50:38 +00:00
mvn23
4939ef80e5
feat: add support for EXTERNAL auth without uid (#193) 2023-01-07 09:46:55 -10:00
github-actions
4c9a8fe15a 1.83.1
Automatically generated by python-semantic-release
2022-12-24 19:44:49 +00:00
J. Nick Koston
830183e188
fix: cleanup typing in marshaller and unmarshaller (#190) 2022-12-24 09:42:10 -10:00
github-actions
1f42d28c47 1.83.0
Automatically generated by python-semantic-release
2022-12-23 18:51:06 +00:00
Kai
091c262e27
feat: allow hardcoding uid in auth (#189)
Closes https://github.com/Bluetooth-Devices/dbus-fast/issues/188
2022-12-23 08:47:22 -10:00
github-actions
bd0e80c4d6 1.82.0
Automatically generated by python-semantic-release
2022-12-09 19:19:23 +00:00
J. Nick Koston
b3c7d5139d
feat: avoid enum dunder overhead in message_bus calls (#187) 2022-12-09 09:16:04 -10:00
github-actions
19c711dfcb 1.81.0
Automatically generated by python-semantic-release
2022-12-09 18:49:34 +00:00
J. Nick Koston
fb0cc35848
feat: speed up processing bluez passive advertisements (#186) 2022-12-09 08:45:55 -10:00
J. Nick Koston
5b0d9d024a
chore: add passive unmarshall benchmark (#185) 2022-12-09 08:37:38 -10:00
github-actions
d31a32d316 1.80.0
Automatically generated by python-semantic-release
2022-12-09 02:13:27 +00:00
J. Nick Koston
d1366aca64
feat: speed up checking if a message needs a reply (#181) 2022-12-08 16:10:16 -10:00
github-actions
932053b903 1.79.0
Automatically generated by python-semantic-release
2022-12-09 00:25:14 +00:00
J. Nick Koston
f3c925079a
feat: add a cython pxd for services (#180) 2022-12-08 14:21:42 -10:00
github-actions
b5232b3d9d 1.78.0
Automatically generated by python-semantic-release
2022-12-08 23:49:10 +00:00
J. Nick Koston
24faa00062
feat: simplify creation of SendReply in message_bus (#178) 2022-12-08 13:46:08 -10:00
J. Nick Koston
b23086b25d
chore: disable some more tests that segfault under py3.10 (#179) 2022-12-08 13:33:52 -10:00
github-actions
069b65bea0 1.77.0
Automatically generated by python-semantic-release
2022-12-08 22:35:33 +00:00
J. Nick Koston
06647d7e49
feat: avoid replacing unix_fds if there are no unix_fds (#176) 2022-12-08 12:32:45 -10:00
github-actions
7d1fedbc13 1.76.0
Automatically generated by python-semantic-release
2022-12-08 21:31:03 +00:00
J. Nick Koston
fb4d5402ba
feat: only construct handlers once (#175) 2022-12-08 11:27:37 -10:00
J. Nick Koston
2fa7cdb156
chore: disable one more flakey glib test on py3.10 (#174) 2022-12-06 13:45:16 -10:00
J. Nick Koston
7edfc38b63
chore: disable flakey glib test on newer python (#173) 2022-12-06 13:39:02 -10:00
github-actions
41c5a14fa8 1.75.1
Automatically generated by python-semantic-release
2022-11-23 17:20:48 +00:00
David Lechner
67255f7e01
fix: fix remaining altdesktop links (#169)
There were still a few links incorrectly pointing back to
altdesktop/python-dbus-next on GitHub.
2022-11-23 10:18:11 -07:00
github-actions
8d3d959217 1.75.0
Automatically generated by python-semantic-release
2022-11-17 21:02:25 +00:00
J. Nick Koston
98d5c5aec2
feat: add unmarshaller cython typing for SignatureType and SignatureTree (#168) 2022-11-17 14:59:25 -06:00
github-actions
de9eb5c8c0 1.74.2
Automatically generated by python-semantic-release
2022-11-17 20:22:19 +00:00
J. Nick Koston
1e32f284cd
fix: small fixes for typing with older python versions (#167) 2022-11-17 14:19:05 -06:00
github-actions
650b8b6a0f 1.74.1
Automatically generated by python-semantic-release
2022-11-16 15:39:00 +00:00
J. Nick Koston
6694fda49f
fix: building via PEP 517 (#166) 2022-11-16 09:36:01 -06:00