From unknown Sat Jun 14 03:58:14 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#43258] [PATCH] gnu: pre-commit: Update to 2.7.1. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 07 Sep 2020 17:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 43258 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43258@debbugs.gnu.org Cc: Vinicius Monego X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.159949871324112 (code B ref -1); Mon, 07 Sep 2020 17:12:02 +0000 Received: (at submit) by debbugs.gnu.org; 7 Sep 2020 17:11:53 +0000 Received: from localhost ([127.0.0.1]:50658 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFKgK-0006Gp-Vr for submit@debbugs.gnu.org; Mon, 07 Sep 2020 13:11:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:45786) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFKgJ-0006Gh-6N for submit@debbugs.gnu.org; Mon, 07 Sep 2020 13:11:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55206) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFKgJ-0001nK-1f for guix-patches@gnu.org; Mon, 07 Sep 2020 13:11:51 -0400 Received: from mout01.posteo.de ([185.67.36.65]:39008) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFKgG-0003su-8m for guix-patches@gnu.org; Mon, 07 Sep 2020 13:11:50 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id E38B7160060 for ; Mon, 7 Sep 2020 19:11:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1599498704; bh=AF31/NGy5IlP1mg6DhgmljXB5dYX6HcIGAdK7COGNJM=; h=From:To:Cc:Subject:Date:From; b=pwxZBRlxSZBq2TrKLrEvV5lkIIWwKs2bTyxkFxBb9hdeMmYnOTjw+DKQMd2M5QTyb BasOzvM1vKAfhoklGh7BxWmeJWKCLzaw2u+nO6Z5yT9hYOQ5Xx3+1olLw6Iop6GP1N B9HFOdvhaT2CZ+KWXPmcZ7KBhGMRS6pAKLFcc75LRUduMXSSgq3jGVHVFbuagNcf5W a4z//CxLk+NQGfX0SyAseNDT39tKEU21cTYAVKJts+eD9eou/w1mesHyGoCxJESWAc etvYDXAJfU5GHHKNPY8U28KPdYw+IAtrm8ZEhjyB52wa5r07ykQQH8yxhNj1qeiDo3 Ngs1LCKLBU62w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BlZZR1xKvz9rxf; Mon, 7 Sep 2020 19:11:42 +0200 (CEST) From: Vinicius Monego Date: Mon, 7 Sep 2020 14:11:07 -0300 Message-Id: <20200907171107.2020-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=monego@posteo.net; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/07 11:54:56 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] 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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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/version-control.scm (pre-commit): Update to 2.7.1. [native-inputs]: Change git to git-minimal. --- gnu/packages/version-control.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index bc8e5f21ab..86e30b0ba5 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1444,7 +1444,7 @@ control to Git repositories.") (define-public pre-commit (package (name "pre-commit") - (version "2.6.0") + (version "2.7.1") (source (origin ;; No tests in the PyPI tarball. @@ -1454,7 +1454,7 @@ control to Git repositories.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "144hcnz8vz07nkx7hk8a3ac822186ardwxa8jnl6s8qvm5ip92f2")))) + (base32 "0n7qby5a4yz3s02nqcp5js6jg9wrd0x7msblxwb1883ds4b2b71a")))) (build-system python-build-system) (arguments `(#:phases @@ -1490,7 +1490,7 @@ control to Git repositories.") " and not test_run_a_ruby_hook" " and not test_run_ruby_hook_with_disable_shared_gems" " and not test_run_versioned_ruby_hook" - ;; Disable Cargo tests + ;; Disable Cargo tests. " and not test_additional_rust_cli_dependencies_installed" " and not test_additional_rust_lib_dependencies_installed" " and not test_local_rust_additional_dependencies" @@ -1517,14 +1517,14 @@ control to Git repositories.") " and not test_too_new_version" " and not test_try_repo_uncommitted_changes" " and not test_versions_ok" - ;; This test tries to activate a virtualenv + ;; This test tries to activate a virtualenv. " and not test_healthy_venv_creator" ;; Fatal error: Not a Git repository. " and not test_all_cmds" " and not test_try_repo" - ;; No module named 'pip._internal.cli.main' + ;; No module named 'pip._internal.cli.main'. " and not test_additional_dependencies_roll_forward" - ; Assertion errors + ;; Assertion errors. " and not test_install_existing_hooks_no_overwrite" " and not test_uninstall_restores_legacy_hooks")))) (add-before 'reset-gzip-timestamps 'make-files-writable @@ -1536,7 +1536,7 @@ control to Git repositories.") (find-files out "\\.gz$")) #t)))))) (native-inputs - `(("git" ,git) + `(("git" ,git-minimal) ("python-pytest" ,python-pytest))) (inputs `(("python-cfgv" ,python-cfgv) -- 2.20.1 From unknown Sat Jun 14 03:58:14 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Vinicius Monego Subject: bug#43258: closed (Re: [bug#43258] [PATCH] gnu: pre-commit: Update to 2.7.1.) Message-ID: References: <20200908080237.GG1643@E5400> <20200907171107.2020-1-monego@posteo.net> X-Gnu-PR-Message: they-closed 43258 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 43258@debbugs.gnu.org Date: Tue, 08 Sep 2020 08:04:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1599552242-14183-1" This is a multi-part message in MIME format... ------------=_1599552242-14183-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #43258: [PATCH] gnu: pre-commit: Update to 2.7.1. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 43258@debbugs.gnu.org. --=20 43258: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D43258 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1599552242-14183-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 43258-done) by debbugs.gnu.org; 8 Sep 2020 08:03:27 +0000 Received: from localhost ([127.0.0.1]:51784 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFYb9-0003fM-Bv for submit@debbugs.gnu.org; Tue, 08 Sep 2020 04:03:27 -0400 Received: from flashner.co.il ([178.62.234.194]:42698) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFYb8-0003f8-Lf for 43258-done@debbugs.gnu.org; Tue, 08 Sep 2020 04:03:27 -0400 Received: from localhost (unknown [31.210.181.177]) by flashner.co.il (Postfix) with ESMTPSA id DA9824034D; Tue, 8 Sep 2020 08:03:20 +0000 (UTC) Date: Tue, 8 Sep 2020 11:02:37 +0300 From: Efraim Flashner To: Vinicius Monego Subject: Re: [bug#43258] [PATCH] gnu: pre-commit: Update to 2.7.1. Message-ID: <20200908080237.GG1643@E5400> References: <20200907171107.2020-1-monego@posteo.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="vSsTm1kUtxIHoa7M" Content-Disposition: inline In-Reply-To: <20200907171107.2020-1-monego@posteo.net> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 43258-done Cc: 43258-done@debbugs.gnu.org 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 (-) --vSsTm1kUtxIHoa7M Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Looks good. Patch pushed! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --vSsTm1kUtxIHoa7M Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl9XOp0ACgkQQarn3Mo9 g1EkYhAAg/IHr8139IBrooZTwDCSAGQlUoeuyctcEghg+c2Ed2/OL8MT3jy2R8lr /TA1RhFToPKhxCpBHMd/2T7DwPEcE9MmG/z4HLMXFvBiXDteAqC66BxEGeeEJ9ol 8Vck7xrn0nWstH1CeokKcz0eVqjq1FNsZ30CMz2bhbdz3leWVRqrhFhqOs7toNek 3dMGUwck4ElVWJqsAwaH/mchNV9rpDOYiHESBrt5a2nRZnYC4JySBCMHkvkiZsX4 UPevPNS4KQnGRYfpu/duY7ItAyQWZyLYDoxkxbjp0dErC9tcbbdcKoiEpq9Xpf9m CnNQSjZhlRXM+HYtweUBJ31T5uTPjYgEKZAG6z3W+SsygT747Z93WmIEoB2yqm8K yU83g1UP3HRCNKVejKlq12ay4nwSDCmfesjuXJxhaozSAWaNqXp2qLJWo6lsFIEY Tg6ljk99GEIOV+xKmX1/d+ScRaHEuOY3+6bqzCbNjEvosdEsgHXWXvd88sas/nE+ hH/PlmZVSTDYahAap4MtoWADuxDo/WhKcP69RXaCFFNxySR79tPWETHhZChEcfWx HFRGZVBNREP7WFJ67Mt1RKwJwlJxTtjoYioK8qQ90jGHm/kwnKpovTiUrOcfDe8a 9V5RzZP2qYEkK9qjL1n+gDew6ExsX2zXbycpp412/O60/9bQFaU= =LtYd -----END PGP SIGNATURE----- --vSsTm1kUtxIHoa7M-- ------------=_1599552242-14183-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 7 Sep 2020 17:11:53 +0000 Received: from localhost ([127.0.0.1]:50658 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFKgK-0006Gp-Vr for submit@debbugs.gnu.org; Mon, 07 Sep 2020 13:11:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:45786) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFKgJ-0006Gh-6N for submit@debbugs.gnu.org; Mon, 07 Sep 2020 13:11:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55206) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFKgJ-0001nK-1f for guix-patches@gnu.org; Mon, 07 Sep 2020 13:11:51 -0400 Received: from mout01.posteo.de ([185.67.36.65]:39008) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFKgG-0003su-8m for guix-patches@gnu.org; Mon, 07 Sep 2020 13:11:50 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id E38B7160060 for ; Mon, 7 Sep 2020 19:11:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1599498704; bh=AF31/NGy5IlP1mg6DhgmljXB5dYX6HcIGAdK7COGNJM=; h=From:To:Cc:Subject:Date:From; b=pwxZBRlxSZBq2TrKLrEvV5lkIIWwKs2bTyxkFxBb9hdeMmYnOTjw+DKQMd2M5QTyb BasOzvM1vKAfhoklGh7BxWmeJWKCLzaw2u+nO6Z5yT9hYOQ5Xx3+1olLw6Iop6GP1N B9HFOdvhaT2CZ+KWXPmcZ7KBhGMRS6pAKLFcc75LRUduMXSSgq3jGVHVFbuagNcf5W a4z//CxLk+NQGfX0SyAseNDT39tKEU21cTYAVKJts+eD9eou/w1mesHyGoCxJESWAc etvYDXAJfU5GHHKNPY8U28KPdYw+IAtrm8ZEhjyB52wa5r07ykQQH8yxhNj1qeiDo3 Ngs1LCKLBU62w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BlZZR1xKvz9rxf; Mon, 7 Sep 2020 19:11:42 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH] gnu: pre-commit: Update to 2.7.1. Date: Mon, 7 Sep 2020 14:11:07 -0300 Message-Id: <20200907171107.2020-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=monego@posteo.net; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/07 11:54:56 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] 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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego 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/version-control.scm (pre-commit): Update to 2.7.1. [native-inputs]: Change git to git-minimal. --- gnu/packages/version-control.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index bc8e5f21ab..86e30b0ba5 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1444,7 +1444,7 @@ control to Git repositories.") (define-public pre-commit (package (name "pre-commit") - (version "2.6.0") + (version "2.7.1") (source (origin ;; No tests in the PyPI tarball. @@ -1454,7 +1454,7 @@ control to Git repositories.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "144hcnz8vz07nkx7hk8a3ac822186ardwxa8jnl6s8qvm5ip92f2")))) + (base32 "0n7qby5a4yz3s02nqcp5js6jg9wrd0x7msblxwb1883ds4b2b71a")))) (build-system python-build-system) (arguments `(#:phases @@ -1490,7 +1490,7 @@ control to Git repositories.") " and not test_run_a_ruby_hook" " and not test_run_ruby_hook_with_disable_shared_gems" " and not test_run_versioned_ruby_hook" - ;; Disable Cargo tests + ;; Disable Cargo tests. " and not test_additional_rust_cli_dependencies_installed" " and not test_additional_rust_lib_dependencies_installed" " and not test_local_rust_additional_dependencies" @@ -1517,14 +1517,14 @@ control to Git repositories.") " and not test_too_new_version" " and not test_try_repo_uncommitted_changes" " and not test_versions_ok" - ;; This test tries to activate a virtualenv + ;; This test tries to activate a virtualenv. " and not test_healthy_venv_creator" ;; Fatal error: Not a Git repository. " and not test_all_cmds" " and not test_try_repo" - ;; No module named 'pip._internal.cli.main' + ;; No module named 'pip._internal.cli.main'. " and not test_additional_dependencies_roll_forward" - ; Assertion errors + ;; Assertion errors. " and not test_install_existing_hooks_no_overwrite" " and not test_uninstall_restores_legacy_hooks")))) (add-before 'reset-gzip-timestamps 'make-files-writable @@ -1536,7 +1536,7 @@ control to Git repositories.") (find-files out "\\.gz$")) #t)))))) (native-inputs - `(("git" ,git) + `(("git" ,git-minimal) ("python-pytest" ,python-pytest))) (inputs `(("python-cfgv" ,python-cfgv) -- 2.20.1 ------------=_1599552242-14183-1--