From unknown Sat Jun 21 02:56:48 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#41331 <41331@debbugs.gnu.org> To: bug#41331 <41331@debbugs.gnu.org> Subject: Status: [PATCH] Add python-pyramid Reply-To: bug#41331 <41331@debbugs.gnu.org> Date: Sat, 21 Jun 2025 09:56:48 +0000 retitle 41331 [PATCH] Add python-pyramid reassign 41331 guix-patches submitter 41331 Holger Peters severity 41331 normal tag 41331 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat May 16 12:36:05 2020 Received: (at submit) by debbugs.gnu.org; 16 May 2020 16:36:05 +0000 Received: from localhost ([127.0.0.1]:41581 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZznA-0001Fn-K2 for submit@debbugs.gnu.org; Sat, 16 May 2020 12:36:05 -0400 Received: from lists.gnu.org ([209.51.188.17]:59514) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZumi-0007l8-Nw for submit@debbugs.gnu.org; Sat, 16 May 2020 07:15:16 -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 1jZumi-0003G3-Ib for guix-patches@gnu.org; Sat, 16 May 2020 07:15:16 -0400 Received: from mout01.posteo.de ([185.67.36.65]:45106) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jZumh-0005XY-0V for guix-patches@gnu.org; Sat, 16 May 2020 07:15:16 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 5065E160062 for ; Sat, 16 May 2020 13:15:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1589627710; bh=GhRM9yAnodPkymzpQ6yPoj4bkGbnEUZebOO9Vo4ak2k=; h=From:To:Cc:Subject:Date:From; b=LbiPLlSWjiOlAqwimX8P72eznpVPkzvT+Hx93SwBi7xOBnubweX97RHL2GLRhZDoN jywPMb9p4RrAIWRT18G6gz2axni/mvgDt1wRWqHfcmzJ5y+3F1nwpqV4tOem5TT4ej WvUqsT3/zm/qy4/5P5sLik+/bOct2nrdBeIBQCjlknfQZWeILcBJr5pBBUEy2lAJfB xfKWUtyLGANEicDDJbyZineAGxAPgpUk0ndH/iyl+B12DckdU0UE77PBnIKMwSbGfs 6SxTakfrnXUHXOwjXc/+0QPNxTJM9t4Q0zEeROWAigfjAkYxFwVqNbkInUioWKcCL7 Qg3QNvbC/b3kg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49PN3d2Cjpz9rxd; Sat, 16 May 2020 13:15:09 +0200 (CEST) From: Holger Peters To: guix-patches@gnu.org Subject: [PATCH] Add python-pyramid Date: Sat, 16 May 2020 13:15:00 +0200 Message-Id: <20200516111500.97408-1-holger.peters@posteo.de> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=holger.peters@posteo.de; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/16 06:53:17 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 16 May 2020 12:36:04 -0400 Cc: Holger Peters 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.3 (--) Package python-pyramid, a (popular) web framework. Furthermore bump python-webob to the latest available version on PyPI. Holger Peters (2): gnu: python-webob: Update to 1.8.6 gnu: Add python-pyramid and dependencies gnu/packages/python-web.scm | 179 +++++++++++++++++++++++++++++++++++- 1 file changed, 177 insertions(+), 2 deletions(-) -- 2.26.0 From debbugs-submit-bounces@debbugs.gnu.org Sat May 16 13:45:47 2020 Received: (at 41331) by debbugs.gnu.org; 16 May 2020 17:45:47 +0000 Received: from localhost ([127.0.0.1]:41707 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ja0sZ-0008PA-Fb for submit@debbugs.gnu.org; Sat, 16 May 2020 13:45:47 -0400 Received: from mout01.posteo.de ([185.67.36.65]:46358) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZzua-0001Rv-1H for 41331@debbugs.gnu.org; Sat, 16 May 2020 12:43:46 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 8817E160062 for <41331@debbugs.gnu.org>; Sat, 16 May 2020 18:43:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1589647417; bh=vTIHwBwgcT6wXD3nmMlG5P1ms3WV6bwkVanuQTLxJ2E=; h=From:To:Cc:Subject:Date:From; b=I8+sXbgqA5JxcVON9+tBrGkmY2P60gG0yKpcT9h0SML5VbR2e5u3r+DaAeYqKgThW MTnH2V1fqyBlEfqFhI+abVr1emK0xAAYfCkkLUiAt1Jw6mBXJI4FQCGzZEHDRwDc9Q yVSsPaiuECaWuzzos6Xnci5RpEymOsp2P79fGmSBDwECzYJ2erRIFmJl6XpZcmuDN8 ZphbYe8uhMeiJH8dhrZsNrWN24UkFu2WrvZv6oke8FMs1AS1BayOjAmidfUuOkhGd4 bQLBbPVBJRKI2c+M00xKA46L9NTl1b5uqr3brb4ms6SuzOrEqKRrAdz6wqdLi2WYwT BvSeJhIGfIc2g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49PWLd0jltz9rxl; Sat, 16 May 2020 18:43:36 +0200 (CEST) From: Holger Peters To: 41331@debbugs.gnu.org Subject: [PATCH 1/2] gnu: python-webob: Update to 1.8.6 Date: Sat, 16 May 2020 18:43:28 +0200 Message-Id: <20200516164329.98088-1-holger.peters@posteo.de> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41331 X-Mailman-Approved-At: Sat, 16 May 2020 13:45:42 -0400 Cc: Holger Peters 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 (---) * gnu/packages/python-web.scm (python-webob): Update to 1.8.6. --- gnu/packages/python-web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index d64f698dbc..05c26610e9 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1012,14 +1012,14 @@ your Web app.") (define-public python-webob (package (name "python-webob") - (version "1.8.3") + (version "1.8.6") (source (origin (method url-fetch) (uri (pypi-uri "WebOb" version)) (sha256 (base32 - "1cpqskanmvwia8wqlpcr3ykyxysynjdnbl5namvpg8vw6jnkv1dh")))) + "026i3z99nr3px75isa9mbnky5i7rffiv4d124h5kxfjjsxz92fma")))) (build-system python-build-system) (native-inputs `(("python-nose" ,python-nose))) -- 2.26.0 From debbugs-submit-bounces@debbugs.gnu.org Sat May 16 13:45:49 2020 Received: (at 41331) by debbugs.gnu.org; 16 May 2020 17:45:49 +0000 Received: from localhost ([127.0.0.1]:41709 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ja0se-0008Tr-Ln for submit@debbugs.gnu.org; Sat, 16 May 2020 13:45:49 -0400 Received: from mout02.posteo.de ([185.67.36.66]:44391) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZzuf-0001S5-3I for 41331@debbugs.gnu.org; Sat, 16 May 2020 12:43:53 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id DCF042400FE for <41331@debbugs.gnu.org>; Sat, 16 May 2020 18:43:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1589647422; bh=wkulpWswxyFk0PumY1lRdAMoqws2hUyry0HFTAs+q0Q=; h=From:To:Cc:Subject:Date:From; b=ALEK2ReRaAHifUG8E+6G3PpjLay1c11LQn0YbZrpVJXomD7ZoJyY1xjH+qquMw/ZG 37SqZXsSWQBKhNkQw6a/8PiEZOThgt/RjDy19O2dKjOzLSEoGPGgYEyv//UvdiNLH3 HwxjzpmRNHYWoAp6YOiZAPYvcBqhjXH7VFZb39iv76vmJAkXKjnwzCqBvKXj9DVUHn FfD4HJmq3U4XjdzRKjahvPPzAypUSUY9WxfmYVq6hyh5AMN/VKDPXtBx35GNVdAF9Q Kxv4fQilEquMuDEwR/lTauOiEfWw5Rthq3+amUpcCRjQ0KSgOruPz7Qy81SLO3wugX kS58KHqy+FlNQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49PWLk2l4Nz9rxl; Sat, 16 May 2020 18:43:42 +0200 (CEST) From: Holger Peters To: 41331@debbugs.gnu.org Subject: [PATCH 2/2] gnu: Add python-pyramid and dependencies Date: Sat, 16 May 2020 18:43:29 +0200 Message-Id: <20200516164329.98088-2-holger.peters@posteo.de> X-Mailer: git-send-email 2.26.0 In-Reply-To: <20200516164329.98088-1-holger.peters@posteo.de> References: <20200516164329.98088-1-holger.peters@posteo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41331 X-Mailman-Approved-At: Sat, 16 May 2020 13:45:42 -0400 Cc: Holger Peters 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 (---) * gnu/packages/python-web.scm Added several packages (python-venusian): Added 3.0.0 (python-python-zope-deprecation): Added 4.4.0 (python-python-translationstring): Added 1.3 (python-python-plaster): Added 1.0 (python-python-plaster-pastedeploy): Added 0.7 (python-hupper): Added 1.10.2 (python-pyramid): Added 1.10.4 --- gnu/packages/python-web.scm | 175 ++++++++++++++++++++++++++++++++++++ 1 file changed, 175 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 05c26610e9..bbd7796c2e 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3769,3 +3769,178 @@ Selenium specifically provides infrastructure for the W3C WebDriver specificatio — a platform and language-neutral coding interface compatible with all major web browsers.") (license license:asl2.0))) + +(define-public python-venusian + (package + (name "python-venusian") + (version "3.0.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "venusian" version)) + (sha256 + (base32 "0f7f67dkgxxcjfhpdd5frb9pszkf04lyzzpn5069q0xi89r2p17n")))) + (build-system python-build-system) + (native-inputs + `(("python-pytest" ,python-pytest) + ("python-runner" ,python-pytest-runner) + ("python-pytest-cov" ,python-pytest-cov))) + (arguments '(#:test-target "pytest")) + (home-page "https://docs.pylonsproject.org/projects/venusian") + (synopsis "Library for defering decorator actions") + (description + "Venusian is a library which allows framework authors to defer decorator + actions. Instead of taking actions when a function (or class) decorator + is executed at import time, you can defer the action usually taken by + the decorator until a separate scan phase.") + (license license:repoze))) + +(define-public python-zope-deprecation + (package + (name "python-zope-deprecation") + (version "4.4.0") + (source (origin + (method url-fetch) + (uri (pypi-uri "zope.deprecation" version)) + (sha256 + (base32 + "1pz2cv7gv9y1r3m0bdv7ks1alagmrn5msm5spwdzkb2by0w36i8d")))) + (build-system python-build-system) + (native-inputs `()) + (propagated-inputs `()) + (home-page "https://zopedeprecation.readthedocs.io/") + (synopsis "Provides a function for marking deprecations") + (description "The zope.deprecation module provides a function for marking + modules, classes, functions, methods and properties as + deprecated, displaying warnings when usaged in application + code.") + (license license:zpl2.1))) + +(define-public python-translationstring + (package + (name "python-translationstring") + (version "1.3") + (source (origin + (method url-fetch) + (uri (pypi-uri "translationstring" version)) + (sha256 + (base32 + "0bdpcnd9pv0131dl08h4zbcwmgc45lyvq3pa224xwan5b3x4rr2f")))) + (build-system python-build-system) + (native-inputs `()) + (propagated-inputs `()) + (home-page "http://docs.pylonsproject.org/projects/translationstring") + (synopsis "Internationalization tooling for the Pylons project") + (description "A library used by various Pylons project packages for + internationalization (i18n) duties related to translation.") + (license license:repoze))) + +(define-public python-plaster + (package + (name "python-plaster") + (version "1.0") + (source (origin + (method url-fetch) + (uri (pypi-uri "plaster" version)) + (sha256 + (base32 + "1hy8k0nv2mxq94y5aysk6hjk9ryb4bsd13g83m60hcyzxz3wflc3")))) + (build-system python-build-system) + (native-inputs + `(("python-pytest" ,python-pytest))) + (propagated-inputs `()) + (home-page "https://docs.pylonsproject.org/projects/plaster/en/latest/") + (synopsis "Configuration loader for multiple config file formats") + (description + "Plaster is a loader interface around multiple config file formats. It + exists to define a common API for applications to use when they wish to + load configuration. The library itself does not aim to handle anything + except a basic API that applications may use to find and load + configuration settings. Any specific constraints should be implemented + in a pluggable loader which can be registered via an entrypoint.") + (license license:repoze))) + +(define-public python-plaster-pastedeploy + (package + (name "python-plaster-pastedeploy") + (version "0.7") + (source (origin + (method url-fetch) + (uri (pypi-uri "plaster_pastedeploy" version)) + (sha256 + (base32 + "1zg7gcsvc1kzay1ry5p699rg2qavfsxqwl17mqxzr0gzw6j9679r")))) + (build-system python-build-system) + (native-inputs + `(("python-pytest" ,python-pytest))) + (propagated-inputs + `(("python-plaster" ,python-plaster) + ("python-pastedeploy" ,python-pastedeploy))) + (home-page "https://github.com/Pylons/plaster_pastedeploy") + (synopsis "Plugin for `python-plaster' adds support for PasteDeploy + syntax") + (description + "This plugin for `python-plaster' adds support for PasteDeploy syntax, it + provides a plaster Loader object that can parse ini files according to + the standard set by PasteDeploy ") + (license license:expat))) + +(define-public python-hupper + (package + (name "python-hupper") + (version "1.10.2") + (source (origin + (method url-fetch) + (uri (pypi-uri "hupper" version)) + (sha256 + (base32 + "0am0p6g5cz6xmcaf04xq8q6dzdd9qz0phj6gcmpsckf2mcyza61q")))) + (build-system python-build-system) + (arguments '(#:test-target "pytest")) + (native-inputs + `(("python-pytest" ,python-pytest) + ("python-pytest-runner" ,python-pytest-runner) + ("python-watchdog" ,python-watchdog) + ("python-mock" ,python-mock) + ("python-pytest-cov" ,python-pytest-cov))) + (propagated-inputs + `(("python-pytz" ,python-pytz))) + (home-page "https://readthedocs.org/projects/hupper") + (synopsis + "Integrated process monitor tracking changes to imported + Python files") + (description + "Hupper is an integrated process monitor that will track changes to any + imported Python files in sys.modules as well as custom paths. When + files are changed the process is restarted.") + (license license:expat))) + +(define-public python-pyramid + (package + (name "python-pyramid") + (version "1.10.4") + (source (origin + (method url-fetch) + (uri (pypi-uri "pyramid" version)) + (sha256 + (base32 + "0rkxs1ajycg2zh1c94xlmls56mx5m161sn8112skj0amza6cn36q")))) + (build-system python-build-system) + (propagated-inputs + `(("python-hupper" ,python-hupper) + ("python-plaster-pastedeploy" ,python-plaster-pastedeploy) + ("python-translationstring" ,python-translationstring) + ("python-venusian" ,python-venusian) + ("python-webob" ,python-webob) + ("python-zope-deprecation" ,python-zope-deprecation) + ("python-zope-interface" ,python-zope-interface) + ("python-webtest" ,python-webtest) + ("python-zope-component" ,python-zope-component) + ("python-plaster" ,python-plaster))) + (native-inputs `()) + (home-page "https://trypyramid.com/") + (synopsis "Python web-framework suitable for small and large sites") + (description + "Pyramid makes it easy to write web applications. From minimal + request/response web apps to larger, grown applications.") + (license license:repoze))) -- 2.26.0 From debbugs-submit-bounces@debbugs.gnu.org Wed May 20 03:34:21 2020 Received: (at control) by debbugs.gnu.org; 20 May 2020 07:34:21 +0000 Received: from localhost ([127.0.0.1]:52178 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbJF7-0004ou-J5 for submit@debbugs.gnu.org; Wed, 20 May 2020 03:34:21 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21352) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbJF6-0004ol-1C for control@debbugs.gnu.org; Wed, 20 May 2020 03:34:20 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1589960058; cv=none; d=zohomail.com; s=zohoarc; b=fwZlzM0nYJKhskz4zhCoJkKNq0k3sWLw3lPe1S4QigtQHGNdu/7bKHEY/1R9HpBsKvhk8JcSkE/gTJX52j9YPceoiZ00DU7aRoVXcVGFXAmJkrqmYJxaiTUsXW/+cRy6qveGK0FFwF74H1ZfUUyOGZYZpH0he5w0U5CT3O1ZdJg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1589960058; h=Content-Type:Date:From:MIME-Version:Message-ID:Subject:To; bh=7Dn2aDoWpHo4LPn3corbCbvZiN+WcYQQJPlFxeqKCGY=; b=aObsVZaW6m7LBXKbMlLujTcLIaWOF7kKtwrbMIiv5It7RsBAmWdEOA2VKaIsg0gKcG0AJWG/4rp1T51xoftI0AH1Ccd0NJo+rl09mkX7D2uklCffmp7Wmfwk1C35QUlBwVjBe/zR8kfpLdEftPK+y7fssYqhCrFwUfCswdWw7z0= ARC-Authentication-Results: i=1; mx.zohomail.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=1589960058; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; bh=7Dn2aDoWpHo4LPn3corbCbvZiN+WcYQQJPlFxeqKCGY=; b=Dny6EjSlq0GklF77pMczMD0bS7CbRdmvPEP5fccekCK0XjquBHnAcqotTtz7tVq+ BZfaijXVDye3joHrGpz1s0xRuy/2pbTdzXEeI5p9+YBQc1dTMmSOozMzV86K6tt1JXg BM7VK7NvX8icfzwKh+5CwEJKhhVdMuDYIs7WCsg4= Received: from localhost (p54ad4b90.dip0.t-ipconnect.de [84.173.75.144]) by mx.zohomail.com with SMTPS id 1589960057084119.51284776581963; Wed, 20 May 2020 00:34:17 -0700 (PDT) User-agent: mu4e 1.4.4; emacs 26.3 From: Ricardo Wurmus To: GNU bug tracker automated control server Subject: merge issues 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: Wed, 20 May 2020 09:34:14 +0200 Message-ID: <877dx7f4ax.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control 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 (-) merge 41416 41331 quit From unknown Sat Jun 21 02:56:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 17 Jun 2020 11:24:04 +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