Skip to content

Commit

Permalink
Add oathbreaker format and regen testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
gwax committed Mar 17, 2023
1 parent 6ab2ff6 commit 93f6b5d
Show file tree
Hide file tree
Showing 8 changed files with 436 additions and 342 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@ Development

- ...

2.6.1
-----

- Minor Scryfall data changes.

2.6.0
-----

Expand Down
1 change: 1 addition & 0 deletions mtg_ssm/scryfall/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ class ScryFormat(str, Enum):
PAUPERCOMMANDER = "paupercommander"
PREMODERN = "premodern"
PREDH = "predh"
OATHBREAKER = "oathbreaker"


class ScryLegality(str, Enum):
Expand Down
4 changes: 2 additions & 2 deletions tests/data/bulk_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"type": "default_cards",
"name": "Default Cards",
"description": "A JSON file containing every card object on Scryfall in English or the printed language if the card is only available in one language.",
"download_uri": "https://data.scryfall.io/default-cards/default-cards-20230310220757.json",
"updated_at": "2023-03-10T22:07:57.155000Z",
"download_uri": "https://data.scryfall.io/default-cards/default-cards-20230316210924.json",
"updated_at": "2023-03-16T21:09:24.643000Z",
"content_type": "application/json",
"content_encoding": "gzip"
}
Expand Down
Loading

0 comments on commit 93f6b5d

Please sign in to comment.