From 03acfe4b0a1c54ec52cec366869ec8717aa5fa8e Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sat, 22 Jul 2017 23:57:26 +0200 Subject: [PATCH] Downgrade python3-urllib3 to 1.21.1, since python3-requests demands that. --- satellites/python3-urllib3.sat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/satellites/python3-urllib3.sat b/satellites/python3-urllib3.sat index 98a0a1f..6807215 100644 --- a/satellites/python3-urllib3.sat +++ b/satellites/python3-urllib3.sat @@ -1,12 +1,12 @@ import 'compile/python' name=urllib3 -version=1.22 +version=1.21.1 update_url="https://github.com/shazow/$name/releases" update_names="/archive/$version.tar.gz" dlextract "https://github.com/shazow/$name/archive/$version/$name-$version.tar.gz" \ - '8903a5c17af0c1e8b1793b0c57fbc816' + 'b0a2c692ea273dc120b209a027b0df3c' header_end cd "$name-$version"