From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id AMplLyERhl9HHwAA0tVLHw (envelope-from ) for ; Tue, 13 Oct 2020 20:42:09 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id MDVWKyERhl+ULgAA1q6Kng (envelope-from ) for ; Tue, 13 Oct 2020 20:42:09 +0000 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 6186C9402B6 for ; Tue, 13 Oct 2020 20:42:09 +0000 (UTC) Received: from localhost ([::1]:46474 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kSR7Y-0001Jn-7X for larch@yhetil.org; Tue, 13 Oct 2020 16:42:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58542) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kSR6U-00007f-Ub for guix-patches@gnu.org; Tue, 13 Oct 2020 16:41:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37494) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kSR6U-0001i5-Ek for guix-patches@gnu.org; Tue, 13 Oct 2020 16:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kSR6U-0002j0-DJ for guix-patches@gnu.org; Tue, 13 Oct 2020 16:41:02 -0400 Subject: bug#43842: [PATCH] gnu: python-chardet: Enable tests Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 13 Oct 2020 20:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 43842 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Lars-Dominik Braun , 43842-done@debbugs.gnu.org Mail-Followup-To: 43842@debbugs.gnu.org, marius@gnu.org, ldb@leibniz-psychology.org Received: via spool by 43842-done@debbugs.gnu.org id=D43842.160262161110401 (code D ref 43842); Tue, 13 Oct 2020 20:41:02 +0000 Received: (at 43842-done) by debbugs.gnu.org; 13 Oct 2020 20:40:11 +0000 Received: from localhost ([127.0.0.1]:49039 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kSR5d-0002hf-6w for submit@debbugs.gnu.org; Tue, 13 Oct 2020 16:40:11 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51478) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kSR5X-0002gz-Vz for 43842-done@debbugs.gnu.org; Tue, 13 Oct 2020 16:40:08 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43402) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kSR5S-0001Ph-HC; Tue, 13 Oct 2020 16:39:58 -0400 Received: from ti0006q161-1594.bb.online.no ([46.9.75.77]:50600 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kSR5O-0004M5-13; Tue, 13 Oct 2020 16:39:56 -0400 From: Marius Bakke In-Reply-To: <20201007073234.GA6057@zpidnp36> References: <20201007073234.GA6057@zpidnp36> Date: Tue, 13 Oct 2020 22:39:51 +0200 Message-ID: <87v9fdrhbc.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) 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-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.61 X-TUID: nzaqyzkULx/G --=-=-= Content-Type: text/plain Lars-Dominik Braun writes: > * gnu/packages/python-xyz.scm (python-chardet) [source]: Add upstream patch. > [arguments]: Remove. > * gnu/packages/patches/python-chardet-3.0.4-pytest.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. Applied, thanks! Note: I removed the git header from the patch file and replaced it with an URL to the upstream commit. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFDBAEBCgAtFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl+GEJcPHG1hcml1c0Bn bnUub3JnAAoJEKKgbfKjOlT6KDMIAMU8G1rlyVMvPsiMMN0e+gaDfLd8gMtFgUGD pk4C64HPyVNm5Eb0uj2kiE6pw43C77D9ZpM2xO8qPha8opIkwz22v6pwcIrwYD8i OEePLYFZ/uy/7iQCEj7ZAxZfWX3MrRKqfYRs7lm4vPVWNHaceTxwU81FCg+8N8xx IEwHIpNj3YT6GwH16d686RTX4+HrNkqXEylHljFgx9Zdddp2VmpSc2u/1YmNeCur zUtzd4WGM9kW3a0EZ7v7aXVVWroCd6AUjHSUjY4oVmrsn0ON/GNajzDX0k/Xcwuw +zM5E5s7ydvYbvRpmRW98+T7FW7QE+z38ZTxAsebe3ozVq9xUcY= =A6W1 -----END PGP SIGNATURE----- --=-=-=--