From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 26 12:14:11 2020 Received: (at submit) by debbugs.gnu.org; 26 Jun 2020 16:14:11 +0000 Received: from localhost ([127.0.0.1]:42983 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joqzT-00081t-1H for submit@debbugs.gnu.org; Fri, 26 Jun 2020 12:14:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:42290) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joqzR-00081l-Hh for submit@debbugs.gnu.org; Fri, 26 Jun 2020 12:14:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50726) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1joqzR-0000Ko-Cv for guix-patches@gnu.org; Fri, 26 Jun 2020 12:14:09 -0400 Received: from mail.ftbfs.org ([52.8.68.13]:30086 helo=aws.ftbfs.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1joqzP-0008HJ-Rj for guix-patches@gnu.org; Fri, 26 Jun 2020 12:14:09 -0400 Received: from ip68-5-94-190.oc.oc.cox.net ([68.5.94.190] helo=localhost.localdomain) by aws.ftbfs.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1joqzN-0000za-GK; Fri, 26 Jun 2020 16:14:05 +0000 From: Matthew Kraai To: guix-patches@gnu.org Subject: [PATCH] gnu: python-pytest-flake8: Update to 1.0.6. Date: Fri, 26 Jun 2020 09:14:03 -0700 Message-Id: <20200626161403.1689-1-kraai@ftbfs.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No (score -1.0): ALL_TRUSTED=-1 Received-SPF: pass client-ip=52.8.68.13; envelope-from=kraai@ftbfs.org; helo=aws.ftbfs.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/26 12:14:05 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Matthew Kraai 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.4 (--) * gnu/packages/python-check.scm (python-pytest-flake8): Update to 1.0.6. --- gnu/packages/python-check.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 7d8647cb44..200bce6ced 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -183,14 +183,14 @@ of the project to ensure it renders properly.") (define-public python-pytest-flake8 (package (name "python-pytest-flake8") - (version "1.0.4") + (version "1.0.6") (source (origin (method url-fetch) (uri (pypi-uri "pytest-flake8" version)) (sha256 (base32 - "1h30gd21fjsafqxwclf25sdh89vrdz7rsh4lzw11aiw7ww9mq8jd")))) + "09vhn7r77s1yiqnlwfvh5585f904zpyd6620a90dpccfr1cbp0hv")))) (build-system python-build-system) (propagated-inputs `(("python-flake8" ,python-flake8))) -- 2.26.2 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 26 17:11:27 2020 Received: (at 42063) by debbugs.gnu.org; 26 Jun 2020 21:11:27 +0000 Received: from localhost ([127.0.0.1]:43197 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jovd8-0006fI-Js for submit@debbugs.gnu.org; Fri, 26 Jun 2020 17:11:26 -0400 Received: from mail.ftbfs.org ([52.8.68.13]:48996 helo=aws.ftbfs.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jovd3-0006f3-TW for 42063@debbugs.gnu.org; Fri, 26 Jun 2020 17:11:25 -0400 Received: from ip68-5-94-190.oc.oc.cox.net ([68.5.94.190] helo=inspiron-3147) by aws.ftbfs.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jovcy-0002K2-0M for 42063@debbugs.gnu.org; Fri, 26 Jun 2020 21:11:16 +0000 Date: Fri, 26 Jun 2020 14:11:14 -0700 From: Matthew Kraai To: 42063@debbugs.gnu.org Subject: Fixes build of python-pathpy Message-ID: <20200626211114.GA1866@inspiron-3147> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No (score -1.0): ALL_TRUSTED=-1 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42063 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 (-) Hi, This patch fixes the build of python-pathpy. Without this patch, it fails to build with the following errors: =================================== FAILURES =================================== _________________________________ FLAKE8-check _________________________________ /gnu/store/p0wphmjxi2mn1i72m1bq2mbfbq5d706h-python-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__ return self._hookexec(self, self.get_hookimpls(), kwargs) /gnu/store/p0wphmjxi2mn1i72m1bq2mbfbq5d706h-python-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec return self._inner_hookexec(hook, methods, kwargs) /gnu/store/p0wphmjxi2mn1i72m1bq2mbfbq5d706h-python-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py:84: in self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall( /gnu/store/3bk454z353a42l1l4yaxa6lrl3dh24mv-python-pytest-5.3.5/lib/python3.8/site-packages/_pytest/runner.py:134: in pytest_runtest_call item.runtest() /gnu/store/ki31zx9qrpss8pmy0cgk44j8hhm2nc35-python-pytest-flake8-1.0.4/lib/python3.8/site-packages/pytest_flake8.py:110: in runtest found_errors, out, err = call( /gnu/store/hh397yagghj2nrpwv9cdc6cgqwbrk4yx-python-py-1.8.1/lib/python3.8/site-packages/py/_io/capture.py:150: in call res = func(*args, **kwargs) /gnu/store/ki31zx9qrpss8pmy0cgk44j8hhm2nc35-python-pytest-flake8-1.0.4/lib/python3.8/site-packages/pytest_flake8.py:182: in check_file app.parse_preliminary_options_and_args(args) E AttributeError: 'Application' object has no attribute 'parse_preliminary_options_and_args' _________________________________ FLAKE8-check _________________________________ /gnu/store/p0wphmjxi2mn1i72m1bq2mbfbq5d706h-python-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__ return self._hookexec(self, self.get_hookimpls(), kwargs) /gnu/store/p0wphmjxi2mn1i72m1bq2mbfbq5d706h-python-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec return self._inner_hookexec(hook, methods, kwargs) /gnu/store/p0wphmjxi2mn1i72m1bq2mbfbq5d706h-python-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py:84: in self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall( /gnu/store/3bk454z353a42l1l4yaxa6lrl3dh24mv-python-pytest-5.3.5/lib/python3.8/site-packages/_pytest/runner.py:134: in pytest_runtest_call item.runtest() /gnu/store/ki31zx9qrpss8pmy0cgk44j8hhm2nc35-python-pytest-flake8-1.0.4/lib/python3.8/site-packages/pytest_flake8.py:110: in runtest found_errors, out, err = call( /gnu/store/hh397yagghj2nrpwv9cdc6cgqwbrk4yx-python-py-1.8.1/lib/python3.8/site-packages/py/_io/capture.py:150: in call res = func(*args, **kwargs) /gnu/store/ki31zx9qrpss8pmy0cgk44j8hhm2nc35-python-pytest-flake8-1.0.4/lib/python3.8/site-packages/pytest_flake8.py:182: in check_file app.parse_preliminary_options_and_args(args) E AttributeError: 'Application' object has no attribute 'parse_preliminary_options_and_args' _________________________________ FLAKE8-check _________________________________ /gnu/store/p0wphmjxi2mn1i72m1bq2mbfbq5d706h-python-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__ return self._hookexec(self, self.get_hookimpls(), kwargs) /gnu/store/p0wphmjxi2mn1i72m1bq2mbfbq5d706h-python-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec return self._inner_hookexec(hook, methods, kwargs) /gnu/store/p0wphmjxi2mn1i72m1bq2mbfbq5d706h-python-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py:84: in self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall( /gnu/store/3bk454z353a42l1l4yaxa6lrl3dh24mv-python-pytest-5.3.5/lib/python3.8/site-packages/_pytest/runner.py:134: in pytest_runtest_call item.runtest() /gnu/store/ki31zx9qrpss8pmy0cgk44j8hhm2nc35-python-pytest-flake8-1.0.4/lib/python3.8/site-packages/pytest_flake8.py:110: in runtest found_errors, out, err = call( /gnu/store/hh397yagghj2nrpwv9cdc6cgqwbrk4yx-python-py-1.8.1/lib/python3.8/site-packages/py/_io/capture.py:150: in call res = func(*args, **kwargs) /gnu/store/ki31zx9qrpss8pmy0cgk44j8hhm2nc35-python-pytest-flake8-1.0.4/lib/python3.8/site-packages/pytest_flake8.py:182: in check_file app.parse_preliminary_options_and_args(args) E AttributeError: 'Application' object has no attribute 'parse_preliminary_options_and_args' _________________________________ FLAKE8-check _________________________________ /gnu/store/p0wphmjxi2mn1i72m1bq2mbfbq5d706h-python-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__ return self._hookexec(self, self.get_hookimpls(), kwargs) /gnu/store/p0wphmjxi2mn1i72m1bq2mbfbq5d706h-python-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec return self._inner_hookexec(hook, methods, kwargs) /gnu/store/p0wphmjxi2mn1i72m1bq2mbfbq5d706h-python-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py:84: in self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall( /gnu/store/3bk454z353a42l1l4yaxa6lrl3dh24mv-python-pytest-5.3.5/lib/python3.8/site-packages/_pytest/runner.py:134: in pytest_runtest_call item.runtest() /gnu/store/ki31zx9qrpss8pmy0cgk44j8hhm2nc35-python-pytest-flake8-1.0.4/lib/python3.8/site-packages/pytest_flake8.py:110: in runtest found_errors, out, err = call( /gnu/store/hh397yagghj2nrpwv9cdc6cgqwbrk4yx-python-py-1.8.1/lib/python3.8/site-packages/py/_io/capture.py:150: in call res = func(*args, **kwargs) /gnu/store/ki31zx9qrpss8pmy0cgk44j8hhm2nc35-python-pytest-flake8-1.0.4/lib/python3.8/site-packages/pytest_flake8.py:182: in check_file app.parse_preliminary_options_and_args(args) E AttributeError: 'Application' object has no attribute 'parse_preliminary_options_and_args' ================== 4 failed, 75 passed, 1 deselected in 7.65s ================== command "pytest" "-v" "-k" "not test_import_time" failed with status 1 -- Matthew Kraai From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 28 17:26:21 2020 Received: (at 42063) by debbugs.gnu.org; 28 Jun 2020 21:26:21 +0000 Received: from localhost ([127.0.0.1]:47086 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jpeof-0002kK-GM for submit@debbugs.gnu.org; Sun, 28 Jun 2020 17:26:21 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40936) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jpeoc-0002k4-FF for 42063@debbugs.gnu.org; Sun, 28 Jun 2020 17:26:20 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48335) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jpeoW-0004ZO-UO; Sun, 28 Jun 2020 17:26:12 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42728 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jpeoW-0007i0-Hc; Sun, 28 Jun 2020 17:26:12 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Matthew Kraai Subject: Re: [bug#42063] Fixes build of python-pathpy References: <20200626161403.1689-1-kraai@ftbfs.org> <20200626211114.GA1866@inspiron-3147> Date: Sun, 28 Jun 2020 23:26:11 +0200 In-Reply-To: <20200626211114.GA1866@inspiron-3147> (Matthew Kraai's message of "Fri, 26 Jun 2020 14:11:14 -0700") Message-ID: <87pn9ievbg.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42063 Cc: 42063@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: -3.3 (---) Hi Matthew, Matthew Kraai skribis: > This patch fixes the build of python-pathpy. Without this patch, it > fails to build with the following errors: I built the dependents returned by: guix refresh -l python-pytest-flake8 and found several build failures, some probably introduced by this upgrade (python-tinycss2), and others probably unrelated (python-geventhttpclient). Could you take a look? It would be nice if we were sure to be starting from a known-good state but that=E2=80=99s apparently not the case. :-/ Thank you! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 29 00:37:42 2020 Received: (at 42063) by debbugs.gnu.org; 29 Jun 2020 04:37:42 +0000 Received: from localhost ([127.0.0.1]:47451 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jplY5-0008Ac-T5 for submit@debbugs.gnu.org; Mon, 29 Jun 2020 00:37:42 -0400 Received: from mail.ftbfs.org ([52.8.68.13]:50582 helo=aws.ftbfs.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jplY3-0008AO-KL for 42063@debbugs.gnu.org; Mon, 29 Jun 2020 00:37:41 -0400 Received: from ip68-5-94-190.oc.oc.cox.net ([68.5.94.190] helo=inspiron-3147) by aws.ftbfs.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jplXx-0005n7-J8; Mon, 29 Jun 2020 04:37:33 +0000 Date: Sun, 28 Jun 2020 21:37:32 -0700 From: Matthew Kraai To: Ludovic =?iso-8859-1?Q?Court=E8s?= Subject: Re: [bug#42063] Fixes build of python-pathpy Message-ID: <20200629043732.GA10241@inspiron-3147> References: <20200626161403.1689-1-kraai@ftbfs.org> <20200626211114.GA1866@inspiron-3147> <87pn9ievbg.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87pn9ievbg.fsf@gnu.org> X-Spam-Status: No (score -1.0): ALL_TRUSTED=-1 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42063 Cc: 42063@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: -1.0 (-) Hi, On Sun, Jun 28, 2020 at 11:26:11PM +0200, Ludovic Courtès wrote: > Matthew Kraai skribis: > > > This patch fixes the build of python-pathpy. Without this patch, it > > fails to build with the following errors: > > I built the dependents returned by: > > guix refresh -l python-pytest-flake8 > > and found several build failures, some probably introduced by this > upgrade (python-tinycss2), and others probably unrelated > (python-geventhttpclient). > > Could you take a look? > > It would be nice if we were sure to be starting from a known-good state > but that’s apparently not the case. :-/ > > Thank you! python-geventhttpclient fails to build because python-zope-event and python-zope-interface aren't installed. They're imported by python-gevent, so I think they should be moved from its native-inputs to its propagated-inputs. Should I file a patch to fix this as a separate report or should I send it to this one? -- Matthew Kraai From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 29 03:26:01 2020 Received: (at 42063) by debbugs.gnu.org; 29 Jun 2020 07:26:01 +0000 Received: from localhost ([127.0.0.1]:47603 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jpoAy-0004uV-9X for submit@debbugs.gnu.org; Mon, 29 Jun 2020 03:26:01 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49180) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jpoAt-0004u7-FI for 42063@debbugs.gnu.org; Mon, 29 Jun 2020 03:25:58 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:54909) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jpoAo-0002Nn-4M; Mon, 29 Jun 2020 03:25:50 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=36450 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jpoAn-0006MK-G3; Mon, 29 Jun 2020 03:25:49 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Matthew Kraai Subject: Re: [bug#42063] Fixes build of python-pathpy References: <20200626161403.1689-1-kraai@ftbfs.org> <20200626211114.GA1866@inspiron-3147> <87pn9ievbg.fsf@gnu.org> <20200629043732.GA10241@inspiron-3147> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 12 Messidor an 228 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 29 Jun 2020 09:25:47 +0200 In-Reply-To: <20200629043732.GA10241@inspiron-3147> (Matthew Kraai's message of "Sun, 28 Jun 2020 21:37:32 -0700") Message-ID: <878sg6e3k4.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42063 Cc: 42063@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: -3.3 (---) Hi, Matthew Kraai skribis: > python-geventhttpclient fails to build because python-zope-event and > python-zope-interface aren't installed. They're imported by > python-gevent, so I think they should be moved from its native-inputs > to its propagated-inputs. Should I file a patch to fix this as a > separate report or should I send it to this one? You can send it separately. Thanks for looking into it! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 29 05:54:15 2020 Received: (at 42063-done) by debbugs.gnu.org; 29 Jun 2020 09:54:15 +0000 Received: from localhost ([127.0.0.1]:47961 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jpqUR-0000gA-Iw for submit@debbugs.gnu.org; Mon, 29 Jun 2020 05:54:15 -0400 Received: from tobias.gr ([80.241.217.52]:59808) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jpqUO-0000fx-A2 for 42063-done@debbugs.gnu.org; Mon, 29 Jun 2020 05:54:13 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id 984bae71; Mon, 29 Jun 2020 09:54:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to:cc :subject:references:in-reply-to:date:message-id:mime-version :content-type; s=2018; i=me@tobias.gr; bh=WvNbiEilxQshB987lyclgG 6d/7O4CgL7esVFUIvwPFk=; b=J5nulgyy9LiubHmcM1dWTZ16QEvhBLUEr4URz4 6smHZIDDss0dlh1z4wu0eZLdyr50Wki1kJQPzbL7LG2nPnUrtJPSVjx0bUOUfPv6 TKL+bqsBWwwWN4k3oV9hUb0qL/eO5EToPNlVhZG35/QjlwPEqcs7vfg6f0bxLWiJ +h2x4mKbXCq+Pt5G3QTqDEi8T2Itv5aDwBel6kd2r/JQ48XI+zdlo9vqC0dMqtkR zdHrCMiqR61L+3sdpEMd9SLxYU4rXqT5AlzW2Pqf6KtcDWwRGqIu3eALpcps+f5D zuhtbaGf6O1A0R/VionQDUqvwhJ+2suWhvHvzq5IY+xEScSw== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id c368412d (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Mon, 29 Jun 2020 09:54:14 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: Matthew Kraai Subject: Re: [bug#42063] [PATCH] gnu: python-pytest-flake8: Update to 1.0.6. References: <20200626161403.1689-1-kraai@ftbfs.org> In-reply-to: <20200626161403.1689-1-kraai@ftbfs.org> Date: Mon, 29 Jun 2020 11:54:08 +0200 Message-ID: <87lfk6qjsv.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42063-done Cc: 42063-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: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Matthew, Matthew Kraai =E5=86=99=E9=81=93=EF=BC=9A > * gnu/packages/python-check.scm (python-pytest-flake8): Update=20 > to 1.0.6. Pushed as 484255f7b4a1490331d0a950b4429c4fcd82f132. Thanks, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXvm6QAAKCRANsP+IT1Vt eRttAQD8tbV0smqOmr2TyBOvsJylX0eBbbDMjzvl6Ys7oi5ZiwD/Qsfsu3TxgNMw Xez0MhEL4hb+bq25xLHoapsUzKtOVgY= =jw3d -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Jun 21 05:15:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 27 Jul 2020 11:24:05 +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