not1mm 24.9.10.1__py3-none-any.whl → 24.9.10.2__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 +1 -1
- not1mm/plugins/arrl_vhf_jun.py +1 -1
- not1mm/plugins/arrl_vhf_sep.py +1 -1
- {not1mm-24.9.10.1.dist-info → not1mm-24.9.10.2.dist-info}/METADATA +2 -1
- {not1mm-24.9.10.1.dist-info → not1mm-24.9.10.2.dist-info}/RECORD +10 -10
- {not1mm-24.9.10.1.dist-info → not1mm-24.9.10.2.dist-info}/LICENSE +0 -0
- {not1mm-24.9.10.1.dist-info → not1mm-24.9.10.2.dist-info}/WHEEL +0 -0
- {not1mm-24.9.10.1.dist-info → not1mm-24.9.10.2.dist-info}/entry_points.txt +0 -0
- {not1mm-24.9.10.1.dist-info → not1mm-24.9.10.2.dist-info}/top_level.txt +0 -0
not1mm/lib/version.py
CHANGED
not1mm/plugins/arrl_vhf_jan.py
CHANGED
@@ -379,7 +379,7 @@ def cabrillo(self):
|
|
379
379
|
for contact in log:
|
380
380
|
the_date_and_time = contact.get("TS", "")
|
381
381
|
themode = contact.get("Mode", "")
|
382
|
-
if themode in ("LSB", "USB", "
|
382
|
+
if themode in ("LSB", "USB", "AM"):
|
383
383
|
themode = "PH"
|
384
384
|
if themode in (
|
385
385
|
"FT8",
|
not1mm/plugins/arrl_vhf_jun.py
CHANGED
@@ -347,7 +347,7 @@ def cabrillo(self):
|
|
347
347
|
for contact in log:
|
348
348
|
the_date_and_time = contact.get("TS", "")
|
349
349
|
themode = contact.get("Mode", "")
|
350
|
-
if themode in ("LSB", "USB", "
|
350
|
+
if themode in ("LSB", "USB", "AM"):
|
351
351
|
themode = "PH"
|
352
352
|
if themode in (
|
353
353
|
"FT8",
|
not1mm/plugins/arrl_vhf_sep.py
CHANGED
@@ -347,7 +347,7 @@ def cabrillo(self):
|
|
347
347
|
for contact in log:
|
348
348
|
the_date_and_time = contact.get("TS", "")
|
349
349
|
themode = contact.get("Mode", "")
|
350
|
-
if themode in ("LSB", "USB", "
|
350
|
+
if themode in ("LSB", "USB", "AM"):
|
351
351
|
themode = "PH"
|
352
352
|
if themode in (
|
353
353
|
"FT8",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: not1mm
|
3
|
-
Version: 24.9.10.
|
3
|
+
Version: 24.9.10.2
|
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-10-2] Removed mapping of FM to PH in the ARRL VHF Cabrillo logs
|
232
233
|
- [24-9-10-1] ft8_watcher now used default WSJT-X Multicast address and port.
|
233
234
|
- [24-9-10] Add WSJT FT8/4 and fldigi support to ARRL VHF.
|
234
235
|
- [24-9-9] Add IARU R1 Fieldday CW and SSB.
|
@@ -111,7 +111,7 @@ not1mm/lib/plugin_common.py,sha256=yefvcX61fXSjs__OPssJqVlZyg1AlcV1VDkl2MQP6kk,9
|
|
111
111
|
not1mm/lib/select_contest.py,sha256=WsptLuwkouIHeocJL3oZ6-eUfEnhpwdc-x7eMZ_TIVM,359
|
112
112
|
not1mm/lib/settings.py,sha256=MWiKXbasaFbzeHTjfzTaTqbCBrIijudP_-0a5jNmUAA,9265
|
113
113
|
not1mm/lib/super_check_partial.py,sha256=p5l3u2ZOCBtlWgbvskC50FpuoaIpR07tfC6zTdRWbh4,2334
|
114
|
-
not1mm/lib/version.py,sha256=
|
114
|
+
not1mm/lib/version.py,sha256=rUvf-VOWEPBrNgRQ2pN-bkJhqqWHT-dixrF5BTHfiTo,50
|
115
115
|
not1mm/lib/versiontest.py,sha256=8vDNptuBBunn-1IGkjNaquehqBYUJyjrPSF8Igmd4_Y,1286
|
116
116
|
not1mm/plugins/10_10_fall_cw.py,sha256=IttjX1yy4nDdACGsiYlPteFG8eVseX_WtoFio6bqHE8,10953
|
117
117
|
not1mm/plugins/10_10_spring_cw.py,sha256=ThCptdM3dX4ywhoy2JRcOEyHSqcJolFaT7O_PYzM1Mg,10958
|
@@ -125,9 +125,9 @@ not1mm/plugins/arrl_field_day.py,sha256=pivtEK5j9sLpta12_wuUQYvs7MuiP3JfhlO-AOID
|
|
125
125
|
not1mm/plugins/arrl_rtty_ru.py,sha256=hKUS4isjdXo3EYxQrsqsDupPp2chW8fpoWj0T1pTgJ4,7994
|
126
126
|
not1mm/plugins/arrl_ss_cw.py,sha256=4yN68xZMuJRaSUfdiY4hafC07A3lifl5q6DEUZ-oYPQ,13080
|
127
127
|
not1mm/plugins/arrl_ss_phone.py,sha256=Yzc5sNjrY8TlnozbYF6k8hbEamyDuUAD_3-BNqHgXqY,13068
|
128
|
-
not1mm/plugins/arrl_vhf_jan.py,sha256=
|
129
|
-
not1mm/plugins/arrl_vhf_jun.py,sha256=
|
130
|
-
not1mm/plugins/arrl_vhf_sep.py,sha256=
|
128
|
+
not1mm/plugins/arrl_vhf_jan.py,sha256=bSZM7NHa-B1tKY71Bh2VD6gATHw6xkwuLYxe9K8zk-Y,15604
|
129
|
+
not1mm/plugins/arrl_vhf_jun.py,sha256=B2nmz4nS3Al2v0Un2bey5ueGhfa4jN3l_nEsj1AZecc,14623
|
130
|
+
not1mm/plugins/arrl_vhf_sep.py,sha256=iG_Bt6JvmDSUYhmAoWYM0f8kuqWGblAn61DXclVTgXU,14623
|
131
131
|
not1mm/plugins/canada_day.py,sha256=OVpcCl1Chse_zLHf6PayTrgawWM4W-pmrTw40Al-o9s,11998
|
132
132
|
not1mm/plugins/cq_160_cw.py,sha256=5s6rIZdJEnmWe1SI06BEyz7p5vP0N2n9mI4l_mZ0icw,14139
|
133
133
|
not1mm/plugins/cq_160_ssb.py,sha256=zIwSMAjHSt6W2edrDzVbyTf860JowHoFkU9BKO8Enag,14182
|
@@ -152,9 +152,9 @@ not1mm/plugins/ref_cw.py,sha256=aWjHHkqIKutjRUtzh09y5haFfnZK9poRQDWRQMDRxxU,1632
|
|
152
152
|
not1mm/plugins/stew_perry_topband.py,sha256=CKBQbYl4ETxhXJd2dma4fg_C5pag_s7Nf61SCztZtqE,10668
|
153
153
|
not1mm/plugins/weekly_rtty.py,sha256=DQcy3SY0Zn56EdlYGf3NxrRhTnkNa5IqRQPRQdKDSPs,14255
|
154
154
|
not1mm/plugins/winter_field_day.py,sha256=4rcfRtobwjHO6BNL3WOTHzBmyyeuX79BNGBG8PfjrI8,10238
|
155
|
-
not1mm-24.9.10.
|
156
|
-
not1mm-24.9.10.
|
157
|
-
not1mm-24.9.10.
|
158
|
-
not1mm-24.9.10.
|
159
|
-
not1mm-24.9.10.
|
160
|
-
not1mm-24.9.10.
|
155
|
+
not1mm-24.9.10.2.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
156
|
+
not1mm-24.9.10.2.dist-info/METADATA,sha256=5QpxdMrRNvvy84MbnKG0C2glUwSelOogtlbwBp0Giwo,30786
|
157
|
+
not1mm-24.9.10.2.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
|
158
|
+
not1mm-24.9.10.2.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
|
159
|
+
not1mm-24.9.10.2.dist-info/top_level.txt,sha256=0YmTxEcDzQlzXub-lXASvoLpg_mt1c2thb5cVkDf5J4,7
|
160
|
+
not1mm-24.9.10.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|