From unknown Thu Sep 11 19:19:53 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35977] [PATCH 45/47] gnu: Add python-strict-rfc3339. Resent-From: "h.nasajpour" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 29 May 2019 00:37:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 35977 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 35977@debbugs.gnu.org Cc: "h.nasajpour" X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.155909019323648 (code B ref -1); Wed, 29 May 2019 00:37:03 +0000 Received: (at submit) by debbugs.gnu.org; 29 May 2019 00:36:33 +0000 Received: from localhost ([127.0.0.1]:57758 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVma0-00069M-UG for submit@debbugs.gnu.org; Tue, 28 May 2019 20:36:33 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54526) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVmZy-000698-L7 for submit@debbugs.gnu.org; Tue, 28 May 2019 20:36:32 -0400 Received: from lists.gnu.org ([209.51.188.17]:54636) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hVmZt-0001X9-HB for submit@debbugs.gnu.org; Tue, 28 May 2019 20:36:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVmZs-0008Qg-FG for guix-patches@gnu.org; Tue, 28 May 2019 20:36:25 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: ** X-Spam-Status: No, score=3.0 required=5.0 tests=BAYES_05,NO_DNS_FOR_FROM, RDNS_DYNAMIC,RECEIVED_FROM_WINDOWS_HOST autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVmZr-0001Vu-I1 for guix-patches@gnu.org; Tue, 28 May 2019 20:36:24 -0400 Received: from 37.59.236.227.rdns.hasaserver.com ([37.59.236.227]:55897 helo=hamzeh-VirtualBox.Home) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVmZr-0001VP-0f for guix-patches@gnu.org; Tue, 28 May 2019 20:36:23 -0400 Received: by hamzeh-VirtualBox.Home (Postfix, from userid 0) id 9299F1A154B; Wed, 29 May 2019 05:06:22 +0430 (+0430) From: "h.nasajpour" Date: Wed, 29 May 2019 05:06:21 +0430 Message-Id: <20190529003621.3314-1-h.nasajpour@pantherx.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: References: X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic] X-Received-From: 37.59.236.227 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.9 (-) 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.9 (--) * gnu/packages/time.scm (python-strict-rfc3339): New variable --- gnu/packages/time.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 1363843b31..9e23ffae14 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -440,3 +440,21 @@ datetime type.") modifies the @code{time}, @code{gettimeofday} and @code{clock_gettime} system calls.") (license gpl2))) + +(define-public python-strict-rfc3339 + (package + (name "python-strict-rfc3339") + (version "0.7") + (source (origin + (method url-fetch) + (uri (pypi-uri "strict-rfc3339" version)) + (sha256 (base32 "0xqjbsn0g1h88rayh5yrpdagq60zfwrfs3yvk6rmgby3vyz1gbaw")))) + (build-system python-build-system) + (arguments + `( + #:tests? #f + )) + (home-page "https://github.com/danielrichman/strict-rfc3339") + (synopsis "Strict, simple, lightweight RFC3339 functions.") + (description "Convert unix timestamps to and from RFC3339.") + (license license:gpl3+))) -- 2.17.1 From unknown Thu Sep 11 19:19:53 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35977] [PATCH 45/47] gnu: Add python-strict-rfc3339. Resent-From: Brett Gilio Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 10 Dec 2019 06:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35977 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "h.nasajpour" Cc: 35977@debbugs.gnu.org Received: via spool by 35977-submit@debbugs.gnu.org id=B35977.157596047815877 (code B ref 35977); Tue, 10 Dec 2019 06:48:01 +0000 Received: (at 35977) by debbugs.gnu.org; 10 Dec 2019 06:47:58 +0000 Received: from localhost ([127.0.0.1]:54844 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ieZJO-000481-1s for submit@debbugs.gnu.org; Tue, 10 Dec 2019 01:47:58 -0500 Received: from mout02.posteo.de ([185.67.36.66]:52207) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ieZJM-00047L-IF for 35977@debbugs.gnu.org; Tue, 10 Dec 2019 01:47:57 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 4F45B2400FB for <35977@debbugs.gnu.org>; Tue, 10 Dec 2019 07:47:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1575960470; bh=MYEKFmvYFqSaMl1X4/+w2r8Pj73MDTFjp9Vz1oFg/eU=; h=From:To:Cc:Subject:Date:From; b=b8P5qPdCY2rfXR3T/s/fJCYw2HfsCV7vhvUf1Qv4bGm97v15t7edW7KN0aTGb8OXB 3+Gigvk6zerbCeSDeQLA8i86L7w8OQMFKGVtfoLiU7yvGj7WUIOinJs6rAqVw8nMCB mIp+nYStTEy+zLFztf1lECfGL/IBUfEf08iyO7rDMK2izRH+XcjAegdvaA+wXLvzic aI7dogMbCfn8FX/nrb0y6mL5+D4MNn1n/WNTZrLsrC56Valavkesw8cMrrlu5IGxf9 6JC/rISbedSMLVGU/RS2uHk/J+wOz6qfWAoUdSYkp82eWCLbkLp1SvZ8Iy3DyojgOu p9Z+dZ21F+v7w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 47X9c503W1z9rxL; Tue, 10 Dec 2019 07:47:48 +0100 (CET) From: Brett Gilio References: <20190529003621.3314-1-h.nasajpour@pantherx.org> Date: Tue, 10 Dec 2019 00:47:47 -0600 In-Reply-To: <20190529003621.3314-1-h.nasajpour@pantherx.org> (h. nasajpour's message of "Wed, 29 May 2019 05:06:21 +0430") Message-ID: <87lfrkk770.fsf@posteo.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.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: -3.3 (---) "h.nasajpour" writes: > * gnu/packages/time.scm (python-strict-rfc3339): New variable > --- > gnu/packages/time.scm | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > > diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm > index 1363843b31..9e23ffae14 100644 > --- a/gnu/packages/time.scm > +++ b/gnu/packages/time.scm > @@ -440,3 +440,21 @@ datetime type.") > modifies the @code{time}, @code{gettimeofday} and @code{clock_gettime} system > calls.") > (license gpl2))) > + > +(define-public python-strict-rfc3339 > + (package > + (name "python-strict-rfc3339") > + (version "0.7") > + (source (origin > + (method url-fetch) > + (uri (pypi-uri "strict-rfc3339" version)) > + (sha256 (base32 "0xqjbsn0g1h88rayh5yrpdagq60zfwrfs3yvk6rmgby3vyz1gbaw")))) > + (build-system python-build-system) > + (arguments > + `( > + #:tests? #f > + )) > + (home-page "https://github.com/danielrichman/strict-rfc3339") > + (synopsis "Strict, simple, lightweight RFC3339 functions.") > + (description "Convert unix timestamps to and from RFC3339.") > + (license license:gpl3+))) Hi, Again, we are needing some revisions before this package is ready to be merged. Spare my brevity, but here is a list. 1. The commit message does not follow our style guide. 2. The indentation for the hash is incorrect. See surrounding packages for an idea of how to do this. 3. Parens should not go on lines by themselves. 4. Disabled tests should either be disabled with reason, but only if they fail for reasons we can not control. 5. Synopsis/Description does not follow our style guide. As before, if you need help please do let me know :). -- Brett M. Gilio Homepage -- https://scm.pw/ GNU Guix -- https://guix.gnu.org/ From unknown Thu Sep 11 19:19:53 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: "h.nasajpour" Subject: bug#35977: closed (Re: bug#35977: [PATCH 45/47] gnu: Add python-strict-rfc3339.) Message-ID: References: <87wmzx6d7t.fsf@fsfe.org> <20190529003621.3314-1-h.nasajpour@pantherx.org> X-Gnu-PR-Message: they-closed 35977 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 35977@debbugs.gnu.org Date: Tue, 20 Jun 2023 21:23:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1687296182-30015-1" This is a multi-part message in MIME format... ------------=_1687296182-30015-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #35977: [PATCH 45/47] gnu: Add python-strict-rfc3339. 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 35977@debbugs.gnu.org. --=20 35977: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D35977 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1687296182-30015-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 35977-done) by debbugs.gnu.org; 20 Jun 2023 21:22:34 +0000 Received: from localhost ([127.0.0.1]:59902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBio6-0007n7-Df for submit@debbugs.gnu.org; Tue, 20 Jun 2023 17:22:34 -0400 Received: from mail1.fsfe.org ([217.69.89.151]:45900) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBio4-0007my-3W for 35977-done@debbugs.gnu.org; Tue, 20 Jun 2023 17:22:32 -0400 From: Jelle Licht DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021100501; t=1687296151; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Sl/IWkAePCVPd40icB21r4wJA24/an4WB3WYBdVPRUU=; b=q0Nx+G0VlPdoZz7jWCdz4zlIs9V8yy+dQqGGoGHj6YInEZlMLnK2FwXKm+R8zV7Dkt6o/O tF/yQ/o+jZEOYats8Scz7soGol4M/2I46Jl4lf1UK82WLXF2Y3au2zIVZJBlkfeEonJ6Hi 0qifPx1WbJcBOo/f9S2q/qq7yWEDRTk= To: 35977-done@debbugs.gnu.org Subject: Re: bug#35977: [PATCH 45/47] gnu: Add python-strict-rfc3339. In-Reply-To: <87lfrkk770.fsf@posteo.net> (Brett Gilio's message of "Tue, 10 Dec 2019 00:47:47 -0600") References: <20190529003621.3314-1-h.nasajpour@pantherx.org> <87lfrkk770.fsf@posteo.net> Date: Tue, 20 Jun 2023 23:22:30 +0200 Message-ID: <87wmzx6d7t.fsf@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35977-done Cc: "h.nasajpour" , Brett Gilio 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 (-) This package can be found in guix master. Closing. - Jelle ------------=_1687296182-30015-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 May 2019 00:36:33 +0000 Received: from localhost ([127.0.0.1]:57758 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVma0-00069M-UG for submit@debbugs.gnu.org; Tue, 28 May 2019 20:36:33 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54526) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVmZy-000698-L7 for submit@debbugs.gnu.org; Tue, 28 May 2019 20:36:32 -0400 Received: from lists.gnu.org ([209.51.188.17]:54636) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hVmZt-0001X9-HB for submit@debbugs.gnu.org; Tue, 28 May 2019 20:36:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVmZs-0008Qg-FG for guix-patches@gnu.org; Tue, 28 May 2019 20:36:25 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: ** X-Spam-Status: No, score=3.0 required=5.0 tests=BAYES_05,NO_DNS_FOR_FROM, RDNS_DYNAMIC,RECEIVED_FROM_WINDOWS_HOST autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVmZr-0001Vu-I1 for guix-patches@gnu.org; Tue, 28 May 2019 20:36:24 -0400 Received: from 37.59.236.227.rdns.hasaserver.com ([37.59.236.227]:55897 helo=hamzeh-VirtualBox.Home) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVmZr-0001VP-0f for guix-patches@gnu.org; Tue, 28 May 2019 20:36:23 -0400 Received: by hamzeh-VirtualBox.Home (Postfix, from userid 0) id 9299F1A154B; Wed, 29 May 2019 05:06:22 +0430 (+0430) From: "h.nasajpour" To: guix-patches@gnu.org Subject: [PATCH 45/47] gnu: Add python-strict-rfc3339. Date: Wed, 29 May 2019 05:06:21 +0430 Message-Id: <20190529003621.3314-1-h.nasajpour@pantherx.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: References: X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic] X-Received-From: 37.59.236.227 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: submit Cc: "h.nasajpour" 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.9 (--) * gnu/packages/time.scm (python-strict-rfc3339): New variable --- gnu/packages/time.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 1363843b31..9e23ffae14 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -440,3 +440,21 @@ datetime type.") modifies the @code{time}, @code{gettimeofday} and @code{clock_gettime} system calls.") (license gpl2))) + +(define-public python-strict-rfc3339 + (package + (name "python-strict-rfc3339") + (version "0.7") + (source (origin + (method url-fetch) + (uri (pypi-uri "strict-rfc3339" version)) + (sha256 (base32 "0xqjbsn0g1h88rayh5yrpdagq60zfwrfs3yvk6rmgby3vyz1gbaw")))) + (build-system python-build-system) + (arguments + `( + #:tests? #f + )) + (home-page "https://github.com/danielrichman/strict-rfc3339") + (synopsis "Strict, simple, lightweight RFC3339 functions.") + (description "Convert unix timestamps to and from RFC3339.") + (license license:gpl3+))) -- 2.17.1 ------------=_1687296182-30015-1--