From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 03 04:56:55 2025 Received: (at submit) by debbugs.gnu.org; 3 Mar 2025 09:56:55 +0000 Received: from localhost ([127.0.0.1]:44854 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tp2Xf-0000uK-4U for submit@debbugs.gnu.org; Mon, 03 Mar 2025 04:56:55 -0500 Received: from lists.gnu.org ([2001:470:142::17]:53532) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tp2Xc-0000tq-AL for submit@debbugs.gnu.org; Mon, 03 Mar 2025 04:56:53 -0500 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 1tp2XU-0000tX-KH for guix-patches@gnu.org; Mon, 03 Mar 2025 04:56:45 -0500 Received: from devianza.investici.org ([198.167.222.108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tp2XS-0001z5-6P for guix-patches@gnu.org; Mon, 03 Mar 2025 04:56:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1740995789; bh=bbRR9RXosTv9P7jvv+8osuvscHTQ3hYCQtAUkpbODKA=; h=From:To:Cc:Subject:Date:From; b=u7/zkEwYRSduVpdt/SQCZwZlzmecs/HtX6aKTk4dXM1mkoyyn8Y1IqLiOcOdy3Ulb 6LB00Lm+k1K/UtcXB/1w+lKTu89Q88CUdqWmh8qMXA6aaaUhqvY12SwyOC3Cc8XylB 6g0d4OcZA78sTB3sgRPXsj8pKtghdVpS9glB43EY= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4Z5vNF6lgNz6vTV; Mon, 3 Mar 2025 09:56:29 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4Z5vNF555nz6vTH; Mon, 3 Mar 2025 09:56:29 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: python-pytooling: Update to 8.2.0. Date: Mon, 3 Mar 2025 10:56:02 +0100 Message-ID: <753eda0dd7d734902ef560a7aca16afba88c77a4.1740995762.git.csantosb@inventati.org> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.167.222.108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/python-xyz.scm (python-pytooling): Update to 8.2.0. Change-Id: Ieb92914fc7737d6cda73a50b1938b97c9a0620b6 --- gnu/packages/python-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.1 URIBL_SBL_A Contains URL's A record listed in the Spamhaus SBL blocklist [URIs: pytooling.github.io] 0.6 URIBL_SBL Contains an URL's NS IP listed in the Spamhaus SBL blocklist [URIs: pytooling.github.io] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.9 SPF_FAIL SPF: sender does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=mfrom; id=csantosb%40inventati.org; ip=2001%3A470%3A142%3A%3A17; r=debbugs.gnu.org] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] X-Debbugs-Envelope-To: submit Cc: Cayetano Santos 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: 0.7 (/) * gnu/packages/python-xyz.scm (python-pytooling): Update to 8.2.0. Change-Id: Ieb92914fc7737d6cda73a50b1938b97c9a0620b6 --- gnu/packages/python-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 268510f3e2..2a83280d72 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2626,7 +2626,7 @@ (define-public python-pytoolconfig (define-public python-pytooling (package (name "python-pytooling") - (version "8.1.0") + (version "8.2.0") (source (origin (method git-fetch) @@ -2635,10 +2635,10 @@ (define-public python-pytooling (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "07mca75d2zd6xl0isf0vrcblsc2niyqi7941dgjpiafnsgiygfzf")))) + (base32 "1w4am69n07dhim6ddxm9k30hr5zjbxd84rgqp54mppp8fmh7iyq9")))) (build-system pyproject-build-system) (arguments - `(#:tests? #f)) ; requires recent versions of mypy and lxml + `(#:tests? #f)) ;requires recent versions of mypy and lxml (native-inputs (list python-setuptools python-wheel)) (home-page "https://pytooling.github.io/pyTooling/") (synopsis "Miscellaneous Python tools") base-commit: c991c49f09d6fd2764e1f7bdae54c097c748524f -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 07 02:45:55 2025 Received: (at 76709-done) by debbugs.gnu.org; 7 Mar 2025 07:45:55 +0000 Received: from localhost ([127.0.0.1]:46761 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tqSP4-0002g6-Qa for submit@debbugs.gnu.org; Fri, 07 Mar 2025 02:45:55 -0500 Received: from latitanza.investici.org ([82.94.249.234]:21817) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tqSP1-0002fv-SF for 76709-done@debbugs.gnu.org; Fri, 07 Mar 2025 02:45:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1741333549; bh=dJijsYiIfGXIC2OKQyJWMiwtIzGEqfimcemjG32XjuM=; h=From:To:Subject:In-Reply-To:Date:From; b=S0MBbBvDzCqFt82CuX424UcIxtylZejK5KqHlc9AGY+PitZjbqcDGjby5KEPJw6JB eLjrlJD8R78JjidFCJqhzZgkjHzzAkrEo/U7aBjFwvPtXizU0gcAII2mtYYbPnvOjB j5ZZ369EKWScYFDwCTEV7mqnysvWrIoypcdAGMpI= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4Z8JHd0kmHzGp6L for <76709-done@debbugs.gnu.org>; Fri, 7 Mar 2025 07:45:49 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4Z8JHd010TzGp6D for <76709-done@debbugs.gnu.org>; Fri, 7 Mar 2025 07:45:48 +0000 (UTC) From: Cayetano Santos To: 76709-done@debbugs.gnu.org Subject: Re: [bug#76709] [PATCH] gnu: python-pytooling: Update to 8.2.0. In-Reply-To: <753eda0dd7d734902ef560a7aca16afba88c77a4.1740995762.git.csantosb@inventati.org> User-Agent: mu4e 1.12.9; emacs 29.4 Date: Fri, 07 Mar 2025 08:45:47 +0100 Message-ID: <87cyetz3kk.fsf@inventati.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 76709-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.7 (-) --=-=-= Content-Type: text/plain Merged in 20f00058d7. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCZ8qkKxccY3NhbnRvc2JA aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mgmpfAP0UImCevoghqn/xWGQrDqEwKwqx eTDO8j9owwdXFWPQrgD/Th9LDM73925/aLQ0kgGJGZQv8aoaCb4ZeZ4jKcX4lQA= =atnl -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Jun 21 03:22:20 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 04 Apr 2025 11:24:06 +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