From unknown Tue Jun 17 20:32:31 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#64973] [PATCH python-team 0/1] gnu: python-attrs: Update to 23.1.0. Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-CC: lars@6xq.net, jgart@dismail.de, guix-patches@gnu.org Resent-Date: Mon, 31 Jul 2023 13:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 64973 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64973@debbugs.gnu.org Cc: Hilton Chain , Lars-Dominik Braun , jgart X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Lars-Dominik Braun , jgart Received: via spool by submit@debbugs.gnu.org id=B.169080862618915 (code B ref -1); Mon, 31 Jul 2023 13:04:01 +0000 Received: (at submit) by debbugs.gnu.org; 31 Jul 2023 13:03:46 +0000 Received: from localhost ([127.0.0.1]:51998 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qQSYs-0004v1-Jp for submit@debbugs.gnu.org; Mon, 31 Jul 2023 09:03:46 -0400 Received: from lists.gnu.org ([2001:470:142::17]:52726) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qQSYq-0004un-7Y for submit@debbugs.gnu.org; Mon, 31 Jul 2023 09:03:45 -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 1qQSYk-0001DA-UJ for guix-patches@gnu.org; Mon, 31 Jul 2023 09:03:38 -0400 Received: from mail.boiledscript.com ([144.168.59.46]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qQSYj-0000tM-FO for guix-patches@gnu.org; Mon, 31 Jul 2023 09:03:38 -0400 From: Hilton Chain DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1690808333; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=QfugsJZLFF6XtnkP4pm3jDdxB8lDkJumNzzuN8sTmv4=; b=pxINUquueC51Z8LaxM661ZetuE0Q4RBtHvTUILHCxD3JJBizmu8ElSZrX3/Cj2MnEOn80d K4wEgapvzPb8Ec7FmDcV02V6kI6L2yAYTmFZ8o2lqZyM6w6wNwE6opnkloO1td0U848Jcc g8KpVgxkRGgp0jc6wQaHSyM02UxFVR4leUPM3ou7MPsNwG8qNvFm+IenUL38spmSG+me8c zBhduP5RnYN/tFER5iwLU/dU+DoopGj/Bz3QpeacEFwamN3MIE1WmqbF6844vX/2+OK+Al 2o59WPdT25wlnAKSaIZ0k1gwyqW7yBKEraPtySvIZ86WL1BvUGo0s4BCrsIHdg== Date: Mon, 31 Jul 2023 21:03:01 +0800 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spamd-Bar: + Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space X-Spam-Level: * Received-SPF: pass client-ip=144.168.59.46; envelope-from=hako@ultrarare.space; helo=mail.boiledscript.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, 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.0 (+) 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.0 (/) Hello Guix! This patch updates python-attrs to its latest version. `guix refresh -l python-attrs-bootstrap python-attrs' says that it has 6177 dependent packages (mainly because it's a dependency of python-pytest), so I think python-team branch might be suitable for it. Thanks Hilton Chain (1): gnu: python-attrs: Update to 23.1.0. gnu/packages/python-xyz.scm | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) base-commit: 01e976898bb562a8ab69618c1e43cd54f07a99d1 -- 2.41.0 From unknown Tue Jun 17 20:32:31 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#64973] [PATCH python-team 1/1] gnu: python-attrs: Update to 23.1.0. Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-CC: lars@6xq.net, jgart@dismail.de, guix-patches@gnu.org Resent-Date: Mon, 31 Jul 2023 13:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64973 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64973@debbugs.gnu.org Cc: Hilton Chain , Lars-Dominik Braun , jgart X-Debbugs-Original-Xcc: Lars-Dominik Braun , jgart Received: via spool by 64973-submit@debbugs.gnu.org id=B64973.169080871019083 (code B ref 64973); Mon, 31 Jul 2023 13:06:01 +0000 Received: (at 64973) by debbugs.gnu.org; 31 Jul 2023 13:05:10 +0000 Received: from localhost ([127.0.0.1]:52006 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qQSaE-0004xj-0O for submit@debbugs.gnu.org; Mon, 31 Jul 2023 09:05:10 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:40640) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qQSaB-0004xX-Gi for 64973@debbugs.gnu.org; Mon, 31 Jul 2023 09:05:08 -0400 From: Hilton Chain DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1690808423; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eNFPHDo8U0dIYZCPlfpYZ9eaAIfIqyl3E5DQb9B7ZxQ=; b=uOGze60szMVPO4Olr2lqYGugWgTcLkQN10VsWffiWVQuHWJlMWtX41jEpR6qR/YqZYiPhA wVyPs0qFAzgRUk1TQRnamEc22gBQJmu1502Kcz/FnG2ROqMlTQYJuChcFro1SGt8OqNn04 7NU9P6rlgE8kkn343BowmKnbUzAuSXtKjaq5CCPTUWz+KJ6yiXTnGT03AKNs0l5YITz+MY yb9Qy3Bzo4Ei+dkROFkBuPQYjSRsfJqIN8wT3G/8wVXg28OeI/qDi9wW2kjavAW+Jb4MIB o/z25IyNW0yH8BL5oKwFixbrOeerOMNe+R1ejfrK54+jztjs3mGfnTJBRxU9uQ== Date: Mon, 31 Jul 2023 21:04:52 +0800 Message-ID: <636e72617cfcd22217c9c7e318cb0ed3fafe12eb.1690806956.git.hako@ultrarare.space> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spamd-Bar: -- Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space X-Spam-Score: -0.0 (/) 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 (-) * gnu/packages/python-xyz.scm (python-attrs): Update to 23.1.0. [build-system]: Switch to pyproject-build-system. [arguments]: Remove field. [native-inputs]: Add python-hatchling, python-hatch-fancy-pypi-readme, python-hatch-vcs. Remove python-coverage, python-hypothesis, python-pympler, python-six. (python-attrs-bootstrap)[native-input]: Adjust accordingly. --- gnu/packages/python-xyz.scm | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3a3daf51c6..59f1686b14 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21411,29 +21411,19 @@ (define-public python-attrdict3 (define-public python-attrs (package (name "python-attrs") - (version "21.2.0") + (version "23.1.0") (source (origin (method url-fetch) (uri (pypi-uri "attrs" version)) (sha256 (base32 - "1yzmwi5d197p0qhl7rl4xi9q1w8mk9i3zn6hrl22knbcrb1slspg")))) - (build-system python-build-system) - (arguments - `(#:phases (modify-phases %standard-phases - (add-after 'unpack 'remove-test-hypothesis-deadlines - (lambda _ - (substitute* "tests/test_make.py" - (("assume, given") "assume, given, settings") - (("( +)@given" all spaces) - (string-append spaces "@settings(deadline=None)\n" all))))) - (replace 'check - (lambda* (#:key tests? #:allow-other-keys) - (when tests? - (invoke "pytest"))))))) + "05g0a3y9hv74zblgf51zd0ar3g1ksfngjdgj3dps44qmb1nq6yb2")))) + (build-system pyproject-build-system) (native-inputs - (list python-coverage python-hypothesis python-pympler python-pytest - python-six)) + (list python-hatchling + python-hatch-fancy-pypi-readme + python-hatch-vcs + python-pytest)) (home-page "https://github.com/python-attrs/attrs/") (synopsis "Attributes without boilerplate") (description "@code{attrs} is a Python package with class decorators that @@ -21445,7 +21435,9 @@ (define-public python-attrs-bootstrap (package (inherit python-attrs) (name "python-attrs-bootstrap") - (native-inputs `()) + (native-inputs + (modify-inputs (package-native-inputs python-attrs) + (delete "python-pytest"))) (arguments `(#:tests? #f)))) (define-public python-cliapp -- 2.41.0 From unknown Tue Jun 17 20:32:31 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: Hilton Chain Subject: bug#64973: closed (Re: [bug#64973] [PATCH python-team 1/1] gnu: python-attrs: Update to 23.1.0.) Message-ID: References: X-Gnu-PR-Message: they-closed 64973 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 64973@debbugs.gnu.org Date: Fri, 08 Sep 2023 05:23:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1694150581-3900-1" This is a multi-part message in MIME format... ------------=_1694150581-3900-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #64973: [PATCH python-team 0/1] gnu: python-attrs: Update to 23.1.0. 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 64973@debbugs.gnu.org. --=20 64973: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D64973 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1694150581-3900-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 64973-done) by debbugs.gnu.org; 8 Sep 2023 05:22:57 +0000 Received: from localhost ([127.0.0.1]:41927 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeTxI-00010c-M2 for submit@debbugs.gnu.org; Fri, 08 Sep 2023 01:22:56 -0400 Received: from mx2.dismail.de ([159.69.191.136]:46660) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeTxG-00010N-It for 64973-done@debbugs.gnu.org; Fri, 08 Sep 2023 01:22:55 -0400 Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id b42bee85; Fri, 8 Sep 2023 07:22:46 +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=orzM3dqFxf4uCeZ2/4i6FJl8UD3GDQDXp2gjwnmu0o4=; b=MNKG7oSKgjZu MReHMqDcjeTm1TGpbzfIY73+bSrMolWxy+i2dc4CeTWo2pZDWgVI0nwCj7t+SWN5 dJLFL72KOTCZtl7ZXlSGijU/t6TvCMaBcAyVx1HzS/Z7Ayt/ycxuz7rngKqRxftF JENxXA2lIocdvBT44LQY5uXB0VteG7VQr3dLGrW7h6lvcUhCFXPBt/KiesiG4YSY bcqqEcD16vgNluI561icvJC/TikFNfnTclAVpkkZGIR8F5rZ7AzApN4Jeplumv3l Q9eAn1vB4DyzIKHGLaH5bm3oQRFpNQUqrmV5ZkMwG4L6zTmllyzDB0KqldH2Nrq+ H6zU9GISkQ== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx2.dismail.de (OpenSMTPD) with ESMTP id ec277791; Fri, 8 Sep 2023 07:22:46 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 28ae4315; Fri, 8 Sep 2023 07:22:46 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 6cedbfec (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 8 Sep 2023 07:22:46 +0200 (CEST) MIME-Version: 1.0 Date: Fri, 08 Sep 2023 05:22:45 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: RainLoop/1.17.0 From: "jgart" Message-ID: Subject: Re: [bug#64973] [PATCH python-team 1/1] gnu: python-attrs: Update to 23.1.0. To: "Hilton Chain" , 64973-done@debbugs.gnu.org In-Reply-To: <636e72617cfcd22217c9c7e318cb0ed3fafe12eb.1690806956.git.hako@ultrarare.space> References: <636e72617cfcd22217c9c7e318cb0ed3fafe12eb.1690806956.git.hako@ultrarare.space> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64973-done Cc: 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: -3.3 (---) Thanks, applied to the python-team branch. all best, jgart ------------=_1694150581-3900-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 31 Jul 2023 13:03:46 +0000 Received: from localhost ([127.0.0.1]:51998 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qQSYs-0004v1-Jp for submit@debbugs.gnu.org; Mon, 31 Jul 2023 09:03:46 -0400 Received: from lists.gnu.org ([2001:470:142::17]:52726) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qQSYq-0004un-7Y for submit@debbugs.gnu.org; Mon, 31 Jul 2023 09:03:45 -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 1qQSYk-0001DA-UJ for guix-patches@gnu.org; Mon, 31 Jul 2023 09:03:38 -0400 Received: from mail.boiledscript.com ([144.168.59.46]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qQSYj-0000tM-FO for guix-patches@gnu.org; Mon, 31 Jul 2023 09:03:38 -0400 From: Hilton Chain DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1690808333; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=QfugsJZLFF6XtnkP4pm3jDdxB8lDkJumNzzuN8sTmv4=; b=pxINUquueC51Z8LaxM661ZetuE0Q4RBtHvTUILHCxD3JJBizmu8ElSZrX3/Cj2MnEOn80d K4wEgapvzPb8Ec7FmDcV02V6kI6L2yAYTmFZ8o2lqZyM6w6wNwE6opnkloO1td0U848Jcc g8KpVgxkRGgp0jc6wQaHSyM02UxFVR4leUPM3ou7MPsNwG8qNvFm+IenUL38spmSG+me8c zBhduP5RnYN/tFER5iwLU/dU+DoopGj/Bz3QpeacEFwamN3MIE1WmqbF6844vX/2+OK+Al 2o59WPdT25wlnAKSaIZ0k1gwyqW7yBKEraPtySvIZ86WL1BvUGo0s4BCrsIHdg== To: guix-patches@gnu.org Subject: [PATCH python-team 0/1] gnu: python-attrs: Update to 23.1.0. Date: Mon, 31 Jul 2023 21:03:01 +0800 Message-ID: MIME-Version: 1.0 X-Debbugs-Cc: Lars-Dominik Braun , jgart Content-Transfer-Encoding: 8bit X-Spamd-Bar: + Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space X-Spam-Level: * Received-SPF: pass client-ip=144.168.59.46; envelope-from=hako@ultrarare.space; helo=mail.boiledscript.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, 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.0 (+) X-Debbugs-Envelope-To: submit Cc: Hilton Chain 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.0 (/) Hello Guix! This patch updates python-attrs to its latest version. `guix refresh -l python-attrs-bootstrap python-attrs' says that it has 6177 dependent packages (mainly because it's a dependency of python-pytest), so I think python-team branch might be suitable for it. Thanks Hilton Chain (1): gnu: python-attrs: Update to 23.1.0. gnu/packages/python-xyz.scm | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) base-commit: 01e976898bb562a8ab69618c1e43cd54f07a99d1 -- 2.41.0 ------------=_1694150581-3900-1--