tradedangerous 11.0.1__py3-none-any.whl → 11.0.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.

Potentially problematic release.


This version of tradedangerous might be problematic. Click here for more details.

@@ -355,7 +355,7 @@ class ImportPlugin(plugins.ImportPluginBase):
355
355
 
356
356
  # We can probably safely assume that the plugin has never been run if
357
357
  # the prices file doesn't exist, since the plugin always generates it.
358
- if not (self.tdb.dataPath / Path("TradeDangerous.prices")).exists():
358
+ if not (self.tdb.dataPath / Path("TradeDangerous.db")).exists():
359
359
  self.options["clean"] = True
360
360
 
361
361
  if self.getOption("clean"):
@@ -208,7 +208,7 @@ class ImportPlugin(plugins.ImportPluginBase):
208
208
  assert not (self.url and self.file), 'Provide either url or file, not both'
209
209
  if self.file and (self.file != '-'):
210
210
  self.file = (Path(self.tdenv.cwDir, self.file)).resolve()
211
- if not Path(self.tdb.dataPath, "TradeDangerous.prices").exists():
211
+ if not Path(self.tdb.dataPath, "TradeDangerous.db").exists():
212
212
  ri_path = Path(self.tdb.dataPath, "RareItem.csv")
213
213
  rib_path = ri_path.with_suffix(".tmp")
214
214
  if ri_path.exists():
tradedangerous/version.py CHANGED
@@ -12,5 +12,5 @@
12
12
  """just keeper of current version"""
13
13
 
14
14
  # TODO: remember to update tests when version changes
15
- __version__ = '11.0.1'
15
+ __version__ = '11.0.2'
16
16
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tradedangerous
3
- Version: 11.0.1
3
+ Version: 11.0.2
4
4
  Summary: Trade-Dangerous is a set of powerful trading tools for Elite Dangerous, organized around one of the most powerful trade run optimizers available.
5
5
  Home-page: https://github.com/eyeonus/Trade-Dangerous
6
6
  Author: eyeonus
@@ -21,7 +21,7 @@ tradedangerous/tradeexcept.py,sha256=aZ-Y31MbkjF7lmAzBAbaMsPPE7FEEfuf4gaX2GvriDk
21
21
  tradedangerous/tradegui.py,sha256=q2HdIdoyeLUpeF2X0hVIGn7sU6T4zOzq1HN0zGvZdyE,788
22
22
  tradedangerous/transfers.py,sha256=NWdrE3gfBlvqnoSJEuWHqYbWFHUHNDd5D0YYMQkpaMY,10513
23
23
  tradedangerous/utils.py,sha256=PUPvAEqUyxYGqqQa0b_yfLAvq8YVUxK6HfdS-CxM-Lo,5186
24
- tradedangerous/version.py,sha256=aDLr8TVjMzFdVqr7IbN81E05QzcAMQCuS_iYevVADM8,646
24
+ tradedangerous/version.py,sha256=WM4xA7PmvxejHn0EFoa9NayVrOkwZG5LJisnSbHdI4o,646
25
25
  tradedangerous/commands/TEMPLATE.py,sha256=MOE69xsZPHPIMBQ-LXicfsOlCZdy-2gPX_nlnwYYil8,2026
26
26
  tradedangerous/commands/__init__.py,sha256=3gz2cnXNZNkV1gtZh0dOnCRxBkQHbeIyysRe3bM2WEE,9516
27
27
  tradedangerous/commands/buildcache_cmd.py,sha256=_8vKu9e3tQy0HEPrnG8Ts0OoQ_kF6gZPQ9EOfTUd73w,2179
@@ -62,18 +62,18 @@ tradedangerous/misc/progress.py,sha256=NKvKP1OSCTpItc1CNxDuEH2A1oGJ6aWSyCdPSAjsG
62
62
  tradedangerous/plugins/__init__.py,sha256=TL-OIptlqNENKhoFqkFeBJn_vSw8L0pVaDJgjhaTj7A,7860
63
63
  tradedangerous/plugins/edapi_plug.py,sha256=5nqBYmjUceAt-KTfiBn7IEl443R1SsGLDmfVXgbcyms,42262
64
64
  tradedangerous/plugins/edcd_plug.py,sha256=JuDtuEM_mN9Sz2H09-qYizM-9N3cuNjgvQy7Y-wHwKw,14412
65
- tradedangerous/plugins/eddblink_plug.py,sha256=1SXmNdGLy-EP5qOrl4WNjcOA_tt-S2fVuGunQWKR3k4,21965
65
+ tradedangerous/plugins/eddblink_plug.py,sha256=pfPROnJKhvLHDNruOx_wHGK876aYS7dE8xcMVuWw1ak,21961
66
66
  tradedangerous/plugins/edmc_batch_plug.py,sha256=rrP_lFFxWsba8DPEo0WF2EdCiMoRC7tCT8z62MIvtIo,4173
67
67
  tradedangerous/plugins/journal_plug.py,sha256=5HMyoxQ7z42qj7NiL8rDxSyTN9gKikoQjyWzJLD-SYQ,23746
68
68
  tradedangerous/plugins/netlog_plug.py,sha256=yUl47l9xt3kGj9oSiY_FZaDGdnQj63oa9MBtSeIy1Zo,13469
69
- tradedangerous/plugins/spansh_plug.py,sha256=72_7aWQAxtb_xUEOaD_3oqB2DxEyhkCR1BY1EXn2-iw,26734
69
+ tradedangerous/plugins/spansh_plug.py,sha256=viIlFNrVocRKjZ1rg8mNTZsHaZoSAn5_6vEGn67suVQ,26730
70
70
  tradedangerous/templates/Added.csv,sha256=8o54civQCcS9y7_DBo0GX196XWRbbREQqKDYTKibsgQ,649
71
71
  tradedangerous/templates/Category.csv,sha256=8xwUDcBZE25T6x6dZGlRUMTCqeDLt3a9LXU5h6hRHV8,250
72
72
  tradedangerous/templates/RareItem.csv,sha256=F1RhRnTD82PiwrVUO-ai2ErGH2PTqNnQaDw5mcgljXs,10483
73
73
  tradedangerous/templates/TradeDangerous.sql,sha256=VlQK7QGtEi2brGtWaIZDvKmbJ_vLocD4CJ8h_6kKptU,7808
74
- tradedangerous-11.0.1.dist-info/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
75
- tradedangerous-11.0.1.dist-info/METADATA,sha256=-QKii7zlT7pIPfbrIGGJYYuDbInfyI7jQsgyczIWPBM,4435
76
- tradedangerous-11.0.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
77
- tradedangerous-11.0.1.dist-info/entry_points.txt,sha256=pSwa-q0ob443uiKux7xFKYQl8uen66iDTnjdrQhNLx8,92
78
- tradedangerous-11.0.1.dist-info/top_level.txt,sha256=bF29i-oEltmNICgElEKxNsg83oahJvxg3a7YrxZi9Rk,15
79
- tradedangerous-11.0.1.dist-info/RECORD,,
74
+ tradedangerous-11.0.2.dist-info/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
75
+ tradedangerous-11.0.2.dist-info/METADATA,sha256=_vaFgkOz_3wl328H1FA2rSCzopguYOklEFx_brB23ho,4435
76
+ tradedangerous-11.0.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
77
+ tradedangerous-11.0.2.dist-info/entry_points.txt,sha256=pSwa-q0ob443uiKux7xFKYQl8uen66iDTnjdrQhNLx8,92
78
+ tradedangerous-11.0.2.dist-info/top_level.txt,sha256=bF29i-oEltmNICgElEKxNsg83oahJvxg3a7YrxZi9Rk,15
79
+ tradedangerous-11.0.2.dist-info/RECORD,,