From 24af8791b694b51810957bfadcffad680784c69d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 30 Nov 2021 21:51:42 +0530 Subject: [PATCH] Use python 3.10 allows us to get rid of a couple of deps --- bypy/sources.json | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index e84530a9b6..616228c0de 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -166,9 +166,9 @@ { "name": "python", "unix": { - "filename": "Python-3.9.7.tar.xz", - "hash": "sha256:f8145616e68c00041d1a6399b76387390388f8359581abc24432bb969b5e3c57", - "urls": ["https://www.python.org/ftp/python/3.9.7/{filename}"] + "filename": "Python-3.10.0.tar.xz", + "hash": "sha256:5a99f8e7a6a11a7b98b4e75e0d1303d3832cada5534068f69c7b6222a7b1b002", + "urls": ["https://www.python.org/ftp/python/3.10.0/{filename}"] } }, @@ -605,26 +605,6 @@ } }, - { - "name": "zipp", - "comment": "Only needed for importlib_metadata", - "unix": { - "filename": "zipp-3.6.0.tar.gz", - "hash": "sha256:71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832", - "urls": ["pypi"] - } - }, - - { - "name": "importlib_metadata", - "comment": "Only needed for python < 3.10 by python-markdown", - "unix": { - "filename": "importlib_metadata-4.8.2.tar.gz", - "hash": "sha256:75bdec14c397f528724c1bfd9709d660b33a4d2e77387a3358f20b848bb5e5fb", - "urls": ["pypi"] - } - }, - { "name": "feedparser", "unix": {