From unknown Sat Jun 21 03:26:51 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#34363 <34363@debbugs.gnu.org> To: bug#34363 <34363@debbugs.gnu.org> Subject: Status: [PATCH] gnu: python-configargparse: Update to 0.14.0. Reply-To: bug#34363 <34363@debbugs.gnu.org> Date: Sat, 21 Jun 2025 10:26:51 +0000 retitle 34363 [PATCH] gnu: python-configargparse: Update to 0.14.0. reassign 34363 guix-patches submitter 34363 Vagrant Cascadian severity 34363 normal tag 34363 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 07 02:16:27 2019 Received: (at submit) by debbugs.gnu.org; 7 Feb 2019 07:16:27 +0000 Received: from localhost ([127.0.0.1]:36495 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grdv8-0004Mg-UU for submit@debbugs.gnu.org; Thu, 07 Feb 2019 02:16:27 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44367) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grdv7-0004MR-F7 for submit@debbugs.gnu.org; Thu, 07 Feb 2019 02:16:25 -0500 Received: from lists.gnu.org ([209.51.188.17]:44813) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grdv2-0000kn-Cg for submit@debbugs.gnu.org; Thu, 07 Feb 2019 02:16:20 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58743) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grdv1-0007ff-HT for guix-patches@gnu.org; Thu, 07 Feb 2019 02:16:20 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20,RCVD_IN_DNSWL_NONE autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grdv1-0000k8-0G for guix-patches@gnu.org; Thu, 07 Feb 2019 02:16:19 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:50384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grdv0-0000jL-R8 for guix-patches@gnu.org; Thu, 07 Feb 2019 02:16:18 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100e]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id CB4DD1AAC0 for ; Wed, 6 Feb 2019 23:16:16 -0800 (PST) From: Vagrant Cascadian To: guix-patches@gnu.org Subject: [PATCH] gnu: python-configargparse: Update to 0.14.0. Date: Wed, 06 Feb 2019 23:16:11 -0800 Message-ID: <87ef8k132c.fsf@ponder> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 173.255.214.101 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit 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 Content-Transfer-Encoding: quoted-printable * gnu/packages/python-xyz.scm (python-configargparse): Update to 0.14.0. =2D-- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a8239792f..fe9300c34 100644 =2D-- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7107,13 +7107,13 @@ config files.") (define-public python-configargparse (package (name "python-configargparse") =2D (version "0.12.0") + (version "0.14.0") (source (origin (method url-fetch) (uri (pypi-uri "ConfigArgParse" version)) (sha256 (base32 =2D "0fgkiqh6r3rbkdq3k8c48m85g52k96686rw3a6jg4lcncrkpvk98"))= )) + "149fy4zya0rsnlkvxbbq43cyr8lscb5k4pj1m6n7f1grwcmzwbif")))) (build-system python-build-system) (native-inputs `(("python-pyyaml" ,python-pyyaml))) =2D-=20 2.20.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXFvbOwAKCRDcUY/If5cW qnTgAQCD1EaDH6mk6JubqDMiruDZwr+Sk+CX1x+QYTOGg3/NwAEAhb0LXOZMfp+x 5/GrYIHjLxD8IyVBF9FhYkyMjISWzAE= =mToQ -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 07 02:55:57 2019 Received: (at 34363-done) by debbugs.gnu.org; 7 Feb 2019 07:55:57 +0000 Received: from localhost ([127.0.0.1]:36522 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1greXN-0005LC-0w for submit@debbugs.gnu.org; Thu, 07 Feb 2019 02:55:57 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21051) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1greXL-0005L4-4a for 34363-done@debbugs.gnu.org; Thu, 07 Feb 2019 02:55:55 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1549525240; cv=none; d=zoho.com; s=zohoarc; b=QLrMOcMYywo0sok7iZFNDkliAyKnHNCqYAKUoFzVykiH7yBvlzsjBOsEdu4A+YBYd0XkrRyHvVbiT15EDhCYFOHW4gbPekXsTHA3u6bUy5OKg67RaF3DMFMfHMABio30ZktbaWaFfUERBSDFWbGXc0UzkdfLC81vk71/7C9UjNI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1549525240; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=TWw94MxkA4fnEmV7IoJKEdI7u7X9Q4JHlYi5cUJFHo0=; b=cR1T1noQQMdJ3jZBicn+G/aIbcFso6Y/zx5doDhJDJ5EKSUYNowQHY6qe0sWYLLi5soNvff6AQnlGo4I+VO4/w80KImDL+7IxZOImLbrhOs0AkP9FlPpgM+4QGsMaNcBFm+n+y+dGdombe7LZVg+Xgmw1RImMzEgg4yE8hdA8Xo= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1549525240; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type; l=162; bh=TWw94MxkA4fnEmV7IoJKEdI7u7X9Q4JHlYi5cUJFHo0=; b=AyHMt8uWCinFpPKrWK0wNisyNmFQf0vo2O1m1RKUMvnwacvRvyOrOfQSTZl/vair DLPzp3mbLsveodo1t8cFP4Fu802SP3VYTfI97wevsxV7SlWk9ozDUB1i8Rn0VrVBRnL 67VJtVA38QCrPvxmeu4OkYcIzZayMNIP/pO7SbQo= Received: from localhost (p3E9E90DD.dip0.t-ipconnect.de [62.158.144.221]) by mx.zohomail.com with SMTPS id 1549525236711561.2901120377359; Wed, 6 Feb 2019 23:40:36 -0800 (PST) References: <87ef8k132c.fsf@ponder> User-agent: mu4e 1.0; emacs 26.1 From: Ricardo Wurmus To: Vagrant Cascadian Subject: Re: [bug#34363] [PATCH] gnu: python-configargparse: Update to 0.14.0. In-reply-to: <87ef8k132c.fsf@ponder> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Thu, 07 Feb 2019 08:40:31 +0100 Message-ID: <87bm3of3m8.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 34363-done Cc: 34363-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 (-) Hi Vagrant, > * gnu/packages/python-xyz.scm > (python-configargparse): Update to 0.14.0. Thanks, pushed to master with commit 86ae491f3. -- Ricardo From unknown Sat Jun 21 03:26:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 07 Mar 2019 12:24:07 +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