From unknown Tue Aug 19 10:05:23 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#69947] [PATCH] gnu: python-box: Update to 7.1.1. Resent-From: Felix Gruber Original-Sender: "Debbugs-submit" Resent-CC: lars@6xq.net, marius@gnu.org, me@bonfacemunyoki.com, sharlatanus@gmail.com, tanguy@bioneland.org, jgart@dismail.de, guix-patches@gnu.org Resent-Date: Fri, 22 Mar 2024 20:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69947 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69947@debbugs.gnu.org Cc: Felix Gruber , Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour , jgart X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour , jgart Received: via spool by submit@debbugs.gnu.org id=B.17111399399353 (code B ref -1); Fri, 22 Mar 2024 20:39:02 +0000 Received: (at submit) by debbugs.gnu.org; 22 Mar 2024 20:38:59 +0000 Received: from localhost ([127.0.0.1]:47306 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rnlfH-0002Qi-0h for submit@debbugs.gnu.org; Fri, 22 Mar 2024 16:38:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:56666) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rnlfE-0002Pk-K7 for submit@debbugs.gnu.org; Fri, 22 Mar 2024 16:38:57 -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 1rnlGD-00069O-5J for guix-patches@gnu.org; Fri, 22 Mar 2024 16:13:05 -0400 Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rnlGA-0004Wz-Fc for guix-patches@gnu.org; Fri, 22 Mar 2024 16:13:04 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 002BF240105 for ; Fri, 22 Mar 2024 21:12:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1711138378; bh=XXc1NTnRby4UWXxx6njG//Jl/a7HT7Jbkr3dPZk2lNY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=j4UkCwHDvAh7gzuoF/LYWyzh4PkN1C/UeUHXDbq7K1d35HYmvL8jao7W1vBlbhlJF pDyOcmfnvWnMGyB38yRY4qnvBOU9WNHk9+FfQoZ38Y50EY0VCOnaePB4qRAt36dQlc TTV70NQ9UuxXneWvmVhqAliK8cf9y9q5HkDLM7RPPqG3CfsAFjD0uSAxoD6toRARf4 WMfu/UREbzGO7uHcObLxy+/XeeJGWXviEx6Q9tVcI690/1hsSq6dAtef8Qfy7f8lFU xpw7pxItqK70BYyo2DkfOZrrUqYbK5YQffdUPNv1XhHG3QwsxGTJkDtEm2BV2kE71W wnI48AxKiF8FA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4V1YRF2KFGz6twS; Fri, 22 Mar 2024 21:12:57 +0100 (CET) From: Felix Gruber Date: Fri, 22 Mar 2024 20:12:28 +0000 Message-ID: <0ac6c8bd55d0dc4577be14783af99c79d1333a3b.1711138348.git.felgru@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=felgru@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, 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/python-xyz.scm (python-box): Update to 7.1.1. [source]: Download from github since pypi tarball does not contain all test files. [build-system]: Use pyproject-build-system. [propagated-inputs]: Remove python-toml; add python-tomli and python-tomli-w. [native-inputs]: Add python-cython, python-pytest, and python-wheel. Change-Id: Ia39063054821e75768b1d9a5c937eab432e7c59e --- gnu/packages/python-xyz.scm | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index eec7586d3f..aad89d251e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -108,7 +108,7 @@ ;;; Copyright © 2021 Simon Streit ;;; Copyright © 2021, 2022, 2023 Daniel Meißner ;;; Copyright © 2021, 2022 Pradana Aumars -;;; Copyright © 2021, 2022, 2023 Felix Gruber +;;; Copyright © 2021–2024 Felix Gruber ;;; Copyright © 2021 Sébastien Lerique ;;; Copyright © 2021 Raphaël Mélotte ;;; Copyright © 2021 ZmnSCPxj @@ -33544,17 +33544,24 @@ (define-public python-glom (define-public python-box (package (name "python-box") - (version "5.3.0") + (version "7.1.1") (source + ;; The PyPI tarball does not contain all test files. (origin - (method url-fetch) - (uri (pypi-uri "python-box" version)) + (method git-fetch) + (uri + (git-reference + (url "https://github.com/cdgriffith/Box") + (commit version))) + (file-name (git-file-name name version)) (sha256 (base32 - "0jhrdif57khx2hsw1q6a9x42knwcvq8ijgqyq1jmll6y6ifyzm2f")))) - (build-system python-build-system) + "1v8s6wji17fh87nvamzysvxi8f51h6szh6h6dxvids56gg5zc553")))) + (build-system pyproject-build-system) (propagated-inputs - (list python-msgpack python-ruamel.yaml python-toml)) + (list python-msgpack python-ruamel.yaml python-tomli python-tomli-w)) + (native-inputs + (list python-cython python-pytest python-wheel)) (home-page "https://github.com/cdgriffith/Box") (synopsis "Advanced Python dictionaries with dot notation access") (description base-commit: d5f857a3cfd1d7523b4051b94bd67b5cf5636219 -- 2.43.0 From unknown Tue Aug 19 10:05:23 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#69947] [PATCH] gnu: python-box: Update to 7.1.1. Resent-From: Munyoki Kilyungi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 23 Mar 2024 08:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69947 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Felix Gruber , 69947@debbugs.gnu.org Cc: Tanguy Le Carrour , Lars-Dominik Braun , jgart , Marius Bakke , Felix Gruber , Sharlatan Hellseher Received: via spool by 69947-submit@debbugs.gnu.org id=B69947.171118165518393 (code B ref 69947); Sat, 23 Mar 2024 08:15:02 +0000 Received: (at 69947) by debbugs.gnu.org; 23 Mar 2024 08:14:15 +0000 Received: from localhost ([127.0.0.1]:35363 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rnwW7-0004ma-0m for submit@debbugs.gnu.org; Sat, 23 Mar 2024 04:14:15 -0400 Received: from wout5-smtp.messagingengine.com ([64.147.123.21]:33491) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rnwW3-0004mC-V3 for 69947@debbugs.gnu.org; Sat, 23 Mar 2024 04:14:14 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id 3AE153200906; Sat, 23 Mar 2024 04:13:24 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Sat, 23 Mar 2024 04:13:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= bonfacemunyoki.com; h=cc:cc:content-type:content-type:date:date :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:subject:subject:to:to; s=fm3; t=1711181603; x=1711268003; bh=WyJkwecBU+V8fJz6xeP/76PNoERclP2z86QvGFTfEpE=; b= d/xYI15utVARPNVb14dBrl22j1VHMAaePWCt01MY0qInOUa3op0782LG9GSFI1kr uy008JpGhO0fvdRHC00sPvZkcFKQtMxOko2nPdbU0czuZdRcXnR7rPIGbkJTEr20 2L0YcOKJFMMQ/DiuROYAHo8ehd3V7Xrrknq6a6NIwx03+gHH6wS6qobU3tE+2Gcq JTHpwfoXZaO3V4MaCzjijvdE4KZq8vXLLIz+gi0nefeA3WjJn8AEuqzZ4qqIDNza Ayrz3UEcWQdBf/YfrVFmh8wefJ3lri2BSWfo/z6q9HyJFVLWwXkd65d44X2gqjre qeElIJUmLar0IMPbyv8uRw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:subject:subject:to :to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; t=1711181603; x=1711268003; bh=WyJkwecBU+V8fJz6xeP/76PNoERc lP2z86QvGFTfEpE=; b=ccSl3c3GMr00QfE/8DZ3bm05oFb3T3kQBgH71bs1dKpZ HjldVq8zzvRS3tGR9l8hHPHbNFyaWkSfsAlFE8Cu712+0fIXDYyJrqpGL4udJfQC y9x85xgj6wUiLcoFSG1JAKv/kXiaZU78T3cT+l9yJ1XnfIq5u0FyLMW+vBbgU7V3 KlcP9Ga1MC8nHMZuXpc3zpMIPJ/vbi+xejIbJGGcEoivWxZQZk593NiyIsz9SvqI sQOyJWVrFljchG91VKd3XiDM773bSM/hbX6R+XeOJG7F6RpAFw9zPmtrMLk1tEgE fy24btILJ2aK4F5ZHAAA6CQ5hla1bZZ9x4Ot6MsGWw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvledruddtfedguddujecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvfevufgjfhffkfggtgesghdtreertddtjeenucfhrhhomhepofhunhih ohhkihcumfhilhihuhhnghhiuceomhgvsegsohhnfhgrtggvmhhunhihohhkihdrtghomh eqnecuggftrfgrthhtvghrnhepgeffgeevleevledvleevfeffveevhffffeeftdfhueev geeivdevteefgeduhfefnecuffhomhgrihhnpehgihhthhhusgdrtghomhdpohhpvghnph hgphdrohhrghenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhr ohhmpehmvgessghonhhfrggtvghmuhhnhihokhhirdgtohhm X-ME-Proxy: Feedback-ID: ib8a1471e:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 23 Mar 2024 04:13:22 -0400 (EDT) From: Munyoki Kilyungi In-Reply-To: <0ac6c8bd55d0dc4577be14783af99c79d1333a3b.1711138348.git.felgru@posteo.net> References: <0ac6c8bd55d0dc4577be14783af99c79d1333a3b.1711138348.git.felgru@posteo.net> Date: Sat, 23 Mar 2024 11:13:19 +0300 Message-ID: <87frwhtlgg.fsf@bonfacemunyoki.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) 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; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Felix! Felix Gruber aliandika: > * gnu/packages/python-xyz.scm (python-box): Update to 7.1.1. > [source]: Download from github since pypi tarball does not contain all > test files. > [build-system]: Use pyproject-build-system. > [propagated-inputs]: Remove python-toml; add python-tomli and python-toml= i-w. > [native-inputs]: Add python-cython, python-pytest, and python-wheel. Just finished reviewing this. This looks good to me and builds just fine. Thanks for the contrib! > Change-Id: Ia39063054821e75768b1d9a5c937eab432e7c59e > --- > gnu/packages/python-xyz.scm | 21 ++++++++++++++------- > 1 file changed, 14 insertions(+), 7 deletions(-) > > diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm > index eec7586d3f..aad89d251e 100644 > --- a/gnu/packages/python-xyz.scm > +++ b/gnu/packages/python-xyz.scm > @@ -108,7 +108,7 @@ > ;;; Copyright =C2=A9 2021 Simon Streit > ;;; Copyright =C2=A9 2021, 2022, 2023 Daniel Mei=C3=9Fner > ;;; Copyright =C2=A9 2021, 2022 Pradana Aumars > -;;; Copyright =C2=A9 2021, 2022, 2023 Felix Gruber > +;;; Copyright =C2=A9 2021=E2=80=932024 Felix Gruber > ;;; Copyright =C2=A9 2021 S=C3=A9bastien Lerique > ;;; Copyright =C2=A9 2021 Rapha=C3=ABl M=C3=A9lotte > ;;; Copyright =C2=A9 2021 ZmnSCPxj > @@ -33544,17 +33544,24 @@ (define-public python-glom > (define-public python-box > (package > (name "python-box") > - (version "5.3.0") > + (version "7.1.1") > (source > + ;; The PyPI tarball does not contain all test files. > (origin > - (method url-fetch) > - (uri (pypi-uri "python-box" version)) > + (method git-fetch) > + (uri > + (git-reference > + (url "https://github.com/cdgriffith/Box") > + (commit version))) > + (file-name (git-file-name name version)) > (sha256 > (base32 > - "0jhrdif57khx2hsw1q6a9x42knwcvq8ijgqyq1jmll6y6ifyzm2f")))) > - (build-system python-build-system) > + "1v8s6wji17fh87nvamzysvxi8f51h6szh6h6dxvids56gg5zc553")))) > + (build-system pyproject-build-system) > (propagated-inputs > - (list python-msgpack python-ruamel.yaml python-toml)) > + (list python-msgpack python-ruamel.yaml python-tomli python-tomli-w= )) > + (native-inputs > + (list python-cython python-pytest python-wheel)) > (home-page "https://github.com/cdgriffith/Box") > (synopsis "Advanced Python dictionaries with dot notation access") > (description > > base-commit: d5f857a3cfd1d7523b4051b94bd67b5cf5636219 > --=20 > 2.43.0 > > > =2D-=20 (Life is like a pencil that will surely run out, but will leave the beautiful writing of life.) (D4F09EB110177E03C28E2FE1F5BBAE1E0392253F (hkp://keys.openpgp.org)) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJKBAEBCAA0FiEE1PCesRAXfgPCji/h9buuHgOSJT8FAmX+jx8WHG1lQGJvbmZh Y2VtdW55b2tpLmNvbQAKCRD1u64eA5IlP/p4D/sFlkApnA7ocD+M3Wr3ozrzgshI gYqzvnQAnRpkMk/2hcHk6dN8uEBpd1RAgWuzjowTPr/MSr8qNe0crnl4sqQ+WBBW V0UKvzddxqMj7mo2OoFUYiyDS4msJIttCWb1qKBDg+fkhHAVa6Vo8R5M+OfsPDmL GR00Bd4NTjUYbR2uKfbXjL+Acg8hO2DFQV4e6dRku+A7L7R9QjyJJxPU0Y14tQf+ qpECVt8XlXxIkBSVNHQK5UBXnMs8L4lbyUgjbvXSjO2Wbyg2hFGf3Jm0/1wE1dvj GdVeHNqJ3sDAnFIDb36ClZ0tgMK1ERVYk1dFiIfO9TQ40ZM5iAcfB0tyrTfnBwD/ DCkgx1x62qmN9P7VNbMh7Zg6qZltkRWlkvyV5430H2XHg+v7GqLTbJZLB0CwwE5e ajruxaXQEuMKwZ/tqy5HLXPLM/WegVLWiOVC5KxFyTSAvvvuoJ/3oJBA5oSkoz5W aDWoXi6RPhNs3aE1HuRzpbiZJ5OkyKd+mg59C0dJrO5lBqo7eZbzWiXIeJ5FdA/S tIGpD+Fl6WgEpaECoS2xn4n4qZla6Dgv2XHsmeOYePlAS68S8b029DyJ7U+JreOL stjU5zjD4uz4NWBKNyTWAHlYlmAxmgyIS4dEAjzyK2+MaPMieSCvkzxgORpG6pIs HDAACo/6YDm00FPIHg== =8P1t -----END PGP SIGNATURE----- --=-=-=-- From unknown Tue Aug 19 10:05:23 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: Felix Gruber Subject: bug#69947: closed ([PATCH] gnu: python-box: Update to 7.1.1.) Message-ID: References: <878r2970ec.fsf@gmail.com> <0ac6c8bd55d0dc4577be14783af99c79d1333a3b.1711138348.git.felgru@posteo.net> X-Gnu-PR-Message: they-closed 69947 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 69947@debbugs.gnu.org Date: Sat, 23 Mar 2024 09:56:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1711187762-4667-1" This is a multi-part message in MIME format... ------------=_1711187762-4667-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #69947: [PATCH] gnu: python-box: Update to 7.1.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 69947@debbugs.gnu.org. --=20 69947: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D69947 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1711187762-4667-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 69947-done) by debbugs.gnu.org; 23 Mar 2024 09:55:25 +0000 Received: from localhost ([127.0.0.1]:42181 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rny60-0001BH-Ma for submit@debbugs.gnu.org; Sat, 23 Mar 2024 05:55:25 -0400 Received: from mail-lf1-f44.google.com ([209.85.167.44]:43157) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rny0g-0000v6-D9 for 69947-done@debbugs.gnu.org; Sat, 23 Mar 2024 05:49:55 -0400 Received: by mail-lf1-f44.google.com with SMTP id 2adb3069b0e04-513e4dd6ca4so3536112e87.0 for <69947-done@debbugs.gnu.org>; Sat, 23 Mar 2024 02:49:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1711187287; x=1711792087; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=MGp4oojUc83EuxDR5huCbAbHtxJKYxOP6OL64yB1aJI=; b=itA0Wa1Z3KFmcMAhF03Et16efgpcdFCajHWPsGgT383CPUM0EXdWDL52yvqjZmHL+x bhOcejBVHsP4RkNCj2L2HKTGCehowjizzgf9+F253PZL6QDOGWwz50GecFX72fwTADqF 7nLvOhAVqBnfoIa290rVdliJNsqlPLEAgL+tQoHuOzxRlFm5EVjc1ds1X/e6hrjUGVHZ +Ew1fhn/hRHQMCtXJBR3gbwdWIusR3YC7ZX6bnBM9b50NruhmVlYDo0mh1efL1YLSr+T FKiPWoyQdt4nxoQpjniguWHMzW3yIuZ/fUULPQ14P28kQs2UYZNMf6r6JH6rj7EU14a9 e8iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1711187287; x=1711792087; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=MGp4oojUc83EuxDR5huCbAbHtxJKYxOP6OL64yB1aJI=; b=u36R8CdJeXtliuSDLpWWrW1HDPOrZhl7S0YbuKvEtrBRDpxY6HT2GlFm33J06vgdkV 6Z6P4w3IwJEPTeMsqERZ+QDti9zd/Id9ifGXbMPKAHGJbWJL2xglMi4oUYCuVK47Qa9g HkXg++CNvIzl9aLkb8EUU5ulpSU7HoF0ZsdudjNKMhLMmwW0qYfHphRycgW9BAU92htR Z9KKQ+L/tpYXgKM5qpqLxBj9YJPTmIgMF/yJrJm48N/z1cPrPXon21I2H7u/sMGKVg8b v4TFlVRfpl+gyI5NwDpOxEjSuaCTNL/+IQt08Hg+defURiQ5weXjPavbjzBhJgC1gnV3 Dc0w== X-Gm-Message-State: AOJu0YxhmsmMfuFuqEuziIhY6M971c+UKzG+OpSciF19PlptCGi+Uqk2 6daPuWEiB/miaseimmP2iA0XSO/eDBY4//0TPVT35q2n+raNz5mG5zzZpThIa2s= X-Google-Smtp-Source: AGHT+IFd/XXQseFOLEEYWPcIONlMD/dVpO34r9Im/PEOiezEzPKmXNltyt95RHsaPHvxDDwk8j4jZw== X-Received: by 2002:adf:f84c:0:b0:33e:63c2:c43a with SMTP id d12-20020adff84c000000b0033e63c2c43amr965088wrq.26.1711186748773; Sat, 23 Mar 2024 02:39:08 -0700 (PDT) Received: from guxtil (cpc100856-bagu15-2-0-cust368.1-3.cable.virginm.net. [82.25.93.113]) by smtp.gmail.com with ESMTPSA id co20-20020a0560000a1400b00341b3c6c88dsm3866401wrb.15.2024.03.23.02.39.07 for <69947-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 23 Mar 2024 02:39:07 -0700 (PDT) From: Sharlatan Hellseher To: 69947-done@debbugs.gnu.org Subject: [PATCH] gnu: python-box: Update to 7.1.1. Date: Sat, 23 Mar 2024 09:39:07 +0000 Message-ID: <878r2970ec.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 69947-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 (-) --=-=-= Content-Type: text/plain Pushed as f285a968b1219ae748fcab918b17285e741422c2 to master. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmX+ozsACgkQdtcnv/Ys 0rWRqg//RJpD214Qn4ocFW1DwqBtS+Of9XLeaKxFgkrEFP/Y5zQTA5EXZ3u6BS4R 6/j6OdPE8wNsjw8FJB35G/DzmYxr236O2dpqHJG1FUMj8xTTUp0i4R+VZsMta7W6 ChS+j0tpZFAI8pQdYa6N63qu+SahaPvovnljsfTxxMkOKwPVDfi+MjPjLbQ2oKxh TGpZt4DIlSIDSNIXpgV9RcnCRznTFOGGxk+gnpOvV7wGDLGqycvl40IJzP0uy9Au pit7thvNlTN91E92KsQUg2jWSblyqMU9l0NdeYsJGQNH5VSzltVd9lFda3wT6l/F Iv8wgihavPnw0g+TODzvNQsspvzlS49UUVmcJ6mVgwOJH+Kd6TKWpv6I4qqwoH/M BQgUeNsvTvu+dAFWFePwEhvxaxsiQUbhlEf5IZZPodrLdupgGgjdbUH8S4LlbUgO PpeGph538hxY9DEDVdmBVW6B7kSyMzXZFOcdLYSEy366T0GGCL13kEu1sbyJ8Q/f F0915/8ZBJY32rfPGl430fv2qRulMD+E6bC+7FziZqAwwoz2rjdykpl7uI8aS40Z hEf1fhSo4ZwWLAiDKhvgTs8j23l9Upr3L/AE0VdcEFxvL/r6+O4wZKPp3dtsHrq/ XCnIFDaTcMXdWOwlp2dJEuNUuR1yQVeh4cMtXaZm1TTPEOoiC/0= =2TWx -----END PGP SIGNATURE----- --=-=-=-- ------------=_1711187762-4667-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Mar 2024 20:38:59 +0000 Received: from localhost ([127.0.0.1]:47306 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rnlfH-0002Qi-0h for submit@debbugs.gnu.org; Fri, 22 Mar 2024 16:38:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:56666) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rnlfE-0002Pk-K7 for submit@debbugs.gnu.org; Fri, 22 Mar 2024 16:38:57 -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 1rnlGD-00069O-5J for guix-patches@gnu.org; Fri, 22 Mar 2024 16:13:05 -0400 Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rnlGA-0004Wz-Fc for guix-patches@gnu.org; Fri, 22 Mar 2024 16:13:04 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 002BF240105 for ; Fri, 22 Mar 2024 21:12:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1711138378; bh=XXc1NTnRby4UWXxx6njG//Jl/a7HT7Jbkr3dPZk2lNY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=j4UkCwHDvAh7gzuoF/LYWyzh4PkN1C/UeUHXDbq7K1d35HYmvL8jao7W1vBlbhlJF pDyOcmfnvWnMGyB38yRY4qnvBOU9WNHk9+FfQoZ38Y50EY0VCOnaePB4qRAt36dQlc TTV70NQ9UuxXneWvmVhqAliK8cf9y9q5HkDLM7RPPqG3CfsAFjD0uSAxoD6toRARf4 WMfu/UREbzGO7uHcObLxy+/XeeJGWXviEx6Q9tVcI690/1hsSq6dAtef8Qfy7f8lFU xpw7pxItqK70BYyo2DkfOZrrUqYbK5YQffdUPNv1XhHG3QwsxGTJkDtEm2BV2kE71W wnI48AxKiF8FA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4V1YRF2KFGz6twS; Fri, 22 Mar 2024 21:12:57 +0100 (CET) From: Felix Gruber To: guix-patches@gnu.org Subject: [PATCH] gnu: python-box: Update to 7.1.1. Date: Fri, 22 Mar 2024 20:12:28 +0000 Message-ID: <0ac6c8bd55d0dc4577be14783af99c79d1333a3b.1711138348.git.felgru@posteo.net> MIME-Version: 1.0 X-Debbugs-Cc: Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour , jgart Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=felgru@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, 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: Felix Gruber 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-box): Update to 7.1.1. [source]: Download from github since pypi tarball does not contain all test files. [build-system]: Use pyproject-build-system. [propagated-inputs]: Remove python-toml; add python-tomli and python-tomli-w. [native-inputs]: Add python-cython, python-pytest, and python-wheel. Change-Id: Ia39063054821e75768b1d9a5c937eab432e7c59e --- gnu/packages/python-xyz.scm | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index eec7586d3f..aad89d251e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -108,7 +108,7 @@ ;;; Copyright © 2021 Simon Streit ;;; Copyright © 2021, 2022, 2023 Daniel Meißner ;;; Copyright © 2021, 2022 Pradana Aumars -;;; Copyright © 2021, 2022, 2023 Felix Gruber +;;; Copyright © 2021–2024 Felix Gruber ;;; Copyright © 2021 Sébastien Lerique ;;; Copyright © 2021 Raphaël Mélotte ;;; Copyright © 2021 ZmnSCPxj @@ -33544,17 +33544,24 @@ (define-public python-glom (define-public python-box (package (name "python-box") - (version "5.3.0") + (version "7.1.1") (source + ;; The PyPI tarball does not contain all test files. (origin - (method url-fetch) - (uri (pypi-uri "python-box" version)) + (method git-fetch) + (uri + (git-reference + (url "https://github.com/cdgriffith/Box") + (commit version))) + (file-name (git-file-name name version)) (sha256 (base32 - "0jhrdif57khx2hsw1q6a9x42knwcvq8ijgqyq1jmll6y6ifyzm2f")))) - (build-system python-build-system) + "1v8s6wji17fh87nvamzysvxi8f51h6szh6h6dxvids56gg5zc553")))) + (build-system pyproject-build-system) (propagated-inputs - (list python-msgpack python-ruamel.yaml python-toml)) + (list python-msgpack python-ruamel.yaml python-tomli python-tomli-w)) + (native-inputs + (list python-cython python-pytest python-wheel)) (home-page "https://github.com/cdgriffith/Box") (synopsis "Advanced Python dictionaries with dot notation access") (description base-commit: d5f857a3cfd1d7523b4051b94bd67b5cf5636219 -- 2.43.0 ------------=_1711187762-4667-1--