emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42808: closed ([PATCH] gnu: python-lxml: Update to 4.5.2.)


From: GNU bug Tracking System
Subject: bug#42808: closed ([PATCH] gnu: python-lxml: Update to 4.5.2.)
Date: Thu, 13 Aug 2020 08:32:01 +0000

Your message dated Thu, 13 Aug 2020 10:31:09 +0200
with message-id <87k0y3rlpu.fsf@gnu.org>
and subject line Re: [bug#42808] [PATCH] gnu: python-lxml: Update to 4.5.2.
has caused the debbugs.gnu.org bug report #42808,
regarding [PATCH] gnu: python-lxml: Update to 4.5.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42808: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42808
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-lxml: Update to 4.5.2. Date: Mon, 10 Aug 2020 22:51:07 -0400
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(-)

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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42808] [PATCH] gnu: python-lxml: Update to 4.5.2. Date: Thu, 13 Aug 2020 10:31:09 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello,

> * 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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]