From unknown Tue Jun 17 01:44:23 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#47934] [PATCH] gnu: Add python-logutils. Resent-From: Roel Janssen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 21 Apr 2021 13:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 47934 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47934@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16190129045406 (code B ref -1); Wed, 21 Apr 2021 13:49:01 +0000 Received: (at submit) by debbugs.gnu.org; 21 Apr 2021 13:48:24 +0000 Received: from localhost ([127.0.0.1]:57233 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZDDM-0001P7-7e for submit@debbugs.gnu.org; Wed, 21 Apr 2021 09:48:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:55992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZDDI-0001Oy-7W for submit@debbugs.gnu.org; Wed, 21 Apr 2021 09:48:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40286) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZDDH-0004yW-Vr for guix-patches@gnu.org; Wed, 21 Apr 2021 09:48:19 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56111) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lZDDH-0006Qv-PA for guix-patches@gnu.org; Wed, 21 Apr 2021 09:48:19 -0400 Received: from [143.121.198.253] (port=58928) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1lZDDH-0005ho-33 for guix-patches@gnu.org; Wed, 21 Apr 2021 09:48:19 -0400 From: Roel Janssen Message-ID: Date: Wed, 21 Apr 2021 15:48:17 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1F4195696B7A1322115681AF" Content-Language: en-US X-Spam-Score: -1.6 (-) 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.6 (--) This is a multi-part message in MIME format. --------------1F4195696B7A1322115681AF Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi Guix, Here's a patch for python-logutils. Kind regards, Roel Janssen --------------1F4195696B7A1322115681AF Content-Type: text/x-patch; charset=UTF-8; name="0001-gnu-Add-python-logutils.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-gnu-Add-python-logutils.patch" >From ba331d53537c6d8a693361316adf76477656e310 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Wed, 21 Apr 2021 15:45:56 +0200 Subject: [PATCH] gnu: Add python-logutils. * gnu/packages/python-xyz.scm (python-logutils): New variable. --- gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5cf0b61c68..45d4594d31 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -693,6 +693,27 @@ module and then similar looking characters are removed.") and function call return values in a human-readable way.") (license license:asl2.0))) +(define-public python-logutils + (package + (name "python-logutils") + (version "0.3.5") + (source + (origin + (method url-fetch) + (uri (pypi-uri "logutils" version)) + (sha256 + (base32 + "10lsi5wv5ysnvf9ya4ncbix6mmipnv5067sf2cglc2f2sljql1dw")))) + (build-system python-build-system) + (home-page "https://bitbucket.org/vinay.sajip/logutils/") + (synopsis "Logging utilities for Python") + (description "This package provides a set of handlers for the Python +standard library's logging package. Some of these handlers are +out-of-scope for the standard library, and so they are packaged here. +Others are updated versions which have appeared in recent Python releases, +but are usable with older versions of Python and so are packaged here.") + (license license:bsd-3))) + (define-public python2-shapely (package-with-python2 python-shapely)) -- 2.31.1 --------------1F4195696B7A1322115681AF-- From unknown Tue Jun 17 01:44: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: Roel Janssen Subject: bug#47934: closed (Re: [bug#47934] [PATCH] gnu: Add python-logutils.) Message-ID: References: <145ab3c5f12f948fa40274f7ff122fef0151df82.camel@gnu.org> X-Gnu-PR-Message: they-closed 47934 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 47934@debbugs.gnu.org Date: Fri, 28 May 2021 08:51:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1622191861-27900-1" This is a multi-part message in MIME format... ------------=_1622191861-27900-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #47934: [PATCH] gnu: Add python-logutils. 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 47934@debbugs.gnu.org. --=20 47934: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D47934 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1622191861-27900-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 47934-done) by debbugs.gnu.org; 28 May 2021 08:50:34 +0000 Received: from localhost ([127.0.0.1]:53589 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmYCP-0007FK-VC for submit@debbugs.gnu.org; Fri, 28 May 2021 04:50:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56782) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmYCO-0007F7-O4 for 47934-done@debbugs.gnu.org; Fri, 28 May 2021 04:50:32 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51886) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lmYCJ-0000aY-GM for 47934-done@debbugs.gnu.org; Fri, 28 May 2021 04:50:27 -0400 Received: from 2001-1c02-0b18-2900-222e-248e-9586-e52d.cable.dynamic.v6.ziggo.nl ([2001:1c02:b18:2900:222e:248e:9586:e52d]:36906) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lmYCI-0004nM-Qy for 47934-done@debbugs.gnu.org; Fri, 28 May 2021 04:50:27 -0400 Message-ID: <145ab3c5f12f948fa40274f7ff122fef0151df82.camel@gnu.org> Subject: Re: [bug#47934] [PATCH] gnu: Add python-logutils. From: Roel Janssen To: 47934-done@debbugs.gnu.org Date: Fri, 28 May 2021 10:50:23 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.40.1 (3.40.1-1.fc34) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 47934-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: -3.3 (---) On Wed, 2021-04-21 at 15:48 +0200, Roel Janssen wrote: > Hi Guix, > > Here's a patch for python-logutils. > > Kind regards, > Roel Janssen > Pushed in 0b31e45b49af76d02ad760162ffe69d6c3cb854f. ------------=_1622191861-27900-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 21 Apr 2021 13:48:24 +0000 Received: from localhost ([127.0.0.1]:57233 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZDDM-0001P7-7e for submit@debbugs.gnu.org; Wed, 21 Apr 2021 09:48:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:55992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZDDI-0001Oy-7W for submit@debbugs.gnu.org; Wed, 21 Apr 2021 09:48:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40286) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZDDH-0004yW-Vr for guix-patches@gnu.org; Wed, 21 Apr 2021 09:48:19 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56111) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lZDDH-0006Qv-PA for guix-patches@gnu.org; Wed, 21 Apr 2021 09:48:19 -0400 Received: from [143.121.198.253] (port=58928) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1lZDDH-0005ho-33 for guix-patches@gnu.org; Wed, 21 Apr 2021 09:48:19 -0400 To: guix-patches@gnu.org From: Roel Janssen Subject: [PATCH] gnu: Add python-logutils. Message-ID: Date: Wed, 21 Apr 2021 15:48:17 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1F4195696B7A1322115681AF" Content-Language: en-US X-Spam-Score: -1.6 (-) 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: -2.6 (--) This is a multi-part message in MIME format. --------------1F4195696B7A1322115681AF Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi Guix, Here's a patch for python-logutils. Kind regards, Roel Janssen --------------1F4195696B7A1322115681AF Content-Type: text/x-patch; charset=UTF-8; name="0001-gnu-Add-python-logutils.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-gnu-Add-python-logutils.patch" >From ba331d53537c6d8a693361316adf76477656e310 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Wed, 21 Apr 2021 15:45:56 +0200 Subject: [PATCH] gnu: Add python-logutils. * gnu/packages/python-xyz.scm (python-logutils): New variable. --- gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5cf0b61c68..45d4594d31 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -693,6 +693,27 @@ module and then similar looking characters are removed.") and function call return values in a human-readable way.") (license license:asl2.0))) +(define-public python-logutils + (package + (name "python-logutils") + (version "0.3.5") + (source + (origin + (method url-fetch) + (uri (pypi-uri "logutils" version)) + (sha256 + (base32 + "10lsi5wv5ysnvf9ya4ncbix6mmipnv5067sf2cglc2f2sljql1dw")))) + (build-system python-build-system) + (home-page "https://bitbucket.org/vinay.sajip/logutils/") + (synopsis "Logging utilities for Python") + (description "This package provides a set of handlers for the Python +standard library's logging package. Some of these handlers are +out-of-scope for the standard library, and so they are packaged here. +Others are updated versions which have appeared in recent Python releases, +but are usable with older versions of Python and so are packaged here.") + (license license:bsd-3))) + (define-public python2-shapely (package-with-python2 python-shapely)) -- 2.31.1 --------------1F4195696B7A1322115681AF-- ------------=_1622191861-27900-1--