[PATCH] gnu: python-lxml: Update to 4.5.2.

  • Done
  • quality assurance status badge
Details
3 participants
  • Morgan.J.Smith
  • Oleg Pykhalov
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Morgan.J.Smith
Severity
normal
M
M
Morgan.J.Smith wrote on 11 Aug 2020 04:51
(address . guix-patches@gnu.org)(name . Morgan Smith)(address . Morgan.J.Smith@outlook.com)
DM5PR1001MB2105F8C1229737690A29A960C5450@DM5PR1001MB2105.namprd10.prod.outlook.com
From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/xml.scm (python-lxml): Update to 4.5.2.
---
Am I supposed to add copyright for stuff this small?


gnu/packages/xml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 20d9de246c..05e5f532b2 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -2152,13 +2152,13 @@ because lxml.etree already has it's own implementation of XPath 1.0.")
(define-public python-lxml
(package
(name "python-lxml")
- (version "4.4.2")
+ (version "4.5.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "lxml" version))
(sha256
- (base32 "01nvb5j8vs9nk4z5s3250b1m22b4d08kffa36if3g1mdygdrvxpg"))))
+ (base32 "1xhx76hr1w3lllfcg9a01f2y0zwyf59ijnvlh08299mjh8b3mhfd"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
--
2.27.0
M
M
Mathieu Othacehe wrote on 13 Aug 2020 10:31
(address . Morgan.J.Smith@outlook.com)(address . 42808-done@debbugs.gnu.org)
87k0y3rlpu.fsf@gnu.org
Hello,

Toggle quote (4 lines)
> * gnu/packages/xml.scm (python-lxml): Update to 4.5.2.
> ---
> Am I supposed to add copyright for stuff this small?

No it's fine. However this change triggers many rebuilds so I had to
apply it on core-updates.

Thanks,

Mathieu
Closed
O
O
Oleg Pykhalov wrote on 14 Aug 2020 15:22
(address . Morgan.J.Smith@outlook.com)(address . 42808-done@debbugs.gnu.org)
87a6yxs6pb.fsf@gmail.com
Hi,

Morgan.J.Smith@outlook.com writes:

Toggle quote (6 lines)
> From: Morgan Smith <Morgan.J.Smith@outlook.com>
>
> * gnu/packages/xml.scm (python-lxml): Update to 4.5.2.
> ---
> Am I supposed to add copyright for stuff this small?

You supposed to add the copyright only in the file you changed.

Toggle quote (9 lines)
> gnu/packages/xml.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
> index 20d9de246c..05e5f532b2 100644
> --- a/gnu/packages/xml.scm
> +++ b/gnu/packages/xml.scm
> @@ -2152,13 +2152,13 @@ because lxml.etree already has it's own implementation of XPath 1.0.")

[…]

Thank you for the patch!

However the package update already present in core-updates [1] and will
be applied after the merge.


Regars,
Oleg.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEcjhxI46s62NFSFhXFn+OpQAa+pwFAl82kBAACgkQFn+OpQAa
+pwxVhAAxCdPAeKqub5VMMN0YSVRZUgJOjJudz1P8MFmmoykesGue/YFMy2I2hrL
AZqOhhK+Wh8qcGc0yAH+Qofxg5bfrAW6ewEoJtyNvZaXmDuXWE8+W0ezHsUGzkBQ
t9yKl06hBiSXdYDdR9BW/RmtVuo60ms20ofmI9G0aEApAsMGwgie05por4Oz4U5B
uXe6+qaJlPPBH5IvNWD8GrIN3M7Ln0J4gxlEQDAVwqwf34fESeho43lIRB0pWdfu
JPRSecw3BusQdGMeBG+5dy/SypMPy6H56Fcw0DG6omAqag7+SytUfzKPu1WRMJs9
hfo+AS9AbJfBiuZJ9ForA4Q0PXIW7LKYYVo0tJ9mLV3KcrIP78ClL0Z3Dkf5OyIw
nzGQ0B+uee8LosgEwAxgqBbtW+tY9o0ol5R2at2cUm79OjD/DHEcaIfyGJnDYjJD
rvV0KuIhiyHjp21zCIsruR5opzd554T8k7/8kY+QLo0hxwJpWXfKimrFD8ZNHlrr
gMGPSUG2s17u8MuGhEPmnm+gIhQDJYhxiSz3ytukTa2h8SAyLyTR5SuhBHNGqUPf
K/PHHLZ+vsikPHXYHGMbGfkP833ozi4BmS1TxJeB9eTejDCwUoaWi9qMxA5ZcgJy
qzG+bWduCFb+qZVgXnBVWxHmWmxFIyOBpsRt+XS5Rdt2ZM23Epg=
=8jH+
-----END PGP SIGNATURE-----

Closed
?