[pypi] Very old releases don't have data on the API
See https://pypi.org/pypi/numpy/json
This commit is contained in:
@@ -11,3 +11,6 @@ trim_trailing_whitespace = true
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.py]
|
||||||
|
indent_size = 4
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ def fetch_releases(pypi_id, regex):
|
|||||||
for r in regex:
|
for r in regex:
|
||||||
if re.match(r, version):
|
if re.match(r, version):
|
||||||
matches = True
|
matches = True
|
||||||
if matches:
|
if matches and R:
|
||||||
d = datetime.fromisoformat(R[0]["upload_time"]).strftime("%Y-%m-%d")
|
d = datetime.fromisoformat(R[0]["upload_time"]).strftime("%Y-%m-%d")
|
||||||
releases[version] = d
|
releases[version] = d
|
||||||
print("%s: %s" % (version, d))
|
print("%s: %s" % (version, d))
|
||||||
|
|||||||
Reference in New Issue
Block a user