not1mm 24.9.14__py3-none-any.whl → 24.9.15__py3-none-any.whl
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.
- not1mm/lib/version.py +1 -1
- not1mm/plugins/arrl_vhf_jan.py +2 -2
- not1mm/plugins/arrl_vhf_jun.py +2 -2
- not1mm/plugins/arrl_vhf_sep.py +2 -2
- {not1mm-24.9.14.dist-info → not1mm-24.9.15.dist-info}/METADATA +2 -1
- {not1mm-24.9.14.dist-info → not1mm-24.9.15.dist-info}/RECORD +10 -10
- {not1mm-24.9.14.dist-info → not1mm-24.9.15.dist-info}/WHEEL +1 -1
- {not1mm-24.9.14.dist-info → not1mm-24.9.15.dist-info}/LICENSE +0 -0
- {not1mm-24.9.14.dist-info → not1mm-24.9.15.dist-info}/entry_points.txt +0 -0
- {not1mm-24.9.14.dist-info → not1mm-24.9.15.dist-info}/top_level.txt +0 -0
not1mm/lib/version.py
CHANGED
not1mm/plugins/arrl_vhf_jan.py
CHANGED
@@ -403,10 +403,10 @@ def cabrillo(self):
|
|
403
403
|
print(
|
404
404
|
f"QSO: {frequency} {themode} {loggeddate} {loggedtime} "
|
405
405
|
f"{contact.get('StationPrefix', '').ljust(13)} "
|
406
|
-
f"{str(contact.get('SNT', '')).ljust(3)} "
|
406
|
+
# f"{str(contact.get('SNT', '')).ljust(3)} "
|
407
407
|
f"{str(contact.get('SentNr', '')).ljust(6)} "
|
408
408
|
f"{contact.get('Call', '').ljust(13)} "
|
409
|
-
f"{str(contact.get('RCV', '')).ljust(3)} "
|
409
|
+
# f"{str(contact.get('RCV', '')).ljust(3)} "
|
410
410
|
f"{str(contact.get('NR', '')).ljust(6)}",
|
411
411
|
end="\r\n",
|
412
412
|
file=file_descriptor,
|
not1mm/plugins/arrl_vhf_jun.py
CHANGED
@@ -370,10 +370,10 @@ def cabrillo(self):
|
|
370
370
|
print(
|
371
371
|
f"QSO: {frequency} {themode} {loggeddate} {loggedtime} "
|
372
372
|
f"{contact.get('StationPrefix', '').ljust(13)} "
|
373
|
-
f"{str(contact.get('SNT', '')).ljust(3)} "
|
373
|
+
# f"{str(contact.get('SNT', '')).ljust(3)} "
|
374
374
|
f"{str(contact.get('SentNr', '')).ljust(6)} "
|
375
375
|
f"{contact.get('Call', '').ljust(13)} "
|
376
|
-
f"{str(contact.get('RCV', '')).ljust(3)} "
|
376
|
+
# f"{str(contact.get('RCV', '')).ljust(3)} "
|
377
377
|
f"{str(contact.get('NR', '')).ljust(6)}",
|
378
378
|
end="\r\n",
|
379
379
|
file=file_descriptor,
|
not1mm/plugins/arrl_vhf_sep.py
CHANGED
@@ -370,10 +370,10 @@ def cabrillo(self):
|
|
370
370
|
print(
|
371
371
|
f"QSO: {frequency} {themode} {loggeddate} {loggedtime} "
|
372
372
|
f"{contact.get('StationPrefix', '').ljust(13)} "
|
373
|
-
f"{str(contact.get('SNT', '')).ljust(3)} "
|
373
|
+
# f"{str(contact.get('SNT', '')).ljust(3)} "
|
374
374
|
f"{str(contact.get('SentNr', '')).ljust(6)} "
|
375
375
|
f"{contact.get('Call', '').ljust(13)} "
|
376
|
-
f"{str(contact.get('RCV', '')).ljust(3)} "
|
376
|
+
# f"{str(contact.get('RCV', '')).ljust(3)} "
|
377
377
|
f"{str(contact.get('NR', '')).ljust(6)}",
|
378
378
|
end="\r\n",
|
379
379
|
file=file_descriptor,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: not1mm
|
3
|
-
Version: 24.9.
|
3
|
+
Version: 24.9.15
|
4
4
|
Summary: NOT1MM Logger
|
5
5
|
Author-email: Michael Bridak <michael.bridak@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/mbridak/not1mm
|
@@ -229,6 +229,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
|
|
229
229
|
|
230
230
|
## Recent Changes
|
231
231
|
|
232
|
+
- [24-9-15] Fixing an ARRL VHF Cabrillo format error.
|
232
233
|
- [24-9-14] BugFix. Starting lookups fail init if no settings.
|
233
234
|
- [24-9-12] Fixed WSJT-X MFSK submodes FT4 Q65.
|
234
235
|
- [24-9-11-2] Removed all the sketchy threaded call lookups. They're now implimented as a multicast service.
|
@@ -112,7 +112,7 @@ not1mm/lib/plugin_common.py,sha256=yefvcX61fXSjs__OPssJqVlZyg1AlcV1VDkl2MQP6kk,9
|
|
112
112
|
not1mm/lib/select_contest.py,sha256=WsptLuwkouIHeocJL3oZ6-eUfEnhpwdc-x7eMZ_TIVM,359
|
113
113
|
not1mm/lib/settings.py,sha256=MWiKXbasaFbzeHTjfzTaTqbCBrIijudP_-0a5jNmUAA,9265
|
114
114
|
not1mm/lib/super_check_partial.py,sha256=p5l3u2ZOCBtlWgbvskC50FpuoaIpR07tfC6zTdRWbh4,2334
|
115
|
-
not1mm/lib/version.py,sha256
|
115
|
+
not1mm/lib/version.py,sha256=-aukLhnRRNWavbz4jSjIhhV8_81CY_gioTr3iUIdftY,48
|
116
116
|
not1mm/lib/versiontest.py,sha256=8vDNptuBBunn-1IGkjNaquehqBYUJyjrPSF8Igmd4_Y,1286
|
117
117
|
not1mm/plugins/10_10_fall_cw.py,sha256=IttjX1yy4nDdACGsiYlPteFG8eVseX_WtoFio6bqHE8,10953
|
118
118
|
not1mm/plugins/10_10_spring_cw.py,sha256=ThCptdM3dX4ywhoy2JRcOEyHSqcJolFaT7O_PYzM1Mg,10958
|
@@ -126,9 +126,9 @@ not1mm/plugins/arrl_field_day.py,sha256=pivtEK5j9sLpta12_wuUQYvs7MuiP3JfhlO-AOID
|
|
126
126
|
not1mm/plugins/arrl_rtty_ru.py,sha256=hKUS4isjdXo3EYxQrsqsDupPp2chW8fpoWj0T1pTgJ4,7994
|
127
127
|
not1mm/plugins/arrl_ss_cw.py,sha256=4yN68xZMuJRaSUfdiY4hafC07A3lifl5q6DEUZ-oYPQ,13080
|
128
128
|
not1mm/plugins/arrl_ss_phone.py,sha256=Yzc5sNjrY8TlnozbYF6k8hbEamyDuUAD_3-BNqHgXqY,13068
|
129
|
-
not1mm/plugins/arrl_vhf_jan.py,sha256=
|
130
|
-
not1mm/plugins/arrl_vhf_jun.py,sha256=
|
131
|
-
not1mm/plugins/arrl_vhf_sep.py,sha256=
|
129
|
+
not1mm/plugins/arrl_vhf_jan.py,sha256=St_QvYS5AKFUNxtvpU-KlJ3C-xGQi1idFHggmIjnwVc,15717
|
130
|
+
not1mm/plugins/arrl_vhf_jun.py,sha256=9KPILzUD9NYVuXwazhQLCYnGKnoiJDf16omKR5UVflE,14809
|
131
|
+
not1mm/plugins/arrl_vhf_sep.py,sha256=3f5mmXuoe7jt6A8FXFBwentO3lyGMCHSgtkiDcX4Uu4,14809
|
132
132
|
not1mm/plugins/canada_day.py,sha256=OVpcCl1Chse_zLHf6PayTrgawWM4W-pmrTw40Al-o9s,11998
|
133
133
|
not1mm/plugins/cq_160_cw.py,sha256=5s6rIZdJEnmWe1SI06BEyz7p5vP0N2n9mI4l_mZ0icw,14139
|
134
134
|
not1mm/plugins/cq_160_ssb.py,sha256=zIwSMAjHSt6W2edrDzVbyTf860JowHoFkU9BKO8Enag,14182
|
@@ -153,9 +153,9 @@ not1mm/plugins/ref_cw.py,sha256=aWjHHkqIKutjRUtzh09y5haFfnZK9poRQDWRQMDRxxU,1632
|
|
153
153
|
not1mm/plugins/stew_perry_topband.py,sha256=CKBQbYl4ETxhXJd2dma4fg_C5pag_s7Nf61SCztZtqE,10668
|
154
154
|
not1mm/plugins/weekly_rtty.py,sha256=DQcy3SY0Zn56EdlYGf3NxrRhTnkNa5IqRQPRQdKDSPs,14255
|
155
155
|
not1mm/plugins/winter_field_day.py,sha256=4rcfRtobwjHO6BNL3WOTHzBmyyeuX79BNGBG8PfjrI8,10238
|
156
|
-
not1mm-24.9.
|
157
|
-
not1mm-24.9.
|
158
|
-
not1mm-24.9.
|
159
|
-
not1mm-24.9.
|
160
|
-
not1mm-24.9.
|
161
|
-
not1mm-24.9.
|
156
|
+
not1mm-24.9.15.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
157
|
+
not1mm-24.9.15.dist-info/METADATA,sha256=JbPbYy4NHrZdrJq0ZkFyX3g9NnUHjn-ZsgdbQMHI7QU,31207
|
158
|
+
not1mm-24.9.15.dist-info/WHEEL,sha256=5Mi1sN9lKoFv_gxcPtisEVrJZihrm_beibeg5R6xb4I,91
|
159
|
+
not1mm-24.9.15.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
|
160
|
+
not1mm-24.9.15.dist-info/top_level.txt,sha256=0YmTxEcDzQlzXub-lXASvoLpg_mt1c2thb5cVkDf5J4,7
|
161
|
+
not1mm-24.9.15.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|