opentrons-shared-data 8.6.0a3__py3-none-any.whl → 8.6.0a5__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 opentrons-shared-data might be problematic. Click here for more details.

@@ -1,7 +1,14 @@
1
1
  # file generated by setuptools-scm
2
2
  # don't change, don't track in version control
3
3
 
4
- __all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
4
+ __all__ = [
5
+ "__version__",
6
+ "__version_tuple__",
7
+ "version",
8
+ "version_tuple",
9
+ "__commit_id__",
10
+ "commit_id",
11
+ ]
5
12
 
6
13
  TYPE_CHECKING = False
7
14
  if TYPE_CHECKING:
@@ -9,13 +16,19 @@ if TYPE_CHECKING:
9
16
  from typing import Union
10
17
 
11
18
  VERSION_TUPLE = Tuple[Union[int, str], ...]
19
+ COMMIT_ID = Union[str, None]
12
20
  else:
13
21
  VERSION_TUPLE = object
22
+ COMMIT_ID = object
14
23
 
15
24
  version: str
16
25
  __version__: str
17
26
  __version_tuple__: VERSION_TUPLE
18
27
  version_tuple: VERSION_TUPLE
28
+ commit_id: COMMIT_ID
29
+ __commit_id__: COMMIT_ID
19
30
 
20
- __version__ = version = '8.6.0a3'
21
- __version_tuple__ = version_tuple = (8, 6, 0, 'a3')
31
+ __version__ = version = '8.6.0a5'
32
+ __version_tuple__ = version_tuple = (8, 6, 0, 'a5')
33
+
34
+ __commit_id__ = commit_id = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: opentrons_shared_data
3
- Version: 8.6.0a3
3
+ Version: 8.6.0a5
4
4
  Summary: A bundle of data and python binding that supports the Opentrons API.Does not need to be installed manually; only a dependency of the opentrons package
5
5
  Project-URL: Source Code, https://github.com/Opentrons/opentrons
6
6
  Author-email: Opentrons <engineering@opentrons.com>
@@ -1,5 +1,5 @@
1
1
  opentrons_shared_data/__init__.py,sha256=DVgoqWWN7qiAJ20GG2gweJeYYpA6xbHg-88ilVLjsgE,430
2
- opentrons_shared_data/_version.py,sha256=xD_T0KGoygCgIVCg4T4APgS97uLDmrAh1HwkwJPEeNk,519
2
+ opentrons_shared_data/_version.py,sha256=DwgORFlCYMpHF3Y70AkjCmEVbBrAoGaMakKYbXsdrE8,712
3
3
  opentrons_shared_data/load.py,sha256=fTd57_9QvpC8I48380rfxFDgGy-vhPZyEW2sGA3mcfo,1605
4
4
  opentrons_shared_data/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  opentrons_shared_data/command/__init__.py,sha256=54jWGDwpdI0dAaaQMsty1N40WsB88uywBoCbiAta4Hc,3961
@@ -628,7 +628,7 @@ opentrons_shared_data/data/robot/definitions/1/ot2.json,sha256=3XY9bD1Q2uCfmiHBy
628
628
  opentrons_shared_data/data/robot/definitions/1/ot3.json,sha256=jGwWoCT3-FAMnKG7C64HRpUISfELOcExL7XYhzwh6I4,376
629
629
  opentrons_shared_data/data/robot/schemas/1.json,sha256=akt5AiU8pwc68JlVVq8MI37J-a6g6vSxXfcBM19yiQQ,3049
630
630
  opentrons_shared_data/data/labware/repository/schemas/1.json,sha256=-iZkF5yZN7MZCQPDm-fAhug-FLFX_Wi9wF0m7LwFQiQ,2314
631
- opentrons_shared_data-8.6.0a3.dist-info/METADATA,sha256=pCg7e9Scf8OjTF34HKkMaugHJHEPC0wlW_YeC24qOdg,965
632
- opentrons_shared_data-8.6.0a3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
633
- opentrons_shared_data-8.6.0a3.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
634
- opentrons_shared_data-8.6.0a3.dist-info/RECORD,,
631
+ opentrons_shared_data-8.6.0a5.dist-info/METADATA,sha256=LIbYVCPFjT6z76OQY9-T2riLFx9AEfvd6u3ditknMV0,965
632
+ opentrons_shared_data-8.6.0a5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
633
+ opentrons_shared_data-8.6.0a5.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
634
+ opentrons_shared_data-8.6.0a5.dist-info/RECORD,,