From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id wJuWCAoTiGKXVwAAbAwnHQ (envelope-from ) for ; Sat, 21 May 2022 00:15:38 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 6G1lCAoTiGLRfwAAauVa8A (envelope-from ) for ; Sat, 21 May 2022 00:15:38 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D1E589D8B for ; Sat, 21 May 2022 00:15:37 +0200 (CEST) Received: from localhost ([::1]:33718 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nsAuG-0005xs-KF for larch@yhetil.org; Fri, 20 May 2022 18:15:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47494) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nsAtj-0005wY-QA for guix-patches@gnu.org; Fri, 20 May 2022 18:15:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46417) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nsAtj-0006He-GO for guix-patches@gnu.org; Fri, 20 May 2022 18:15:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nsAtj-0006V8-CK for guix-patches@gnu.org; Fri, 20 May 2022 18:15:03 -0400 Subject: bug#55508: [PATCH] gnu: python-geopandas: Fix build. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 20 May 2022 22:15:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55508 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Felix Gruber Cc: 55508-done@debbugs.gnu.org Mail-Followup-To: 55508@debbugs.gnu.org, ludo@gnu.org, felgru@posteo.net Received: via spool by 55508-done@debbugs.gnu.org id=D55508.165308486824893 (code D ref 55508); Fri, 20 May 2022 22:15:03 +0000 Received: (at 55508-done) by debbugs.gnu.org; 20 May 2022 22:14:28 +0000 Received: from localhost ([127.0.0.1]:40306 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nsAsx-0006TB-9D for submit@debbugs.gnu.org; Fri, 20 May 2022 18:14:28 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54088) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nsAsu-0006Sx-EY for 55508-done@debbugs.gnu.org; Fri, 20 May 2022 18:14:13 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38604) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nsAsp-0005yA-89; Fri, 20 May 2022 18:14:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=I0H/T7LON1IwRuvXj3vKWTyZotTre4OylnOx4V5sdPQ=; b=Duze+DcDqU1pni25m5Xp r6wFQmfVxiMmXTxyfug+pfVe30hnrLi9/kH1KOTlj+ifl5Hh2Lf+fgneFKGUDaoPGz+KCjbPBtmH9 Nwk01Zu5/NkdJurh8tk4mZvTd5gWW75sLKm1/VMlLnfExGrNhjDwpQ2AFp8q3GWqlbbSsKzpgg+M+ 5D9zOqPFd3KMLqFWd0idugH30JeCnsH3QvR0WYdNEd3jfgBbUPF+zxcE8rituhzIFsX8Q6otYlb6r L8GWgHKHq6A6msuw+6TL7hMcvJX1KnBUjFCa8aFXksEMlhFuI8SBnXbDesB0/eYrINY+mt60z+QbD QTuRZNWxV05kIg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:54547 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nsAso-0002rU-Rw; Fri, 20 May 2022 18:14:07 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220518192111.20342-1-felgru@posteo.net> Date: Sat, 21 May 2022 00:14:05 +0200 In-Reply-To: <20220518192111.20342-1-felgru@posteo.net> (Felix Gruber's message of "Wed, 18 May 2022 19:21:11 +0000") Message-ID: <87mtfbvolu.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1653084937; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=I0H/T7LON1IwRuvXj3vKWTyZotTre4OylnOx4V5sdPQ=; b=JMsJJxQF/AwOA+Zx1Dt3J5g6KC+cQRc8bL6DtueRJ/SM5/YnHZ4juNmXde+kPYMz4E5efm Sy+ed/npZQy8bDFXiEfxNdveOFObtGxU1usDDOqjuxUpPNjugVmqAcqVaZL/K+h0zfMZfT WGjBQ+/9TPwRe01L4kC75epge6Fv/BpxnUtl63EqNap/y2wDceuJFqARCYKK54ghE9yy0T i3XZcxuDy8g9qy/6HwJy4YRwF6x1fMcPGU70i6dh/hKZgNryUGkwvDjhhO6icW2mDKUJnc vxenVNpUf8PYBwf5asmbNXElM2eWntkfKh/3YQ0i+D1dSbur/qQyWyvD6eCRUw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1653084937; a=rsa-sha256; cv=none; b=JBwKwUogyodjzcf5sA3hvB8FA2z22XjLobf7WIIGr0neFwBPuobP0RVN9Xn4aSVCwOr2g4 F9RPxmNMp77I1PpLPVkngMtmp6baRKYdRTWdiuyhC8jtS0K9nhuZmpWVeandZ5rfAw7biX 3GgDLdAHEbVKYioC+dE4ZXiu7Ayw6VcSt5Q/zo4rpSd7J3aNh7EXWEjtmW6qiDj5vOH/jp Vttbc6Vql4cJ5bWczbknKXFBfj0KKovSKaUI4Z/djczsnKidaFSe5uGqVo9ZPFmKqsmxwa clYYe6sHRrA+iNXJETdJSa+7tt5KfSkOQzuXJg/Tw3P1aqI+NLJDnY2dKjpnCQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Duze+DcD; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.74 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Duze+DcD; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: D1E589D8B X-Spam-Score: -4.74 X-Migadu-Scanner: scn0.migadu.com X-TUID: Pl2jZLdcBiaT Hi, Felix Gruber skribis: > * gnu/packages/geo.scm (python-geopandas)[arguments]: Disable broken > tests. Re-enable test_fillna_no_op_returns_copy which does not fail > anymore. Applied, thanks! Ludo=E2=80=99.