aprsd 3.4.2__tar.gz → 3.4.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (214) hide show
  1. {aprsd-3.4.2 → aprsd-3.4.3}/ChangeLog.md +7 -0
  2. {aprsd-3.4.2 → aprsd-3.4.3}/Makefile +1 -1
  3. {aprsd-3.4.2 → aprsd-3.4.3}/PKG-INFO +1 -1
  4. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/cmds/send_message.py +2 -1
  5. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd.egg-info/PKG-INFO +1 -1
  6. {aprsd-3.4.2 → aprsd-3.4.3}/.coveragerc +0 -0
  7. {aprsd-3.4.2 → aprsd-3.4.3}/.github/workflows/codeql.yml +0 -0
  8. {aprsd-3.4.2 → aprsd-3.4.3}/.github/workflows/manual_build.yml +0 -0
  9. {aprsd-3.4.2 → aprsd-3.4.3}/.github/workflows/master-build.yml +0 -0
  10. {aprsd-3.4.2 → aprsd-3.4.3}/.github/workflows/python.yml +0 -0
  11. {aprsd-3.4.2 → aprsd-3.4.3}/.github/workflows/release_build.yml +0 -0
  12. {aprsd-3.4.2 → aprsd-3.4.3}/.pre-commit-config.yaml +0 -0
  13. {aprsd-3.4.2 → aprsd-3.4.3}/.readthedocs.yaml +0 -0
  14. {aprsd-3.4.2 → aprsd-3.4.3}/AUTHORS +0 -0
  15. {aprsd-3.4.2 → aprsd-3.4.3}/INSTALL.txt +0 -0
  16. {aprsd-3.4.2 → aprsd-3.4.3}/LICENSE +0 -0
  17. {aprsd-3.4.2 → aprsd-3.4.3}/MANIFEST.in +0 -0
  18. {aprsd-3.4.2 → aprsd-3.4.3}/README.rst +0 -0
  19. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/__init__.py +0 -0
  20. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/cli_helper.py +0 -0
  21. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/client/__init__.py +0 -0
  22. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/client/aprsis.py +0 -0
  23. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/client/base.py +0 -0
  24. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/client/drivers/__init__.py +0 -0
  25. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/client/drivers/aprsis.py +0 -0
  26. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/client/drivers/fake.py +0 -0
  27. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/client/drivers/kiss.py +0 -0
  28. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/client/factory.py +0 -0
  29. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/client/fake.py +0 -0
  30. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/client/kiss.py +0 -0
  31. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/client/stats.py +0 -0
  32. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/cmds/__init__.py +0 -0
  33. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/cmds/completion.py +0 -0
  34. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/cmds/dev.py +0 -0
  35. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/cmds/fetch_stats.py +0 -0
  36. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/cmds/healthcheck.py +0 -0
  37. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/cmds/list_plugins.py +0 -0
  38. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/cmds/listen.py +0 -0
  39. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/cmds/server.py +0 -0
  40. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/cmds/webchat.py +0 -0
  41. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/conf/__init__.py +0 -0
  42. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/conf/client.py +0 -0
  43. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/conf/common.py +0 -0
  44. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/conf/log.py +0 -0
  45. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/conf/opts.py +0 -0
  46. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/conf/plugin_common.py +0 -0
  47. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/conf/plugin_email.py +0 -0
  48. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/exception.py +0 -0
  49. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/log/__init__.py +0 -0
  50. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/log/log.py +0 -0
  51. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/main.py +0 -0
  52. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/packets/__init__.py +0 -0
  53. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/packets/collector.py +0 -0
  54. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/packets/core.py +0 -0
  55. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/packets/log.py +0 -0
  56. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/packets/packet_list.py +0 -0
  57. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/packets/seen_list.py +0 -0
  58. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/packets/tracker.py +0 -0
  59. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/packets/watch_list.py +0 -0
  60. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/plugin.py +0 -0
  61. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/plugin_utils.py +0 -0
  62. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/plugins/__init__.py +0 -0
  63. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/plugins/email.py +0 -0
  64. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/plugins/fortune.py +0 -0
  65. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/plugins/location.py +0 -0
  66. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/plugins/notify.py +0 -0
  67. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/plugins/ping.py +0 -0
  68. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/plugins/time.py +0 -0
  69. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/plugins/version.py +0 -0
  70. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/plugins/weather.py +0 -0
  71. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/stats/__init__.py +0 -0
  72. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/stats/app.py +0 -0
  73. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/stats/collector.py +0 -0
  74. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/threads/__init__.py +0 -0
  75. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/threads/aprsd.py +0 -0
  76. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/threads/keep_alive.py +0 -0
  77. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/threads/log_monitor.py +0 -0
  78. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/threads/registry.py +0 -0
  79. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/threads/rx.py +0 -0
  80. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/threads/stats.py +0 -0
  81. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/threads/tx.py +0 -0
  82. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/utils/__init__.py +0 -0
  83. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/utils/counter.py +0 -0
  84. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/utils/fuzzyclock.py +0 -0
  85. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/utils/json.py +0 -0
  86. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/utils/objectstore.py +0 -0
  87. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/utils/ring_buffer.py +0 -0
  88. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/utils/trace.py +0 -0
  89. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/__init__.py +0 -0
  90. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/admin/__init__.py +0 -0
  91. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/admin/static/css/index.css +0 -0
  92. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/admin/static/css/prism.css +0 -0
  93. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/admin/static/css/tabs.css +0 -0
  94. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/admin/static/images/Untitled.png +0 -0
  95. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/admin/static/images/aprs-symbols-16-0.png +0 -0
  96. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/admin/static/images/aprs-symbols-16-1.png +0 -0
  97. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/admin/static/images/aprs-symbols-64-0.png +0 -0
  98. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/admin/static/images/aprs-symbols-64-1.png +0 -0
  99. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/admin/static/images/aprs-symbols-64-2.png +0 -0
  100. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/admin/static/js/charts.js +0 -0
  101. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/admin/static/js/echarts.js +0 -0
  102. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/admin/static/js/logs.js +0 -0
  103. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/admin/static/js/main.js +0 -0
  104. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/admin/static/js/prism.js +0 -0
  105. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/admin/static/js/send-message.js +0 -0
  106. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/admin/static/js/tabs.js +0 -0
  107. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/admin/templates/index.html +0 -0
  108. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/css/chat.css +0 -0
  109. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/css/index.css +0 -0
  110. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/css/style.css.map +0 -0
  111. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/css/tabs.css +0 -0
  112. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/css/upstream/bootstrap.min.css +0 -0
  113. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/css/upstream/font.woff2 +0 -0
  114. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/css/upstream/google-fonts.css +0 -0
  115. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/css/upstream/jquery-ui.css +0 -0
  116. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/css/upstream/jquery.toast.css +0 -0
  117. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/css/upstream/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  118. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/css/upstream/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  119. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/css/upstream/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  120. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/css/upstream/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  121. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/css/upstream/themes/default/assets/fonts/icons.woff +0 -0
  122. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/css/upstream/themes/default/assets/fonts/icons.woff2 +0 -0
  123. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/css/upstream/themes/default/assets/fonts/outline-icons.woff +0 -0
  124. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/css/upstream/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  125. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/images/Untitled.png +0 -0
  126. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/images/aprs-symbols-16-0.png +0 -0
  127. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/images/aprs-symbols-16-1.png +0 -0
  128. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/images/aprs-symbols-64-0.png +0 -0
  129. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/images/aprs-symbols-64-1.png +0 -0
  130. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/images/aprs-symbols-64-2.png +0 -0
  131. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/images/globe.svg +0 -0
  132. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/js/gps.js +0 -0
  133. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/js/main.js +0 -0
  134. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/js/send-message.js +0 -0
  135. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/js/tabs.js +0 -0
  136. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/js/upstream/bootstrap.bundle.min.js +0 -0
  137. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/js/upstream/jquery-3.7.1.min.js +0 -0
  138. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/js/upstream/jquery-ui.min.js +0 -0
  139. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/js/upstream/jquery.toast.js +0 -0
  140. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/js/upstream/semantic.min.js +0 -0
  141. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/static/js/upstream/socket.io.min.js +0 -0
  142. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/web/chat/templates/index.html +0 -0
  143. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd/wsgi.py +0 -0
  144. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd-lnav.json +0 -0
  145. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd.egg-info/SOURCES.txt +0 -0
  146. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd.egg-info/dependency_links.txt +0 -0
  147. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd.egg-info/entry_points.txt +0 -0
  148. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd.egg-info/requires.txt +0 -0
  149. {aprsd-3.4.2 → aprsd-3.4.3}/aprsd.egg-info/top_level.txt +0 -0
  150. {aprsd-3.4.2 → aprsd-3.4.3}/docker/Dockerfile +0 -0
  151. {aprsd-3.4.2 → aprsd-3.4.3}/docker/bin/admin.sh +0 -0
  152. {aprsd-3.4.2 → aprsd-3.4.3}/docker/bin/listen.sh +0 -0
  153. {aprsd-3.4.2 → aprsd-3.4.3}/docker/bin/run.sh +0 -0
  154. {aprsd-3.4.2 → aprsd-3.4.3}/docker/bin/setup.sh +0 -0
  155. {aprsd-3.4.2 → aprsd-3.4.3}/docker/build.sh +0 -0
  156. {aprsd-3.4.2 → aprsd-3.4.3}/docker/docker-compose.yml +0 -0
  157. {aprsd-3.4.2 → aprsd-3.4.3}/docs/_static/.keep +0 -0
  158. {aprsd-3.4.2 → aprsd-3.4.3}/docs/_static/aprsd_overview.png +0 -0
  159. {aprsd-3.4.2 → aprsd-3.4.3}/docs/_static/aprsd_overview.svg +0 -0
  160. {aprsd-3.4.2 → aprsd-3.4.3}/docs/_templates/.keep +0 -0
  161. {aprsd-3.4.2 → aprsd-3.4.3}/docs/apidoc/aprsd.client.drivers.rst +0 -0
  162. {aprsd-3.4.2 → aprsd-3.4.3}/docs/apidoc/aprsd.client.rst +0 -0
  163. {aprsd-3.4.2 → aprsd-3.4.3}/docs/apidoc/aprsd.cmds.rst +0 -0
  164. {aprsd-3.4.2 → aprsd-3.4.3}/docs/apidoc/aprsd.conf.rst +0 -0
  165. {aprsd-3.4.2 → aprsd-3.4.3}/docs/apidoc/aprsd.log.rst +0 -0
  166. {aprsd-3.4.2 → aprsd-3.4.3}/docs/apidoc/aprsd.packets.rst +0 -0
  167. {aprsd-3.4.2 → aprsd-3.4.3}/docs/apidoc/aprsd.plugins.rst +0 -0
  168. {aprsd-3.4.2 → aprsd-3.4.3}/docs/apidoc/aprsd.rst +0 -0
  169. {aprsd-3.4.2 → aprsd-3.4.3}/docs/apidoc/aprsd.stats.rst +0 -0
  170. {aprsd-3.4.2 → aprsd-3.4.3}/docs/apidoc/aprsd.threads.rst +0 -0
  171. {aprsd-3.4.2 → aprsd-3.4.3}/docs/apidoc/aprsd.utils.rst +0 -0
  172. {aprsd-3.4.2 → aprsd-3.4.3}/docs/apidoc/aprsd.web.admin.rst +0 -0
  173. {aprsd-3.4.2 → aprsd-3.4.3}/docs/apidoc/aprsd.web.rst +0 -0
  174. {aprsd-3.4.2 → aprsd-3.4.3}/docs/apidoc/modules.rst +0 -0
  175. {aprsd-3.4.2 → aprsd-3.4.3}/docs/aprsd.drawio +0 -0
  176. {aprsd-3.4.2 → aprsd-3.4.3}/docs/changelog.rst +0 -0
  177. {aprsd-3.4.2 → aprsd-3.4.3}/docs/clean_docs.py +0 -0
  178. {aprsd-3.4.2 → aprsd-3.4.3}/docs/conf.py +0 -0
  179. {aprsd-3.4.2 → aprsd-3.4.3}/docs/configure.rst +0 -0
  180. {aprsd-3.4.2 → aprsd-3.4.3}/docs/index.rst +0 -0
  181. {aprsd-3.4.2 → aprsd-3.4.3}/docs/install.rst +0 -0
  182. {aprsd-3.4.2 → aprsd-3.4.3}/docs/links.rst +0 -0
  183. {aprsd-3.4.2 → aprsd-3.4.3}/docs/plugin.rst +0 -0
  184. {aprsd-3.4.2 → aprsd-3.4.3}/docs/readme.rst +0 -0
  185. {aprsd-3.4.2 → aprsd-3.4.3}/docs/server.rst +0 -0
  186. {aprsd-3.4.2 → aprsd-3.4.3}/examples/plugins/__init__.py +0 -0
  187. {aprsd-3.4.2 → aprsd-3.4.3}/examples/plugins/example_plugin.py +0 -0
  188. {aprsd-3.4.2 → aprsd-3.4.3}/gray.conf +0 -0
  189. {aprsd-3.4.2 → aprsd-3.4.3}/pyproject.toml +0 -0
  190. {aprsd-3.4.2 → aprsd-3.4.3}/requirements-dev.in +0 -0
  191. {aprsd-3.4.2 → aprsd-3.4.3}/requirements-dev.txt +0 -0
  192. {aprsd-3.4.2 → aprsd-3.4.3}/requirements.in +0 -0
  193. {aprsd-3.4.2 → aprsd-3.4.3}/requirements.txt +0 -0
  194. {aprsd-3.4.2 → aprsd-3.4.3}/setup.cfg +0 -0
  195. {aprsd-3.4.2 → aprsd-3.4.3}/setup.py +0 -0
  196. {aprsd-3.4.2 → aprsd-3.4.3}/tests/__init__.py +0 -0
  197. {aprsd-3.4.2 → aprsd-3.4.3}/tests/cmds/__init__.py +0 -0
  198. {aprsd-3.4.2 → aprsd-3.4.3}/tests/cmds/test_send_message.py +0 -0
  199. {aprsd-3.4.2 → aprsd-3.4.3}/tests/cmds/test_webchat.py +0 -0
  200. {aprsd-3.4.2 → aprsd-3.4.3}/tests/fake.py +0 -0
  201. {aprsd-3.4.2 → aprsd-3.4.3}/tests/plugins/__init__.py +0 -0
  202. {aprsd-3.4.2 → aprsd-3.4.3}/tests/plugins/test_fortune.py +0 -0
  203. {aprsd-3.4.2 → aprsd-3.4.3}/tests/plugins/test_location.py +0 -0
  204. {aprsd-3.4.2 → aprsd-3.4.3}/tests/plugins/test_notify.py +0 -0
  205. {aprsd-3.4.2 → aprsd-3.4.3}/tests/plugins/test_ping.py +0 -0
  206. {aprsd-3.4.2 → aprsd-3.4.3}/tests/plugins/test_time.py +0 -0
  207. {aprsd-3.4.2 → aprsd-3.4.3}/tests/plugins/test_version.py +0 -0
  208. {aprsd-3.4.2 → aprsd-3.4.3}/tests/plugins/test_weather.py +0 -0
  209. {aprsd-3.4.2 → aprsd-3.4.3}/tests/test_email.py +0 -0
  210. {aprsd-3.4.2 → aprsd-3.4.3}/tests/test_main.py +0 -0
  211. {aprsd-3.4.2 → aprsd-3.4.3}/tests/test_packets.py +0 -0
  212. {aprsd-3.4.2 → aprsd-3.4.3}/tests/test_plugin.py +0 -0
  213. {aprsd-3.4.2 → aprsd-3.4.3}/tools/fast8.sh +0 -0
  214. {aprsd-3.4.2 → aprsd-3.4.3}/tox.ini +0 -0
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [v3.4.3](https://github.com/craigerl/aprsd/compare/v3.4.2...v3.4.3)
8
+
9
+ > 29 October 2024
10
+
11
+ - Change virtual env name to .venv [`882e907`](https://github.com/craigerl/aprsd/commit/882e90767dd967a4d1018c834a074b33ca9dcb06)
12
+ - Fixed issue in send_message command [`ecf30d3`](https://github.com/craigerl/aprsd/commit/ecf30d33978e26150bf41ff60b97ff00ab5d5f96)
13
+
7
14
  #### [v3.4.2](https://github.com/craigerl/aprsd/compare/v3.4.1...v3.4.2)
8
15
 
9
16
  > 18 October 2024
@@ -1,5 +1,5 @@
1
1
  WORKDIR?=.
2
- VENVDIR ?= $(WORKDIR)/.aprsd-venv
2
+ VENVDIR ?= $(WORKDIR)/.venv
3
3
 
4
4
  .DEFAULT_GOAL := help
5
5
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aprsd
3
- Version: 3.4.2
3
+ Version: 3.4.3
4
4
  Summary: APRSd is a APRS-IS server that can be used to connect to APRS-IS and send and receive APRS packets.
5
5
  Author-email: Craig Lamparter <craig@craiger.org>, "Walter A. Boring IV" <waboring@hemna.com>, Emre Saglam <emresaglam@gmail.com>, Jason Martin <jhmartin@toger.us>, John <johng42@users.noreply.github.com>, Martiros Shakhzadyan <vrzh@vrzh.net>, Zoe Moore <zoenb@mailbox.org>, ranguli <hello@joshmurphy.ca>
6
6
  Maintainer-email: Craig Lamparter <craig@craiger.org>, "Walter A. Boring IV" <waboring@hemna.com>
@@ -14,6 +14,7 @@ from aprsd.client import client_factory
14
14
  from aprsd.main import cli
15
15
  import aprsd.packets # noqa : F401
16
16
  from aprsd.packets import collector
17
+ from aprsd.packets import log as packet_log
17
18
  from aprsd.threads import tx
18
19
 
19
20
 
@@ -103,7 +104,7 @@ def send_message(
103
104
  cl = client_factory.create()
104
105
  packet = cl.decode_packet(packet)
105
106
  collector.PacketCollector().rx(packet)
106
- packet.log("RX")
107
+ packet_log.log(packet, tx=False)
107
108
  # LOG.debug("Got packet back {}".format(packet))
108
109
  if isinstance(packet, packets.AckPacket):
109
110
  got_ack = True
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aprsd
3
- Version: 3.4.2
3
+ Version: 3.4.3
4
4
  Summary: APRSd is a APRS-IS server that can be used to connect to APRS-IS and send and receive APRS packets.
5
5
  Author-email: Craig Lamparter <craig@craiger.org>, "Walter A. Boring IV" <waboring@hemna.com>, Emre Saglam <emresaglam@gmail.com>, Jason Martin <jhmartin@toger.us>, John <johng42@users.noreply.github.com>, Martiros Shakhzadyan <vrzh@vrzh.net>, Zoe Moore <zoenb@mailbox.org>, ranguli <hello@joshmurphy.ca>
6
6
  Maintainer-email: Craig Lamparter <craig@craiger.org>, "Walter A. Boring IV" <waboring@hemna.com>
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes