From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 06 17:19:13 2023 Received: (at submit) by debbugs.gnu.org; 6 Jul 2023 21:19:13 +0000 Received: from localhost ([127.0.0.1]:42164 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qHWNd-0001c2-Cc for submit@debbugs.gnu.org; Thu, 06 Jul 2023 17:19:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:52138) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qHWNa-0001bt-O7 for submit@debbugs.gnu.org; Thu, 06 Jul 2023 17:19:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qHWNa-0001Xl-Bb for guix-patches@gnu.org; Thu, 06 Jul 2023 17:19:10 -0400 Received: from sender4-of-o50.zoho.com ([136.143.188.50]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qHWNX-0001RJ-W4 for guix-patches@gnu.org; Thu, 06 Jul 2023 17:19:10 -0400 Delivered-To: rekado@elephly.net ARC-Seal: i=1; a=rsa-sha256; t=1688678342; cv=none; d=zohomail.com; s=zohoarc; b=SZ+Jz+VDGYBoyrgQeLo+mqQSXNAQ8QpvMIoCfuFlrKxYi6eoJrCuRGcee63J59pP4oDopmwC658pbkeBrifc5aZZPPxsSI4h7A/q4TYSoP7CTqWwqWdirChw8Nr7SjrR/GxJ5zo5OmngRGLBIqHhkKs13u1foljhp+WIEZPalW0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1688678342; h=Content-Transfer-Encoding:Cc:Date:From:MIME-Version:Message-ID:Subject:To; bh=ep6yG7K+M4glre1XQZA04WI1bxMprVP3AdTvGVNA5sM=; b=iGvQNnmBVlrC/y8rx+VYNdqhdAQCGR8la+U5cUY3I2ykN8c5Bggg1hSNYAWi+MsIMbnGzhwUUkJD7OhuT+5btazY6qLoj9SbIsCbxksEyySadyY34pteCjWI9ysycCcJ/d2MG1AFp0ZN1w1wAHxAuEg1dikviKNheKPC8BcxqKg= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1688678342; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-Id:Message-Id:MIME-Version:Content-Transfer-Encoding:Reply-To; bh=ep6yG7K+M4glre1XQZA04WI1bxMprVP3AdTvGVNA5sM=; b=eRRYtorDm0FZGuKy3+LXKXxnd7OI/Iea3ZLZXcf2PYDsqvrGzx1oaDRdcTjO5UE8 Q/PumIyVuHTr2+Vc/MHsarnDeuPdQPucYdQbywbmLdkTpuG8OW6WQ59GMO+IJ+4/djD JO8Rkm75wJqzzQ+jug82sa5qP9CCatou+Tn4QAnI= Received: from localhost (45-110-142-46.pool.kielnet.net [46.142.110.45]) by mx.zohomail.com with SMTPS id 1688678340142255.55027215788277; Thu, 6 Jul 2023 14:19:00 -0700 (PDT) From: Ricardo Wurmus To: guix-patches@gnu.org Subject: [PATCH] gnu: python-pygments: Update to 2.15.1. Date: Thu, 6 Jul 2023 23:18:47 +0200 Message-Id: X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 X-Debbugs-Cc: Lars-Dominik Braun , jgart Content-Transfer-Encoding: 8bit X-ZohoMailClient: External Received-SPF: pass client-ip=136.143.188.50; envelope-from=rekado@elephly.net; helo=sender4-of-o50.zoho.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Ricardo Wurmus X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/python-xyz.scm (python-pygments): Update to 2.15.1. [build-system]: Use pyproject-build-system. [arguments]: Run tests. [native-inputs]: Add python-pytest. --- gnu/packages/python-xyz.scm | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a89f25b5b6..89a75556bd 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5913,18 +5913,23 @@ (define-public python-doc8 (define-public python-pygments (package (name "python-pygments") - (version "2.12.0") + (version "2.15.1") (source (origin (method url-fetch) (uri (pypi-uri "Pygments" version)) (sha256 (base32 - "1sr6iqh21xi6p8aba4wa9pqfhjbbpcvn9jcsx0ggy4lniw8idcay")))) - (build-system python-build-system) + "0p3p28fif7m2w5mkd0z99zk9xwgrs3m61x85415qk0fl3ly4vkla")))) + (build-system pyproject-build-system) (arguments - ;; FIXME: Tests require sphinx, which depends on this. - '(#:tests? #f)) + (list + #:test-flags + ;; Some tests require sphinx, which depends on this, so we only run + ;; basic tests. + '(list "--ignore-glob=tests/*/*"))) + (native-inputs + (list python-pytest)) (home-page "https://pygments.org/") (synopsis "Syntax highlighting") (description base-commit: 2426e51688d479042ea115a634c6be2d8b9f3b99 prerequisite-patch-id: 64bdaf1b46e713c11e7e3befc50968710d721da1 prerequisite-patch-id: 33eb796cc51e4372cab09fce61b1c4da73c5884d -- 2.40.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 09 13:05:53 2023 Received: (at 64503) by debbugs.gnu.org; 9 Jul 2023 17:05:53 +0000 Received: from localhost ([127.0.0.1]:47087 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qIXr3-0005JO-AM for submit@debbugs.gnu.org; Sun, 09 Jul 2023 13:05:53 -0400 Received: from mout-p-103.mailbox.org ([80.241.56.161]:60820) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qIXr0-0005J8-SQ for 64503@debbugs.gnu.org; Sun, 09 Jul 2023 13:05:48 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4QzYRk3fYxz9sWt; Sun, 9 Jul 2023 19:05:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1688922338; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=WCqIzczOwdaztbMR+vb812ExVu5OkMDt1lgWkG1sXxc=; b=bsPlZHCxogwOi7Jsy0fqyJPGBFFi5geOI9yl5SY5sV6f/oCk0mkEmv2PotIriMV5xZkAlY qVj0dYW/Ly53cfaxz50E1NWTEBGXh1jMOQLfOzL2DzXCqQgnTa2xy6wNeux8ZQPIR03a6c Y30xFh5MufN9r3TxR1Ai3w0lklhRA9z1YDQIZvq1mkwThB0p/67HSbI3xFhkMLtpRG7Udm toPZf7vIhuj4MxaTalG0SZofMnLnB/IXUBryVfQcRSDy3ibTC0SyW8pa2ARjnxnv34ezwk hDI8K8bPfa0Dzjs1h5vphSE/NqBD2nElNVarw0JeD35ULbTpvvrCE8a0hZ2mvA== Date: Sun, 9 Jul 2023 19:05:33 +0200 From: Lars-Dominik Braun To: Ricardo Wurmus Subject: Re: [bug#64503] [PATCH] gnu: python-pygments: Update to 2.15.1. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 64503 Cc: 64503@debbugs.gnu.org, jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi, > * gnu/packages/python-xyz.scm (python-pygments): Update to 2.15.1. > [build-system]: Use pyproject-build-system. > [arguments]: Run tests. > [native-inputs]: Add python-pytest. LGTM. How do you want to push this, since it affects alot of packages? python-team? Lars From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 09 15:56:30 2023 Received: (at 64503) by debbugs.gnu.org; 9 Jul 2023 19:56:30 +0000 Received: from localhost ([127.0.0.1]:47228 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qIaWE-0001HY-9Z for submit@debbugs.gnu.org; Sun, 09 Jul 2023 15:56:30 -0400 Received: from sender3-of-o58.zoho.com ([136.143.184.58]:21857) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qIaWA-0001HN-Lo for 64503@debbugs.gnu.org; Sun, 09 Jul 2023 15:56:28 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1688932576; cv=none; d=zohomail.com; s=zohoarc; b=ZCu9ItdtD3+eAeIg5s/8ihJ3KitFjeEat96O66SiLIXJRO/+BzR401YyGu4TmlZknfIhLKxD8oQpx6np0OOZ+xTuXtrsY+NZUNSccfcXMAqjY6lAmep6WP5jTnDEgnwetrbwYIgm1EQMng85YA65xgXNFs1Uedm41tl/AlgwLbc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1688932576; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=LPLg6DluC2jzFWVa9NKmxGXJqXUdOqniHJaOkVY0bTc=; b=AK4+VmUsWHxruDQV8Z2BQttw7o27RSYsCEbZzklvu/SDcdCQ5RBtivOnWnpgTP7SMVHwNcJmLuMk9uYnBZFvFOVp5rFXLlpbJpntQQPW9+DmgDvcIBO/440+/misg9Lo7hNXP4dzoMr9RHX89TKdljhrqiNPPxaYxBaVFdbtz9s= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1688932576; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:In-reply-to:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=LPLg6DluC2jzFWVa9NKmxGXJqXUdOqniHJaOkVY0bTc=; b=enZPEZnbl8ACxV6AiPXzmDwWmy9hlZ1soSvAJubAY4n5lHRRIL8l6RfqJRDlavgy LIKlXktbZBmFPFwVXVGQIJLUhL2HdjnL8rXgmYlnNhx38evJDbNBRuvaFbSzMa//wp0 YJMLzWc8/CH/pK2KiE4uvJ1c73dOF1m8mGPvladc= Received: from localhost (92-108-142-46.pool.kielnet.net [46.142.108.92]) by mx.zohomail.com with SMTPS id 1688932575951930.0502467883894; Sun, 9 Jul 2023 12:56:15 -0700 (PDT) References: User-agent: mu4e 1.10.3; emacs 28.2 From: Ricardo Wurmus To: Lars-Dominik Braun Subject: Re: [bug#64503] [PATCH] gnu: python-pygments: Update to 2.15.1. Date: Sun, 09 Jul 2023 21:53:28 +0200 In-reply-to: Message-ID: <87ttucsvtw.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 64503 Cc: 64503@debbugs.gnu.org, jgart , Nicolas Goaziou X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars-Dominik Braun writes: >> * gnu/packages/python-xyz.scm (python-pygments): Update to 2.15.1. >> [build-system]: Use pyproject-build-system. >> [arguments]: Run tests. >> [native-inputs]: Add python-pytest. > > LGTM. How do you want to push this, since it affects alot of > packages? python-team? Either that or piggy-backing on the tex-team branch that=E2=80=99s about re= ady to be built these days. --=20 Ricardo From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 10 02:17:52 2023 Received: (at 64503) by debbugs.gnu.org; 10 Jul 2023 06:17:53 +0000 Received: from localhost ([127.0.0.1]:47520 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qIkDY-0002S0-K9 for submit@debbugs.gnu.org; Mon, 10 Jul 2023 02:17:52 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:44834) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qIkDU-0002Rj-At for 64503@debbugs.gnu.org; Mon, 10 Jul 2023 02:17:51 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4Qzv1c098dz9sb4; Mon, 10 Jul 2023 08:17:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1688969860; h=from:from: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: in-reply-to:in-reply-to:references:references; bh=FV5qU5vE+4s/Sfj82wnFWD6ZqsCdGI1FVb2cEV1jVcc=; b=xOcZ5wBo4TjfhH9d4ldBSMs7bG9HU+5Hso4D7YYXR9/KKr/IdIvZSGeH/59W+Z33b88asl yCqCn6jhndptQlS96rHXEmYi3rUOR5suzNpNaILOTzhT+CxMIw4i/I5SpdG6ZHKkm35xpQ 7hLBJAtH736F2fn3aSzfCuOGbRs8BvLooitBARmcSDSNnK99YB21j3SKV/yfwlLuJ5nfn5 2s27vx39zd/DQRaHPcVGiqZ2qMdB8Kk6LBcRVmTmk+w5FfemljzBAjoSPuoGL45c3iLOIH fqfCXOyyHusRFulY5EeP9kptw6F4QIRHG6RzzhbZ3PSppTpEEQ+4EN3T2tJ6rg== Date: Mon, 10 Jul 2023 08:17:34 +0200 From: Lars-Dominik Braun To: Ricardo Wurmus Subject: Re: [bug#64503] [PATCH] gnu: python-pygments: Update to 2.15.1. Message-ID: References: <87ttucsvtw.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87ttucsvtw.fsf@elephly.net> X-Rspamd-Queue-Id: 4Qzv1c098dz9sb4 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 64503 Cc: 64503@debbugs.gnu.org, jgart , Nicolas Goaziou X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi, > Either that or piggy-backing on the tex-team branch that’s about ready > to be built these days. tex-team will probably be faster. python-team is not ready yet, unfortunately :( Lars From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 18 04:06:34 2023 Received: (at 64503) by debbugs.gnu.org; 18 Jul 2023 08:06:34 +0000 Received: from localhost ([127.0.0.1]:51453 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLfj7-000192-Pz for submit@debbugs.gnu.org; Tue, 18 Jul 2023 04:06:34 -0400 Received: from sender3-of-o59.zoho.com ([136.143.184.59]:21933) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLfj3-00018q-6J for 64503@debbugs.gnu.org; Tue, 18 Jul 2023 04:06:32 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1689667578; cv=none; d=zohomail.com; s=zohoarc; b=Ro+z4EQz40++uEuYLt9bvS/Z9p9NqRs5tHTHKujb6kgN8e3JQiGErGN+PLcO38FIf/lUgAYz00M9rQGM85a6OvoqkWSHfeF0Cc4wSzSUzGcuWj+c/Zo42Q6tPCTybscdm96RLa3Pta466eEuqtn6W2Q2Xf9obCKHuSJO8HGbYLg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1689667578; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=XFCj9cFkHnlkkRXlNyD1z8wSamEH6EnwRy7N//y6u70=; b=ddkTcLmjzdwTHkkTatxzXD+8uLpUNUuu0KzjxUiFq4j5GL0kyXXBT8Wk+gtPmZXgMHqdna+h5FmS81YPBvRRcQ8pJ7Opn2y1oQjXWXMopubzxhGcNyBqtme/XTMwkixZb8GBv7IWsvq0eOU5QhqBQXI64uDKaofBOka65QiaZN0= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1689667578; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:In-reply-to:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=XFCj9cFkHnlkkRXlNyD1z8wSamEH6EnwRy7N//y6u70=; b=cWHkpc0pHHOY9ZjOACNR0LRKfK+Zlc3sfdWsBqNb3sIPIpBFQPQdMYAKxlNdiBOd pAG1HsWYhH4Mo1158dW1nm1jGTnoAhkNtBf6Lco2qxTl6yVpwQ+ezkIISco25bek5vU gWqFyo2tS6cdqe1Ja2O+67Ib4WRmjCWtb2HDFvo8= Received: from localhost (102-109-142-46.pool.kielnet.net [46.142.109.102]) by mx.zohomail.com with SMTPS id 1689667574820967.9209671309844; Tue, 18 Jul 2023 01:06:14 -0700 (PDT) References: <87ttucsvtw.fsf@elephly.net> User-agent: mu4e 1.10.3; emacs 28.2 From: Ricardo Wurmus To: Lars-Dominik Braun Subject: Re: [bug#64503] [PATCH] gnu: python-pygments: Update to 2.15.1. Date: Tue, 18 Jul 2023 10:05:25 +0200 In-reply-to: Message-ID: <871qh5fxu4.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 64503 Cc: 64503@debbugs.gnu.org, jgart , Nicolas Goaziou X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars-Dominik Braun writes: >> Either that or piggy-backing on the tex-team branch that=E2=80=99s about= ready >> to be built these days. > > tex-team will probably be faster. python-team is not ready yet, > unfortunately :( After discussing with ngz, we think it=E2=80=99s better to keep this out of tex-team, because there=E2=80=99s a chance of unforeseen breakage. May I p= ush this to the python-team branch? --=20 Ricardo From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 18 04:42:02 2023 Received: (at 64503) by debbugs.gnu.org; 18 Jul 2023 08:42:02 +0000 Received: from localhost ([127.0.0.1]:51517 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLgHS-00022w-5X for submit@debbugs.gnu.org; Tue, 18 Jul 2023 04:42:02 -0400 Received: from mout-p-101.mailbox.org ([2001:67c:2050:0:465::101]:40248) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLgHL-00022Y-Sf for 64503@debbugs.gnu.org; Tue, 18 Jul 2023 04:42:00 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4R4sr727snz9snh; Tue, 18 Jul 2023 10:41:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1689669703; h=from:from: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: in-reply-to:in-reply-to:references:references; bh=RJ62b3d9ie49o8xNBHZbs/P/gfEZnKG9lWobZdbBh/A=; b=QMUBil5d77oRvYrbi6cRHFKl21sN1/COs0iU3mntHtjvx1bFXVWpDrYPwv+abswuFD8Rze T09OEHGcVG4N0U0ePSTQqAwffE+nT60lnmIGXwYfZvMcC/srdGdGOA9ovIDEeTQFhnQhV1 e+wu0AuawPyyWZgHy5eSyhnKqJR0t0bpRyuXVaY88CzVUU2fMrd9b/cK0sHoun/xZjzOy/ 2mdMNZueZiiRy+w8JENzsv5BBfmWq2auJoEw2BcenOD7/YIA+KMdjz7kT7YircCTPU1HUS VvezUoPbTTvUa5jtOZxWIIR9UywH/MGk4mxIO0AmMh035nhND9DMtOKi4h5Dzw== Date: Tue, 18 Jul 2023 10:41:19 +0200 From: Lars-Dominik Braun To: Ricardo Wurmus Subject: Re: [bug#64503] [PATCH] gnu: python-pygments: Update to 2.15.1. Message-ID: References: <87ttucsvtw.fsf@elephly.net> <871qh5fxu4.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <871qh5fxu4.fsf@elephly.net> X-Rspamd-Queue-Id: 4R4sr727snz9snh X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 64503 Cc: 64503@debbugs.gnu.org, jgart , Nicolas Goaziou X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hey Ricardo, > After discussing with ngz, we think it’s better to keep this out of > tex-team, because there’s a chance of unforeseen breakage. May I push > this to the python-team branch? sure. Please create a new branch, since python-team does not exist yet. I’ll also push some things I’m working on later and #64573 would probably be a good candidate for python-team too. Cheers, Lars From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 18 05:40:44 2023 Received: (at 64503) by debbugs.gnu.org; 18 Jul 2023 09:40:44 +0000 Received: from localhost ([127.0.0.1]:51573 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLhCF-0003Y2-RQ for submit@debbugs.gnu.org; Tue, 18 Jul 2023 05:40:44 -0400 Received: from sender3-of-o58.zoho.com ([136.143.184.58]:21870) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLhC9-0003Xo-Sl for 64503@debbugs.gnu.org; Tue, 18 Jul 2023 05:40:43 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1689673230; cv=none; d=zohomail.com; s=zohoarc; b=i2dDPOgYC6UvBr54dyr6eZWn3WSitmL71MebAACB9eJtcxYZbyEiT0jnMN8lsZ3DlG1cirgy1ND+ZDI5Leb0hpDFeBsOcNBkymFtkhWpab9uIG9HiwbGQwNDNg6q/o6MCDttxMg6n7ajWESe4GX9ur22I8LVztd7bjoesBtnjmY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1689673230; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=9Z8hJBc6tiB7t4/QsqloYRPQzff/iEvbZVMTEETRHnU=; b=GnyOnEab1h3qRRQ7U7rgek8GLD1Muv22TkGGE5pzM0rfUDh+O2bJE7mn0lGmZFmtvdRYTP743wY8v5+tp362f2Ie0qti+MwNJ8/kkaIc04Vi+SjxyLeQ5NgfAk4axX2cZW85nMrfL9JAKvDAMlGqXlHQt33+YWXDhHv+9SelG/A= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1689673230; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:In-reply-to:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=9Z8hJBc6tiB7t4/QsqloYRPQzff/iEvbZVMTEETRHnU=; b=iwQzmDDJMOxJN1rYTIO+QdshMzKD7jZDU0BIqGwFsuZjfcV2RvILm4gAUneVDFVZ n8nLykodIXo1rxw3eIjtYpoui1t1s1Ir26pF9HQouAA3KRSsWUo+FhDoCtCGYgT4EFs +lb3Nw8T7xpC68rJSjaHva3mtMV2yESCtRbF6DvM= Received: from localhost (102-109-142-46.pool.kielnet.net [46.142.109.102]) by mx.zohomail.com with SMTPS id 1689673228751693.5699626191696; Tue, 18 Jul 2023 02:40:28 -0700 (PDT) References: <87ttucsvtw.fsf@elephly.net> <871qh5fxu4.fsf@elephly.net> User-agent: mu4e 1.10.3; emacs 28.2 From: Ricardo Wurmus To: Lars-Dominik Braun Subject: Re: [bug#64503] [PATCH] gnu: python-pygments: Update to 2.15.1. Date: Tue, 18 Jul 2023 11:39:43 +0200 In-reply-to: Message-ID: <87sf9leewm.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 64503 Cc: 64503@debbugs.gnu.org, jgart , Nicolas Goaziou X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Lars, >> After discussing with ngz, we think it=E2=80=99s better to keep this out= of >> tex-team, because there=E2=80=99s a chance of unforeseen breakage. May = I push >> this to the python-team branch? > > sure. Please create a new branch, since python-team does not exist > yet. I=E2=80=99ll also push some things I=E2=80=99m working on later and = #64573 > would probably be a good candidate for python-team too. Okay, I=E2=80=99ve pushed this and #64573 to a new python-team branch and a= dded a specification on ci.guix.gnu.org to build the branch for x86_64. --=20 Ricardo From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 19 19:50:00 2023 Received: (at 64503) by debbugs.gnu.org; 19 Jul 2023 23:50:00 +0000 Received: from localhost ([127.0.0.1]:57291 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMGvg-00007v-BG for submit@debbugs.gnu.org; Wed, 19 Jul 2023 19:50:00 -0400 Received: from mx1.dismail.de ([78.46.223.134]:33673) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMGve-00007f-Px for 64503@debbugs.gnu.org; Wed, 19 Jul 2023 19:49:59 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 21162afb; Thu, 20 Jul 2023 01:49:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h= mime-version:date:content-type:content-transfer-encoding:from :message-id:subject:to:cc:in-reply-to:references; s=20190914; bh=oaBOZuq8tmIbBWRVJ7kLOmg5Lyd6rV4wIS9ol9+V2iI=; b=cp7UaLVCEbZR dEe/vk8THuWSuNERaArzdrwXJ+pQSmEMmraZ3BCuNS/iN50PSseekFza+uIEklUX GY985oyBC0IjHF7/Xg1pGB1WfFRo4V7vMPONHV7KfY88Slv0b9mAOt2m5WVy/kvl cWlR2Ip/uln1zLn2S1pbk5Y/xuYPq1wUIhYKtd+0rtCZDCPyYb78UCwXeA/n6jzg jetVFGL4kVSHeMGWg0glQH9MfBEi4nSqtK6pYHdr6RsTYREh9Oa0yGZED/hasgT1 tJnAFL2M1eAghHoS/qrnpI52qt1BGxZkAYxb+i8jb8lKBNJxrzFskkw7tEVZe690 OA3EP4MIfw== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 92a920d4; Thu, 20 Jul 2023 01:49:52 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 83d56383; Thu, 20 Jul 2023 01:49:52 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 68eef4bc (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 20 Jul 2023 01:49:52 +0200 (CEST) MIME-Version: 1.0 Date: Wed, 19 Jul 2023 23:49:51 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: RainLoop/1.17.0 From: "jgart" Message-ID: <275dbdc0087f7589205b4d1f9c99dea2@dismail.de> Subject: Re: [bug#64503] [PATCH] gnu: python-pygments: Update to 2.15.1. To: "Ricardo Wurmus" , "Lars-Dominik Braun" In-Reply-To: <87sf9leewm.fsf@elephly.net> References: <87sf9leewm.fsf@elephly.net> <87ttucsvtw.fsf@elephly.net> <871qh5fxu4.fsf@elephly.net> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 64503 Cc: 64503@debbugs.gnu.org, Nicolas Goaziou X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Thanks Ricardo, I'll take a closer look at the Python branch soon. What is the timeline f= or when the Python branch is expected to be merged into master? Have we agreed on that timeline somewhere and I missed it? all best, jgart From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 20 02:40:28 2023 Received: (at 64503) by debbugs.gnu.org; 20 Jul 2023 06:40:28 +0000 Received: from localhost ([127.0.0.1]:57564 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMNKu-0003RB-EL for submit@debbugs.gnu.org; Thu, 20 Jul 2023 02:40:28 -0400 Received: from sender4-of-o50.zoho.com ([136.143.188.50]:21078) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMNKp-0003Qx-0d for 64503@debbugs.gnu.org; Thu, 20 Jul 2023 02:40:26 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1689835214; cv=none; d=zohomail.com; s=zohoarc; b=lls7wN5L5a4QKkbqKgdBPwkUw9Nw3CzylucH5aeMF+Atld2L+pbhMmWjmbMyOoUgqculpKLYbElU5Jm40b6TJsrqQl+TFVjS2TifgCAS3xhEUccn7r+xre6NULngWv/z5fuHLiV8QtrsZ0/uRtzjb2yseJ+Fm7ouS7JDqHVRfMM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1689835214; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=BnZKGMgVdGnyNKRI2oR6MWuGGzVfRosDLxNNxppKE9o=; b=ecxmyIW+134Xvk4nakcJ1OxUlRs773CFmzzuLEmCx/QJsn4h4j1+UN5DgJilKJKoVScOgStv8GX52daXYgFV1zt85AcK4yX/aPoV8OmXhwdLiPda23C01AMjfoRdYWsV5n1C6t4MXIPtM3JTsJ1fOJe/Qp2LagGLMN+NYw0gfYI= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1689835214; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:In-reply-to:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=BnZKGMgVdGnyNKRI2oR6MWuGGzVfRosDLxNNxppKE9o=; b=hdH+fQRUVPVVG5+adE+5ftU+7zkQ9n2T7EGA7aBY80we9xWkVocRNYZOYfG4fipr RTsIlOmQd+LEtU+/U3EEn+arjG+YprQfJaJtqytqKe8Q2XKjltZXIt44frzumeiuGKS diV3ms/ehjd3iJtouOlonMYZr/bnCJZm5esfoksI= Received: from localhost (i5E862D47.versanet.de [94.134.45.71]) by mx.zohomail.com with SMTPS id 1689835212169829.1495712288217; Wed, 19 Jul 2023 23:40:12 -0700 (PDT) References: <87sf9leewm.fsf@elephly.net> <87ttucsvtw.fsf@elephly.net> <871qh5fxu4.fsf@elephly.net> <275dbdc0087f7589205b4d1f9c99dea2@dismail.de> User-agent: mu4e 1.10.5; emacs 28.2 From: Ricardo Wurmus To: jgart Subject: Re: [bug#64503] [PATCH] gnu: python-pygments: Update to 2.15.1. Date: Thu, 20 Jul 2023 08:39:32 +0200 In-reply-to: <275dbdc0087f7589205b4d1f9c99dea2@dismail.de> Message-ID: <874jlzdr1z.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 64503 Cc: 64503@debbugs.gnu.org, Lars-Dominik Braun X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) "jgart" writes: > I'll take a closer look at the Python branch soon. What is the > timeline for when the Python branch is expected to be merged into > master? > > Have we agreed on that timeline somewhere and I missed it? No, there=E2=80=99s no plan yet. I see that the pygments upgrade broke sphinx, so that would be the next thing to fix. --=20 Ricardo From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 27 05:19:08 2024 Received: (at 64503-done) by debbugs.gnu.org; 27 Feb 2024 10:19:08 +0000 Received: from localhost ([127.0.0.1]:40770 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1reuYG-0008A1-5i for submit@debbugs.gnu.org; Tue, 27 Feb 2024 05:19:08 -0500 Received: from sender4-of-o50.zoho.com ([136.143.188.50]:21070) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1reuYE-00089o-7O for 64503-done@debbugs.gnu.org; Tue, 27 Feb 2024 05:19:07 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1709029118; cv=none; d=zohomail.com; s=zohoarc; b=jo134pTBBZBwjkZ8mpE8QVHl6zdT2rMsCJRki4gNWBrQgWXD88EYFmdabti1OUnYsgMiI83kZ2qVTV9IQVOS/oi7hnM3MeFCQX23hJ2Cs8YySFwesqx/ekk33A5Uvo1pAR3vwE53tRDg6U6BEvNiTKzS8zGVCNsmg1TIm27mLZM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1709029118; h=Content-Type:Date:Date:From:From:MIME-Version:Message-ID:Subject:Subject:To:To:Message-Id:Reply-To:Cc; bh=HG6IEcUHzi8edjNUKka2h0jTa97uaQNixdlSgd5lWDo=; b=afmUvPBk7ULdCf2YDy6hJTyOTTUap2sAlB3s7tVMgme2EUbeKqTbKNiheqT51PaxDZ3YCCQ1uNucPPM9YAgSwP7Qf9VOfe2Lv+L/VbVGg3r3vE7+sFoIrIX01rsO3FrB9K8Pe6ILz9UmYJBKUgRBl5DMl7olgGkvgPoxBJXl/w0= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1709029118; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:From:To:To:Subject:Subject:Date:Date:Message-ID:MIME-Version:Content-Type:Message-Id:Reply-To:Cc; bh=HG6IEcUHzi8edjNUKka2h0jTa97uaQNixdlSgd5lWDo=; b=GWnveW/FfGyQn6aZFqPq6fTG6/LBOhCKPoTd0a0zREXsvEzkDNTNfVjPttsaOXkq vhd6kNEtd3lluXI/Wr3jL0WXfpqt910QedoccE4BzyYlR+sr5cGJCiX5bXASJyApV8n KWoA2eIQF8ChJCGTUtzAs0YM346+5s2md4NtiwVg= Received: from localhost (i5E862C55.versanet.de [94.134.44.85]) by mx.zohomail.com with SMTPS id 1709029116294389.05337648085515; Tue, 27 Feb 2024 02:18:36 -0800 (PST) User-agent: mu4e 1.10.8; emacs 29.1 From: Ricardo Wurmus To: 64503-done@debbugs.gnu.org Subject: [PATCH] gnu: python-pygments: Update to 2.15.1. Date: Tue, 27 Feb 2024 11:18:08 +0100 Message-ID: <874jduyzuu.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 64503-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This is on python-team and sphinx has been upgraded too. Closing. -- Ricardo From unknown Fri Sep 05 15:37:07 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 27 Mar 2024 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator