spells-mtg 0.7.2__py3-none-any.whl → 0.7.3__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 spells-mtg might be problematic. Click here for more details.
- spells/draft_data.py +3 -0
- spells/manifest.py +1 -0
- {spells_mtg-0.7.2.dist-info → spells_mtg-0.7.3.dist-info}/METADATA +1 -1
- {spells_mtg-0.7.2.dist-info → spells_mtg-0.7.3.dist-info}/RECORD +7 -7
- {spells_mtg-0.7.2.dist-info → spells_mtg-0.7.3.dist-info}/WHEEL +0 -0
- {spells_mtg-0.7.2.dist-info → spells_mtg-0.7.3.dist-info}/entry_points.txt +0 -0
- {spells_mtg-0.7.2.dist-info → spells_mtg-0.7.3.dist-info}/licenses/LICENSE +0 -0
spells/draft_data.py
CHANGED
spells/manifest.py
CHANGED
|
@@ -106,6 +106,7 @@ def _resolve_view_cols(
|
|
|
106
106
|
view_resolution[View.DRAFT] = view_resolution.get(
|
|
107
107
|
View.DRAFT, frozenset()
|
|
108
108
|
).union({ColName.PICK})
|
|
109
|
+
# now determine views and deps
|
|
109
110
|
if cdef.col_type == ColType.CARD_ATTR:
|
|
110
111
|
view_resolution[View.CARD] = view_resolution.get(
|
|
111
112
|
View.CARD, frozenset()
|
|
@@ -2,15 +2,15 @@ spells/__init__.py,sha256=iyX74sLFJIQ_5ShZ7KDOeBlbYLm21ibWxwyzCGnKdg8,169
|
|
|
2
2
|
spells/cache.py,sha256=YpTmlW-U2EosvGCH9gRQdQc8gRjjcGbgQovn5gfA_WE,3165
|
|
3
3
|
spells/cards.py,sha256=EOXAB_F2yedjf6KquCERCIHl0TSIJIoOe1jv8g4JzOc,3601
|
|
4
4
|
spells/columns.py,sha256=kWeDofGL0bYcxq4OOfUwkU4Ty3fm0xux6R9774v9HVQ,18053
|
|
5
|
-
spells/draft_data.py,sha256=
|
|
5
|
+
spells/draft_data.py,sha256=YeixEMn9OZu9fAFH-VMC6urkbybySqlHITBhfZLFigc,17271
|
|
6
6
|
spells/enums.py,sha256=DL7e1xDEvrsTMbA7vJB_Et1DaYkyO4rIEzvIQDz3MZk,4871
|
|
7
7
|
spells/extension.py,sha256=CcKRdDfFrt2L-53-m2tQrurX-LbIkaRokOD8CuupzW0,6538
|
|
8
8
|
spells/external.py,sha256=PN0PkwdKnvx-4HkApFhI1_ZwRvBUDMUd3Vfbky0xSJA,11786
|
|
9
9
|
spells/filter.py,sha256=J-YTOOAzOQpvIX29tviYL04RVoOUlfsbjBXoQBDCEdQ,3380
|
|
10
|
-
spells/manifest.py,sha256=
|
|
10
|
+
spells/manifest.py,sha256=83VCuS5AuVjvOltdNscOOwekAfeIEHSg9a2O_aKAyA0,8214
|
|
11
11
|
spells/schema.py,sha256=DbMvV8PIThJTp0Xzp_XIorlW6JhE1ud1kWRGf5SQ4_c,6406
|
|
12
|
-
spells_mtg-0.7.
|
|
13
|
-
spells_mtg-0.7.
|
|
14
|
-
spells_mtg-0.7.
|
|
15
|
-
spells_mtg-0.7.
|
|
16
|
-
spells_mtg-0.7.
|
|
12
|
+
spells_mtg-0.7.3.dist-info/METADATA,sha256=gYlwPDbztvSCDiKBb5H31sclXBhlSnyLLizp0Rs2ip0,46731
|
|
13
|
+
spells_mtg-0.7.3.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
|
14
|
+
spells_mtg-0.7.3.dist-info/entry_points.txt,sha256=a9Y1omdl9MdnKuIj3aOodgrp-zZII6OCdvqwgP6BFvI,63
|
|
15
|
+
spells_mtg-0.7.3.dist-info/licenses/LICENSE,sha256=tS54XYbJSgmq5zuHhbsQGbNQLJPVgXqhF5nu2CSRMig,1068
|
|
16
|
+
spells_mtg-0.7.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|