[PATCH] gnu: python-pytest-flake8: Update to 1.0.6.

  • Done
  • quality assurance status badge
Details
3 participants
  • Matthew Kraai
  • Ludovic Courtès
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Matthew Kraai
Severity
normal
M
M
Matthew Kraai wrote on 26 Jun 2020 18:14
(address . guix-patches@gnu.org)(name . Matthew Kraai)(address . kraai@ftbfs.org)
20200626161403.1689-1-kraai@ftbfs.org
* 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(-)

Toggle diff (23 lines)
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
M
M
Matthew Kraai wrote on 26 Jun 2020 23:11
Fixes build of python-pathpy
(address . 42063@debbugs.gnu.org)
20200626211114.GA1866@inspiron-3147
Attachment: file
L
L
Ludovic Courtès wrote on 28 Jun 2020 23:26
(name . Matthew Kraai)(address . kraai@ftbfs.org)(address . 42063@debbugs.gnu.org)
87pn9ievbg.fsf@gnu.org
Hi Matthew,

Matthew Kraai <kraai@ftbfs.org> skribis:

Toggle quote (3 lines)
> 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!

Ludo’.
M
M
Matthew Kraai wrote on 29 Jun 2020 06:37
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 42063@debbugs.gnu.org)
20200629043732.GA10241@inspiron-3147
Hi,

On Sun, Jun 28, 2020 at 11:26:11PM +0200, Ludovic Courtès wrote:
Toggle quote (20 lines)
> Matthew Kraai <kraai@ftbfs.org> 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
L
L
Ludovic Courtès wrote on 29 Jun 2020 09:25
(name . Matthew Kraai)(address . kraai@ftbfs.org)(address . 42063@debbugs.gnu.org)
878sg6e3k4.fsf@gnu.org
Hi,

Matthew Kraai <kraai@ftbfs.org> skribis:

Toggle quote (6 lines)
> 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’.
T
T
Tobias Geerinckx-Rice wrote on 29 Jun 2020 11:54
Re: [bug#42063] [PATCH] gnu: python-pytest-flake8: Update to 1.0.6.
(name . Matthew Kraai)(address . kraai@ftbfs.org)(address . 42063-done@debbugs.gnu.org)
87lfk6qjsv.fsf@nckx
Matthew,

Matthew Kraai ???
Toggle quote (3 lines)
> * gnu/packages/python-check.scm (python-pytest-flake8): Update
> to 1.0.6.

Pushed as 484255f7b4a1490331d0a950b4429c4fcd82f132.

Thanks,

T G-R
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXvm6QAAKCRANsP+IT1Vt
eRttAQD8tbV0smqOmr2TyBOvsJylX0eBbbDMjzvl6Ys7oi5ZiwD/Qsfsu3TxgNMw
Xez0MhEL4hb+bq25xLHoapsUzKtOVgY=
=jw3d
-----END PGP SIGNATURE-----

Closed
?