From f40cf7525a25b7c194158e7ce7a2c3bf00ddb09f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Thu, 12 Mar 2020 19:01:55 -0300 Subject: [PATCH] recipes: python/six: Upgraded to version 1.14.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/python/six/recipe | 8 ++++---- sources/SOURCELIST.txt | 2 +- sources/six-1.12.0.tar.gz.sha256 | 1 - sources/six-1.14.0.tar.gz.sha256 | 1 + 4 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 sources/six-1.12.0.tar.gz.sha256 create mode 100644 sources/six-1.14.0.tar.gz.sha256 diff --git a/recipes/python/six/recipe b/recipes/python/six/recipe index 25039908..7f8a6c54 100644 --- a/recipes/python/six/recipe +++ b/recipes/python/six/recipe @@ -1,7 +1,7 @@ # Build recipe for six. # # Copyright (C) 2018, MMPG -# Copyright (C) 2018-2019 Matias Fonzo, . +# Copyright (C) 2018-2020 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,8 +16,8 @@ # limitations under the License. program=six -version=1.12.0 -release=2 +version=1.14.0 +release=1 # Set 'outdir' for a nice and well-organized output directory outdir="${outdir}/${arch}/python" @@ -25,7 +25,7 @@ outdir="${outdir}/${arch}/python" tarname=${program}-${version}.tar.gz # Remote source(s) -fetch=http://files.pythonhosted.org/packages/dd/bf/4138e7bfb757de47d1f4b6994648ec67a51efe58fa907c1e11e350cddfca/$tarname +fetch=http://files.pythonhosted.org/packages/21/9f/b251f7f8a76dec1d6651be194dfba8fb8d7781d10ab3987190de8391d08e/$tarname description=" A Python 2 and 3 compatibility library. diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index 4ae0ba25..50f826d0 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -105,7 +105,7 @@ http://feh.finalrewind.org/feh-3.2.1.tar.bz2 http://files.itstool.org/itstool/itstool-2.0.6.tar.bz2 http://files.pythonhosted.org/packages/42/64/fc7c506d14d8b6ed363e7798ffec2dfe4ba21e14dda4cfab99f4430cba3a/Mako-1.1.2.tar.gz http://files.pythonhosted.org/packages/b9/2e/64db92e53b86efccfaea71321f597fa2e1b2bd3853d8ce658568f7a13094/MarkupSafe-1.1.1.tar.gz -http://files.pythonhosted.org/packages/dd/bf/4138e7bfb757de47d1f4b6994648ec67a51efe58fa907c1e11e350cddfca/six-1.12.0.tar.gz +http://files.pythonhosted.org/packages/21/9f/b251f7f8a76dec1d6651be194dfba8fb8d7781d10ab3987190de8391d08e/six-1.14.0.tar.gz http://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.1p1.tar.gz http://ftp.acc.umu.se/pub/gnome/sources/gcr/3.28/gcr-3.28.0.tar.xz http://ftp.acc.umu.se/pub/gnome/sources/libcroco/0.6/libcroco-0.6.13.tar.xz diff --git a/sources/six-1.12.0.tar.gz.sha256 b/sources/six-1.12.0.tar.gz.sha256 deleted file mode 100644 index 423a354e..00000000 --- a/sources/six-1.12.0.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73 six-1.12.0.tar.gz diff --git a/sources/six-1.14.0.tar.gz.sha256 b/sources/six-1.14.0.tar.gz.sha256 new file mode 100644 index 00000000..a30b57a7 --- /dev/null +++ b/sources/six-1.14.0.tar.gz.sha256 @@ -0,0 +1 @@ +236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a six-1.14.0.tar.gz -- 2.11.4.GIT