From unknown Wed Jun 18 23:04:57 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#47934 <47934@debbugs.gnu.org> To: bug#47934 <47934@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-logutils. Reply-To: bug#47934 <47934@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:04:57 +0000 retitle 47934 [PATCH] gnu: Add python-logutils. reassign 47934 guix-patches submitter 47934 Roel Janssen severity 47934 normal tag 47934 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 21 09:48:24 2021 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-- From debbugs-submit-bounces@debbugs.gnu.org Fri May 28 04:50:34 2021 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. From unknown Wed Jun 18 23:04:57 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 25 Jun 2021 11:24:06 +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