Hi @Ashley,
It turns out that we just weren't reading upload-time from the upstream json when using the simple API, so this was pretty trivial to fix and we'll certainly be able to include it in tomorrow's release. Here's the abbreviated result of a quick local test I did after making the fix (also after fixing the issue with the duplicated versions):
{
"meta": {
"api-version": "1.1"
},
"name": "psycopg",
"versions": [
"3.0b1",
"3.0",
"3.0.1",
"3.0.2",
"3.0.3",
"3.0.4",
"3.0.5",
"3.0.6",
"3.0.7",
"3.0.8",
"3.0.9",
"3.0.10",
"3.0.11",
"3.0.12",
"3.0.13",
"3.0.14",
"3.0.15",
"3.0.16",
"3.0.17",
"3.0.18",
"3.1",
"3.1.1",
"3.1.2",
"3.1.3",
"3.1.4",
"3.1.5",
"3.1.6",
"3.1.7",
"3.1.8",
"3.1.9",
"3.1.10",
"3.1.11",
"3.1.12",
"3.1.13",
"3.1.14",
"3.1.15",
"3.1.16",
"3.1.17",
"3.1.18",
"3.1.19",
"3.1.20",
"3.2.0",
"3.2.1",
"3.2.2",
"3.2.3",
"3.2.4",
"3.2.5",
"3.2.6",
"3.2.7",
"3.2.8",
"3.2.9",
"3.2.10",
"3.2.11",
"3.2.12",
"3.2.13",
"3.3.0",
"3.3.1",
"3.3.2",
"3.3.3",
"3.3.4"
],
"files": [
{
"filename": "psycopg-3.0b1-py3-none-any.whl",
"url": "http://localhost:5000/pypi/snake/download/psycopg/3.0b1/psycopg-3.0b1-py3-none-any.whl",
"requires-python": ">=3.6",
"size": 131830,
"upload-time": "2021-09-03T21:34:46.638478Z",
"hashes": {
"sha256": "fd510caaaa90aec11781c0581a8a03f847e35925db6de293404db87d625a44e8"
}
},
{
"filename": "psycopg-3.0b1.tar.gz",
"url": "http://localhost:5000/pypi/snake/download/psycopg/3.0b1/psycopg-3.0b1.tar.gz",
"requires-python": ">=3.6",
"size": 108312,
"upload-time": "2021-08-30T04:25:06.027667Z",
"hashes": {
"sha256": "90188a415f2132eabccfa58ae41330d3bfc1c5c410add4d6194e783521478189"
}
},
{
"filename": "psycopg-3.0-py3-none-any.whl",
"url": "http://localhost:5000/pypi/snake/download/psycopg/3.0/psycopg-3.0-py3-none-any.whl",
"requires-python": ">=3.6",
"size": 140812,
"upload-time": "2021-10-12T16:20:12.084578Z",
"hashes": {
"sha256": "65b9fb8838dae61040ad3e0cfc184d4ffd17f740ef4c0353d76050a6eb061a9c"
}
}
//...SNIP
]
}