From patchwork Mon Oct 22 06:35:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 1961 Return-Path: Received: from mail01.ipfire.org (mail01.ipfire.org [IPv6:2001:470:7183:25::1]) by web02.i.ipfire.org (Postfix) with ESMTP id 8ED4A61E88 for ; Sun, 21 Oct 2018 21:35:40 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id ED1C2216DA15; Sun, 21 Oct 2018 20:35:39 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1540150540; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=AIygKFHgX8LdUui49cRU+KZDYxH0A2QSzpCEbFK5TXQ=; b=ZIWnVKmXr5oBM185nDgChC6UpyBgv1odP25iSkU3meVEeT89PQW+cSNrm5XtoGIqMmq8Ij 1OG3ft8c6J6u/gibIWI68NdfmDL9Gr9Pqh6WaK4GXlf/7AGreezADMpAEZOwY4MNA7VJ2I v0mlcrKZrapDectttdxUsORzVG7og+XicK+QACHZMx7aTtaeucJDZSPRpK6luC8RavFFpe FHMMXDVt0LmGtsCUL1gkctpqNz43UqSRWNY3/xTPoApv9jjRJo1cNQAjmn70Syt2ii6eVD tT8UzuA3kmSADHtswrkEyfFa04dmkTh2uvTpClC6bwVqngrwReD6OC+w4rBhtQ== Received: from tuxedo.stevee (078132056097.public.t-mobile.at [78.132.56.97]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 912F321A13CF; Sun, 21 Oct 2018 20:35:37 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1540150537; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=AIygKFHgX8LdUui49cRU+KZDYxH0A2QSzpCEbFK5TXQ=; b=PxjMvoF3/grCVA6SNFvrTnhpDwvxyF3hH7SRNeYb64Bn55lkCBBnvmzhBkm9yB9FmtHJuM /YeQ33ZNnBZoFgaNhFGrrS7x8KGaR0vuc4e5iZ8ChzcG4xxHLYGDWcHSGlHisHi1q1eFU9 FtvZpGjW3/SDW0tPEzFs6J+iEmI7pwKOVBMj6z3xRf8UCdcJIjU5XzH4I/MQNnRJSDH727 VTR05CcnXepuy9Doz0FwlqT/LUnJVEm56ewbKlhsymVUqRZsyrqrj3qlmBNc0qy0o1wuSV b6TYkwwhcLGfjivZVUZPZ2RB0TQLhE9N6LXNADo7vSLEV/CgnmZHfqolicKEjw== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/5] python-setuputils: Update to 40.4.3 Date: Sun, 21 Oct 2018 21:35:30 +0200 Message-Id: <20181021193534.31718-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.17.1 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@ipfire.org X-Spamd-Result: default: False [-2.10 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DKIM_SIGNED(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:8412, ipnet:78.132.0.0/17, country:AT]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-2.10 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl --- python-setuptools/python-setuptools.nm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-setuptools/python-setuptools.nm b/python-setuptools/python-setuptools.nm index 8f1823aea..ffef974cf 100644 --- a/python-setuptools/python-setuptools.nm +++ b/python-setuptools/python-setuptools.nm @@ -4,7 +4,7 @@ ############################################################################### name = python-setuptools -version = 28.2.0 +version = 40.4.3 release = 1 arch = noarch thisapp = setuptools-%{version} @@ -21,6 +21,8 @@ description especially ones that have dependencies on other packages. end +source_dl = https://github.com/pypa/setuptools/archive/v%{version}.tar.gz#/ + build requires pakfire-builder >= 0.9.23-2 @@ -36,9 +38,11 @@ build build pushd %{DIR_APP3} + %{python3} bootstrap.py CFLAGS="%{CFLAGS}" %{python3} setup.py build popd + %{python} bootstrap.py CFLAGS="%{CFLAGS}" %{python} setup.py build end