File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 22
33=======
44
5- # 1.8.0 (2022-08-25)
6- - validates source in ` upload-source ` command using geojson library.
5+ # 1.8.1 (2022-08-29)
6+ - Bug Fix: Fix setup script to have ` geojson ` package in setup.py install requirements
7+
8+ # 1.8.0 (2022-08-25) - [ YANKED]
9+
10+ * Yanked due to missing ` geojson ` package in setup.py*
11+
12+ - Validates source in ` upload-source ` command using [ geojson package] ( https://github.com/jazzband/geojson ) .
713- Provides line number for an invalid feature that is detected with the geojson validator.
814
915# 1.7.4 (2022-07-13)
10- - validates source id for correct syntax when ` upload-source ` command to resolve ` Connection reset by peer error `
16+ - Validates source id for correct syntax when ` upload-source ` command to resolve ` Connection reset by peer error `
1117
1218# 1.7.3 (2022-03-14)
1319 - Loads ` supermercado ` on request because binaries for arm64 MacOS and Windows are not easily available.
Original file line number Diff line number Diff line change 11"""mapbox_tilesets package"""
22
3- __version__ = "1.8.0 "
3+ __version__ = "1.8.1 "
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ def read(fname):
3636 "jsonschema~=3.0" ,
3737 "jsonseq~=1.0" ,
3838 "mercantile~=1.1.6" ,
39+ "geojson~=2.5.0" ,
3940 ],
4041 include_package_data = True ,
4142 zip_safe = False ,
You can’t perform that action at this time.
0 commit comments