From unknown Fri Jun 20 07:10:10 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#34362 <34362@debbugs.gnu.org> To: bug#34362 <34362@debbugs.gnu.org> Subject: Status: [PATCH] gnu: python-wheel: Update to 0.32.2. Reply-To: bug#34362 <34362@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:10:10 +0000 retitle 34362 [PATCH] gnu: python-wheel: Update to 0.32.2. reassign 34362 guix-patches submitter 34362 Vagrant Cascadian severity 34362 normal tag 34362 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 07 02:15:03 2019 Received: (at submit) by debbugs.gnu.org; 7 Feb 2019 07:15:03 +0000 Received: from localhost ([127.0.0.1]:36490 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grdtn-0004Jx-Gi for submit@debbugs.gnu.org; Thu, 07 Feb 2019 02:15:03 -0500 Received: from eggs.gnu.org ([209.51.188.92]:43961) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grdtk-0004JA-TJ for submit@debbugs.gnu.org; Thu, 07 Feb 2019 02:15:01 -0500 Received: from lists.gnu.org ([209.51.188.17]:37918) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grdte-0008SH-Ff for submit@debbugs.gnu.org; Thu, 07 Feb 2019 02:14:55 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grdtd-0007T5-K8 for guix-patches@gnu.org; Thu, 07 Feb 2019 02:14:54 -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_40,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 1grdtZ-0008Nf-LD for guix-patches@gnu.org; Thu, 07 Feb 2019 02:14:53 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:50368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grdtT-0008H7-EZ for guix-patches@gnu.org; Thu, 07 Feb 2019 02:14:44 -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 9BE381AAC0 for ; Wed, 6 Feb 2019 23:14:29 -0800 (PST) From: Vagrant Cascadian To: guix-patches@gnu.org Subject: [PATCH] gnu: python-wheel: Update to 0.32.2. Date: Wed, 06 Feb 2019 23:14:22 -0800 Message-ID: <87h8dg135d.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-wheel): Update to 0.32.2. =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..946f7e967 100644 =2D-- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1695,14 +1695,14 @@ with sensible defaults out of the box.") (define-public python-wheel (package (name "python-wheel") =2D (version "0.30.0a0") + (version "0.32.3") (source (origin (method url-fetch) (uri (pypi-uri "wheel" version)) (sha256 (base32 =2D "1nm6mn8isny0hr86rhbfrpfj867c0phf001xgsd69xfp9ady1wwq")))) + "1dhxl1bf18bx9szmqcnxbg6204hp3im8089q3hkwh5jfa6zh75q2")))) (build-system python-build-system) (native-inputs `(("python-jsonschema" ,python-jsonschema) =2D-=20 2.20.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXFva0AAKCRDcUY/If5cW qlQ2AQDUQXSSSEKMhjh62okLbcdYSn/zcpABrMmEMnbRmkacdwD/X112HKsGdu2N 8N9FNrsbWlRSUj0JnumKz2d9EKq8vAE= =lkhf -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 07 02:41:39 2019 Received: (at 34362-done) by debbugs.gnu.org; 7 Feb 2019 07:41:39 +0000 Received: from localhost ([127.0.0.1]:36501 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1greJX-0004yr-18 for submit@debbugs.gnu.org; Thu, 07 Feb 2019 02:41:39 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21043) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1greJV-0004yh-H2 for 34362-done@debbugs.gnu.org; Thu, 07 Feb 2019 02:41:38 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1549525283; cv=none; d=zoho.com; s=zohoarc; b=cBRKm9eZLaSKoUDZc4y6y1xbRRPhSQ7o0lEEOh0BWw5RLXJDeD5blTZQLC0zF5uyJwB2ZxYIpLKXWVEEiY1S1iADJTdwHs0GR2vfoNWKYfg5kqLMrPeGAcDs1vAT+n2ZVN225T7FhcUhfflCiiS9x/5B9hgmvhfxwUG7GGnyhtU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1549525283; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=H5TnNoakCuNATglcwYmf763okXPpZ7pOA+8wh4OUY0A=; b=hYBcUvxcTi+FD0X5uzLvFJnB4suIrnFgZi41OwBTlwpjqrEVcI6YP8FOBozn3S9wmZuT2nOzkzVgg2nC3B6iUuJnequBOZulXSNe4QfwDt/D22dYFuoRCwBhn73QT1Wl7elgafOaogdJUNY7TZhZF80znVlKmDFkoIClbh5Nceg= 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=1549525283; 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:Content-Transfer-Encoding; l=211; bh=H5TnNoakCuNATglcwYmf763okXPpZ7pOA+8wh4OUY0A=; b=ETiBFrKgDbPZvqWD7/3uFfx09FCj47hM4pBDaMczOYZ5EvHOcv1rNKOBDPQQL88Q QNpgQfz5BW0Zv2ND0fah6lpvpEP7/QdWom6CtmgBgPIeEFgstgxp2qvNdxcefvk6xnM o983stcuJxp8cpE35/eJWtqZ/GskFB9D0DZmYjPk= Received: from localhost (p3E9E90DD.dip0.t-ipconnect.de [62.158.144.221]) by mx.zohomail.com with SMTPS id 1549525279952166.67066351990616; Wed, 6 Feb 2019 23:41:19 -0800 (PST) References: <87h8dg135d.fsf@ponder> User-agent: mu4e 1.0; emacs 26.1 From: Ricardo Wurmus To: Vagrant Cascadian Subject: Re: [bug#34362] [PATCH] gnu: python-wheel: Update to 0.32.2. In-reply-to: <87h8dg135d.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:41:15 +0100 Message-ID: <87a7j8f3l0.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 34362-done Cc: 34362-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-wheel): Update to 0.32.2. Thanks! Pushed to the =E2=80=9Cmaster=E2=80=9D branch with commit 746c074bbe811e440622ab7f44ca886eafd41da7. -- Ricardo From unknown Fri Jun 20 07:10:10 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