not1mm 24.4.25.1__py3-none-any.whl → 24.4.26__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/__main__.py +4 -3
- not1mm/lib/version.py +1 -1
- {not1mm-24.4.25.1.dist-info → not1mm-24.4.26.dist-info}/METADATA +21 -1
- {not1mm-24.4.25.1.dist-info → not1mm-24.4.26.dist-info}/RECORD +8 -8
- {not1mm-24.4.25.1.dist-info → not1mm-24.4.26.dist-info}/LICENSE +0 -0
- {not1mm-24.4.25.1.dist-info → not1mm-24.4.26.dist-info}/WHEEL +0 -0
- {not1mm-24.4.25.1.dist-info → not1mm-24.4.26.dist-info}/entry_points.txt +0 -0
- {not1mm-24.4.25.1.dist-info → not1mm-24.4.26.dist-info}/top_level.txt +0 -0
not1mm/__main__.py
CHANGED
@@ -150,10 +150,11 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
150
150
|
"cluster_port": 7373,
|
151
151
|
"cluster_filter": "Set DX Filter SpotterCont=NA",
|
152
152
|
"cluster_mode": "OPEN",
|
153
|
-
"logwindow":
|
154
|
-
"bandmapwindow":
|
155
|
-
"checkwindow":
|
153
|
+
"logwindow": False,
|
154
|
+
"bandmapwindow": False,
|
155
|
+
"checkwindow": False,
|
156
156
|
"vfowindow": False,
|
157
|
+
"darkmode": True,
|
157
158
|
}
|
158
159
|
appstarted = False
|
159
160
|
contact = {}
|
not1mm/lib/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: not1mm
|
3
|
-
Version: 24.4.
|
3
|
+
Version: 24.4.26
|
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
|
@@ -55,7 +55,9 @@ Requires-Dist: Levenshtein
|
|
55
55
|
- [Common installation recipes for Ubuntu and Fedora](#common-installation-recipes-for-ubuntu-and-fedora)
|
56
56
|
- [Ubuntu 22.04 LTS](#ubuntu-2204-lts)
|
57
57
|
- [Ubuntu 23.04](#ubuntu-2304)
|
58
|
+
- [Ubuntu 24.04](#ubuntu-2404)
|
58
59
|
- [Fedora 38 \& 39](#fedora-38--39)
|
60
|
+
- [Fedora 40](#fedora-40)
|
59
61
|
- [Python, PyPI, pip and pipx](#python-pypi-pip-and-pipx)
|
60
62
|
- [Bootstrapping pipx](#bootstrapping-pipx)
|
61
63
|
- [Installing with pipx](#installing-with-pipx)
|
@@ -234,6 +236,16 @@ pipx install not1mm
|
|
234
236
|
pipx ensurepath
|
235
237
|
```
|
236
238
|
|
239
|
+
#### Ubuntu 24.04
|
240
|
+
|
241
|
+
```bash
|
242
|
+
sudo apt update
|
243
|
+
sudo apt upgrade
|
244
|
+
sudo apt install -y libportaudio2 pyqt6-dev-tools python3-pip
|
245
|
+
pip install --break-system-packages not1mm
|
246
|
+
source .profile
|
247
|
+
```
|
248
|
+
|
237
249
|
#### Fedora 38 & 39
|
238
250
|
|
239
251
|
```bash
|
@@ -242,6 +254,14 @@ sudo dnf install python3-pip portaudio
|
|
242
254
|
pip install not1mm
|
243
255
|
```
|
244
256
|
|
257
|
+
#### Fedora 40
|
258
|
+
|
259
|
+
```bash
|
260
|
+
sudo dnf upgrade --refresh
|
261
|
+
sudo dnf install python3-pip python3-pyqt6 portaudio
|
262
|
+
pip install not1mm
|
263
|
+
```
|
264
|
+
|
245
265
|
You can now open a new terminal and type not1mm. On it's first run, it may or
|
246
266
|
may not install a lovely non AI generated icon, which you can later click on to
|
247
267
|
launch the application.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
not1mm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
not1mm/__main__.py,sha256=
|
2
|
+
not1mm/__main__.py,sha256=RTpa_ZR5UFaNmdna5xa8zHVUsXX7dSNJ-vvZjBW_08I,123544
|
3
3
|
not1mm/bandmap.py,sha256=3kmRYItrBqpjudFb2NnkGNJpDWkwOpGPQbKwHmYnQ-o,34021
|
4
4
|
not1mm/checkwindow.py,sha256=9ueFgYLM4RFmroMJBXXn98XWO9ZJ-Dop6MwZUXRNFF0,10577
|
5
5
|
not1mm/fsutils.py,sha256=ukHKxKTeNKxKwqRaJjtzRShL4X5Xl0jRBbADyy3Ifp8,1701
|
@@ -106,7 +106,7 @@ not1mm/lib/plugin_common.py,sha256=AAKBPCXzTWZJb-h08uPNnHVG7bSCg7kwukc211gFivY,8
|
|
106
106
|
not1mm/lib/select_contest.py,sha256=WsptLuwkouIHeocJL3oZ6-eUfEnhpwdc-x7eMZ_TIVM,359
|
107
107
|
not1mm/lib/settings.py,sha256=i4Za_BZDl9UotB10o8sjIkzRdR0493rMI5VaQltUZHA,9054
|
108
108
|
not1mm/lib/super_check_partial.py,sha256=p5l3u2ZOCBtlWgbvskC50FpuoaIpR07tfC6zTdRWbh4,2334
|
109
|
-
not1mm/lib/version.py,sha256=
|
109
|
+
not1mm/lib/version.py,sha256=lPQishm4hmFWwKk5ErP8Ktbyz8JmCVbtE3C3poObc-g,48
|
110
110
|
not1mm/lib/versiontest.py,sha256=8vDNptuBBunn-1IGkjNaquehqBYUJyjrPSF8Igmd4_Y,1286
|
111
111
|
not1mm/plugins/10_10_fall_cw.py,sha256=fUjfwjuscDjicXIxsO0JHh7xTR9Vu0iPsrOLb896Qak,10873
|
112
112
|
not1mm/plugins/10_10_spring_cw.py,sha256=WNaJP5mBQfaB6SxnFI0Vawt3AKDr94tKVtAK-EVhtUY,10878
|
@@ -140,9 +140,9 @@ not1mm/plugins/naqp_ssb.py,sha256=IWksulcb2_DxlkeW0h3048t8I-u00G_67KBVKkp-TV4,11
|
|
140
140
|
not1mm/plugins/phone_weekly_test.py,sha256=gCX0ESUoiQzDp9puwibt9-dRembNsiuEeBdawCVvjHA,12316
|
141
141
|
not1mm/plugins/stew_perry_topband.py,sha256=DIMI3mGMKokXXb9pPLqdhBI6JVnnIs7ZnAL23nFmshE,10588
|
142
142
|
not1mm/plugins/winter_field_day.py,sha256=4rcfRtobwjHO6BNL3WOTHzBmyyeuX79BNGBG8PfjrI8,10238
|
143
|
-
not1mm-24.4.
|
144
|
-
not1mm-24.4.
|
145
|
-
not1mm-24.4.
|
146
|
-
not1mm-24.4.
|
147
|
-
not1mm-24.4.
|
148
|
-
not1mm-24.4.
|
143
|
+
not1mm-24.4.26.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
144
|
+
not1mm-24.4.26.dist-info/METADATA,sha256=wdO0q57c03NHGkJR8JKTiGHPHDpIdew_akMRy4tZBlc,28272
|
145
|
+
not1mm-24.4.26.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
146
|
+
not1mm-24.4.26.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
|
147
|
+
not1mm-24.4.26.dist-info/top_level.txt,sha256=0YmTxEcDzQlzXub-lXASvoLpg_mt1c2thb5cVkDf5J4,7
|
148
|
+
not1mm-24.4.26.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|