From unknown Sat Aug 09 05:04:12 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#53816] [PATCH] Add package python-types-ujson to python-xyz.scm. Resent-From: Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 06 Feb 2022 08:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53816 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53816@debbugs.gnu.org Cc: Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?= X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16441355253524 (code B ref -1); Sun, 06 Feb 2022 08:19:02 +0000 Received: (at submit) by debbugs.gnu.org; 6 Feb 2022 08:18:45 +0000 Received: from localhost ([127.0.0.1]:36326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGckv-0000um-5T for submit@debbugs.gnu.org; Sun, 06 Feb 2022 03:18:45 -0500 Received: from lists.gnu.org ([209.51.188.17]:50814) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGckt-0000ue-7a for submit@debbugs.gnu.org; Sun, 06 Feb 2022 03:18:43 -0500 Received: from eggs.gnu.org ([209.51.188.92]:34384) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGcko-0000ne-Hu for guix-patches@gnu.org; Sun, 06 Feb 2022 03:18:40 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:47241) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGckl-0001ep-5X for guix-patches@gnu.org; Sun, 06 Feb 2022 03:18:36 -0500 Received: (Authenticated sender: contact@phfrohring.com) by mail.gandi.net (Postfix) with ESMTPSA id BAD92100006; Sun, 6 Feb 2022 08:18:15 +0000 (UTC) From: Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?= Date: Sun, 6 Feb 2022 09:16:05 +0100 Message-Id: <20220206081605.1631727-1-contact@phfrohring.com> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=217.70.178.231; envelope-from=contact@phfrohring.com; helo=relay11.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, 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.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: -2.7 (--) --- gnu/packages/python-xyz.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7c1b5e8ed3..09077dc77b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -28931,3 +28931,22 @@ (define-public python-types-dataclasses "This packages provides a collection of library stubs for Python, with static types.") (license license:asl2.0))) + +(define-public python-types-ujson + (package + (name "python-types-ujson") + (version "4.2.1") + (source (origin + (method url-fetch) + (uri (pypi-uri "types-ujson" version)) + (sha256 + (base32 + "0k9n9hsq4k2zaakdwbkcsvi7m8d3mv2y9yl6f171y58ld4qpcxcy")))) + (build-system python-build-system) + (home-page "https://github.com/python/typeshed") + (synopsis "Typing stubs for ujson") + (description + "This is a PEP 561 type stub package for the ujson +package. It can be used by type-checking tools like mypy, PyCharm, +pytype etc. to check code that uses ujson.") + (license license:asl2.0))) -- 2.34.0 From unknown Sat Aug 09 05:04:12 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: Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?= Subject: bug#53816: closed (Re: bug#53816: [PATCH] Add package python-types-ujson to python-xyz.scm.) Message-ID: References: <871qzot0w5.fsf@gnu.org> <20220206081605.1631727-1-contact@phfrohring.com> X-Gnu-PR-Message: they-closed 53816 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 53816@debbugs.gnu.org Date: Sun, 27 Feb 2022 22:13:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1645999982-3619-1" This is a multi-part message in MIME format... ------------=_1645999982-3619-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #53816: [PATCH] Add package python-types-ujson to python-xyz.scm. 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 53816@debbugs.gnu.org. --=20 53816: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D53816 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1645999982-3619-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 53816-done) by debbugs.gnu.org; 27 Feb 2022 22:12:19 +0000 Received: from localhost ([127.0.0.1]:59483 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nORm7-0000vR-FG for submit@debbugs.gnu.org; Sun, 27 Feb 2022 17:12:19 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:56102) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nORm6-0000vC-0J for 53816-done@debbugs.gnu.org; Sun, 27 Feb 2022 17:12:18 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 3CC6B399; Sun, 27 Feb 2022 23:12:12 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e5A4bpnOYNn4; Sun, 27 Feb 2022 23:12:11 +0100 (CET) Received: from ribbon (91-160-117-201.subs.proxad.net [91.160.117.201]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 37D9A13B; Sun, 27 Feb 2022 23:12:11 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Pierre-Henry =?utf-8?Q?Fr=C3=B6hring?= Subject: Re: bug#53816: [PATCH] Add package python-types-ujson to python-xyz.scm. References: <20220206081605.1631727-1-contact@phfrohring.com> Date: Sun, 27 Feb 2022 23:12:10 +0100 In-Reply-To: <20220206081605.1631727-1-contact@phfrohring.com> ("Pierre-Henry =?utf-8?Q?Fr=C3=B6hring=22's?= message of "Sun, 6 Feb 2022 09:16:05 +0100") Message-ID: <871qzot0w5.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Server: hera X-Rspamd-Queue-Id: 3CC6B399 X-Spamd-Result: default: False [-0.10 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 53816-done Cc: 53816-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: -0.0 (/) Hi, Pierre-Henry Fr=C3=B6hring skribis: > --- > gnu/packages/python-xyz.scm | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) I added a conventional commit log and commit. Thanks! Ludo=E2=80=99. ------------=_1645999982-3619-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Feb 2022 08:18:45 +0000 Received: from localhost ([127.0.0.1]:36326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGckv-0000um-5T for submit@debbugs.gnu.org; Sun, 06 Feb 2022 03:18:45 -0500 Received: from lists.gnu.org ([209.51.188.17]:50814) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGckt-0000ue-7a for submit@debbugs.gnu.org; Sun, 06 Feb 2022 03:18:43 -0500 Received: from eggs.gnu.org ([209.51.188.92]:34384) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGcko-0000ne-Hu for guix-patches@gnu.org; Sun, 06 Feb 2022 03:18:40 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:47241) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGckl-0001ep-5X for guix-patches@gnu.org; Sun, 06 Feb 2022 03:18:36 -0500 Received: (Authenticated sender: contact@phfrohring.com) by mail.gandi.net (Postfix) with ESMTPSA id BAD92100006; Sun, 6 Feb 2022 08:18:15 +0000 (UTC) From: =?UTF-8?q?Pierre-Henry=20Fr=C3=B6hring?= To: guix-patches@gnu.org Subject: [PATCH] Add package python-types-ujson to python-xyz.scm. Date: Sun, 6 Feb 2022 09:16:05 +0100 Message-Id: <20220206081605.1631727-1-contact@phfrohring.com> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=217.70.178.231; envelope-from=contact@phfrohring.com; helo=relay11.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, 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.7 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Pierre-Henry=20Fr=C3=B6hring?= 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.7 (--) --- gnu/packages/python-xyz.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7c1b5e8ed3..09077dc77b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -28931,3 +28931,22 @@ (define-public python-types-dataclasses "This packages provides a collection of library stubs for Python, with static types.") (license license:asl2.0))) + +(define-public python-types-ujson + (package + (name "python-types-ujson") + (version "4.2.1") + (source (origin + (method url-fetch) + (uri (pypi-uri "types-ujson" version)) + (sha256 + (base32 + "0k9n9hsq4k2zaakdwbkcsvi7m8d3mv2y9yl6f171y58ld4qpcxcy")))) + (build-system python-build-system) + (home-page "https://github.com/python/typeshed") + (synopsis "Typing stubs for ujson") + (description + "This is a PEP 561 type stub package for the ujson +package. It can be used by type-checking tools like mypy, PyCharm, +pytype etc. to check code that uses ujson.") + (license license:asl2.0))) -- 2.34.0 ------------=_1645999982-3619-1--