From patchwork Mon Oct 22 06:27:04 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 1957 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 1F1D461E88 for ; Sun, 21 Oct 2018 21:27:17 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 1593721A13C5; Sun, 21 Oct 2018 20:27:15 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1540150036; 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=0GJhcRL3AJGai2+yO7OmSJNom3mJxm53/TBVtIVcLps=; b=Fay2oSUlJ2JAspeMamd/tXvQZ8hS0E38cLsETs/v1M2e8albdgo0XYYYEJ9L3MayAasTY6 v8F4TU4vnp2z9HuvXAgPmzi/PG2tw+FuVte3SCElAVf9meUNgQwYESkuzAKWLe1OKR/pPV 077J2bk53BuHnV+KESeU93f3rAIc7RazDM/bSKZKnSnAfYbmlDaj6MvkWjvfUQpSow9hV0 NwSzQ+UsxGFIL9VECT/HNbl9B0JpjJnYMQ4U2yoWAOLG3sA8VHuJIRWR8wotWuYN2BrPtU /6NuEzJSejMlpMlBAlE1Bq+6APl3fRpmNYF2gmEexMuE2Ccdlmf3XeDTKLcLCg== 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 9DF4621A13C5; Sun, 21 Oct 2018 20:27:11 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1540150031; 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=0GJhcRL3AJGai2+yO7OmSJNom3mJxm53/TBVtIVcLps=; b=LVkwzK6rRkj5bgrL3qBC63Ou6RQFJ38/EHnJwLwoGyWenPe9egjQGQZbJ0lHGKLW4D/0eb RLnhsN3yWx6ot4MwLbblJVEi7i2R+HIBBCNtfmu6ONQtkAy04B0LcbrnTfMBRrUjyBoQx+ pjqWKYv0Y33GlqSyAfIxo1Xtal+CvFpOfWdwV+TNGiaMGIyo+z5KWUZAu7ffnX0PsRNDyP WGcCa4KKHAFuEIlNv9/JwzVMvoZ+JaJFxVLtOpjAhElFKXJT/gDtwDZTOMEXjhbFqklh9l aKdHAn1Q7aqn7zNBtl/t8aHo2bcRE+tOMbeSJal89yrfbcQPx6FTFPncwm4/aw== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/4] python-lxml: Update to 4.2.5 Date: Sun, 21 Oct 2018 21:27:04 +0200 Message-Id: <20181021192707.31296-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-lxml/python-lxml.nm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/python-lxml/python-lxml.nm b/python-lxml/python-lxml.nm index 82c07c57a..94938c027 100644 --- a/python-lxml/python-lxml.nm +++ b/python-lxml/python-lxml.nm @@ -4,7 +4,7 @@ ############################################################################### name = python-lxml -version = 3.4.4 +version = 4.2.5 release = 1 thisapp = lxml-%{version} @@ -43,11 +43,6 @@ build # Run tests. %{python3} test.py -p -v - - # Launch more tests. - export PYTHONPATH=src - %{python3} selftest.py - %{python3} selftest2.py end install