PyFT8 2.12.1__tar.gz → 2.12.2__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 (29) hide show
  1. {pyft8-2.12.1 → pyft8-2.12.2}/PKG-INFO +1 -1
  2. {pyft8-2.12.1 → pyft8-2.12.2}/PyFT8/databases.py +1 -1
  3. {pyft8-2.12.1 → pyft8-2.12.2}/PyFT8/pyft8.py +1 -1
  4. {pyft8-2.12.1 → pyft8-2.12.2}/PyFT8.egg-info/PKG-INFO +1 -1
  5. {pyft8-2.12.1 → pyft8-2.12.2}/pyproject.toml +1 -1
  6. {pyft8-2.12.1 → pyft8-2.12.2}/LICENSE +0 -0
  7. {pyft8-2.12.1 → pyft8-2.12.2}/MANIFEST.in +0 -0
  8. {pyft8-2.12.1 → pyft8-2.12.2}/PyFT8/__init__.py +0 -0
  9. {pyft8-2.12.1 → pyft8-2.12.2}/PyFT8/gui.py +0 -0
  10. {pyft8-2.12.1 → pyft8-2.12.2}/PyFT8/pskreporter.py +0 -0
  11. {pyft8-2.12.1 → pyft8-2.12.2}/PyFT8/receiver.py +0 -0
  12. {pyft8-2.12.1 → pyft8-2.12.2}/PyFT8/rigctrl.py +0 -0
  13. {pyft8-2.12.1 → pyft8-2.12.2}/PyFT8/time_utils.py +0 -0
  14. {pyft8-2.12.1 → pyft8-2.12.2}/PyFT8/transmitter.py +0 -0
  15. {pyft8-2.12.1 → pyft8-2.12.2}/PyFT8.egg-info/SOURCES.txt +0 -0
  16. {pyft8-2.12.1 → pyft8-2.12.2}/PyFT8.egg-info/dependency_links.txt +0 -0
  17. {pyft8-2.12.1 → pyft8-2.12.2}/PyFT8.egg-info/entry_points.txt +0 -0
  18. {pyft8-2.12.1 → pyft8-2.12.2}/PyFT8.egg-info/requires.txt +0 -0
  19. {pyft8-2.12.1 → pyft8-2.12.2}/PyFT8.egg-info/top_level.txt +0 -0
  20. {pyft8-2.12.1 → pyft8-2.12.2}/README.md +0 -0
  21. {pyft8-2.12.1 → pyft8-2.12.2}/setup.cfg +0 -0
  22. {pyft8-2.12.1 → pyft8-2.12.2}/tests/dev/CQ AAAA.py +0 -0
  23. {pyft8-2.12.1 → pyft8-2.12.2}/tests/dev/osd.py +0 -0
  24. {pyft8-2.12.1 → pyft8-2.12.2}/tests/dev/test_generate_wav.py +0 -0
  25. {pyft8-2.12.1 → pyft8-2.12.2}/tests/dev/test_loopback_performance.py +0 -0
  26. {pyft8-2.12.1 → pyft8-2.12.2}/tests/dev/view_worked_before.py +0 -0
  27. {pyft8-2.12.1 → pyft8-2.12.2}/tests/plot_baseline.py +0 -0
  28. {pyft8-2.12.1 → pyft8-2.12.2}/tests/spare.py +0 -0
  29. {pyft8-2.12.1 → pyft8-2.12.2}/tests/test_batch_and_live.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyFT8
3
- Version: 2.12.1
3
+ Version: 2.12.2
4
4
  Summary: FT8 Decoding and Encoding in Python with test/loopback code
5
5
  Author-email: G1OJS <g1ojs@yahoo.com>
6
6
  License-Expression: GPL-3.0-or-later
@@ -77,7 +77,7 @@ class DiskDict:
77
77
 
78
78
  class History:
79
79
  def __init__(self, config_folder, my_call, home_square, pskr_refresh_mins, parse_all_file):
80
- self.t0 = time.time()
80
+ self.t0 = 1775324204
81
81
  self.pskr_refresh_mins = pskr_refresh_mins
82
82
  self.config_folder = config_folder
83
83
  self.my_call = my_call
@@ -12,7 +12,7 @@ from PyFT8.time_utils import global_time_utils
12
12
  from PyFT8.rigctrl import Rig_CAT, Rig_hamlib
13
13
  from PyFT8.databases import History, ADIF
14
14
 
15
- VER = '2.12.1'
15
+ VER = '2.12.2'
16
16
 
17
17
  MAX_TX_START_SECONDS = 2.5
18
18
  HEARING_PANEL_LIFE_MINS = 5
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyFT8
3
- Version: 2.12.1
3
+ Version: 2.12.2
4
4
  Summary: FT8 Decoding and Encoding in Python with test/loopback code
5
5
  Author-email: G1OJS <g1ojs@yahoo.com>
6
6
  License-Expression: GPL-3.0-or-later
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "PyFT8"
3
- version = "2.12.1"
3
+ version = "2.12.2"
4
4
  license = "GPL-3.0-or-later"
5
5
 
6
6
  authors = [
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