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

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

bug#71583: closed ([PATCH] gnu: python-treelib: Update to 1.7.0.)


From: GNU bug Tracking System
Subject: bug#71583: closed ([PATCH] gnu: python-treelib: Update to 1.7.0.)
Date: Sun, 16 Jun 2024 17:28:02 +0000

Your message dated Sun, 16 Jun 2024 17:26:29 +0000
with message-id <ded963fad147083d914f6af8b9e30b5ffb9355d7@dismail.de>
and subject line Re: [PATCH] gnu: python-treelib: Update to 1.7.0.
has caused the debbugs.gnu.org bug report #71583,
regarding [PATCH] gnu: python-treelib: Update to 1.7.0.
to be marked as done.

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


-- 
71583: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71583
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-treelib: Update to 1.7.0. Date: Sun, 16 Jun 2024 00:24:42 +0200
* gnu/packages/python-xyz.scm (python-treelib): Update to 1.7.0.

Change-Id: Ice44998ceeb31e2783f4a6a448b2f5306e8821c3
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4b9ca5b5260..4baaa8bc373 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12220,15 +12220,15 @@ (define-public python-traitlets
 (define-public python-treelib
   (package
     (name "python-treelib")
-    (version "1.6.1")
+    (version "1.7.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "treelib" version))
               (sha256
                (base32
-                "1247rv9fbb8pw3xbkbz04q3vnvvva3hcw002gp1clp5psargzgqw"))))
+                "0qgv61g1p06kzf5fd2hcim5s49nzbv8k210frnk45rmr2vs1mzwv"))))
     (build-system python-build-system)
-    (propagated-inputs (list python-future))
+    (propagated-inputs (list python-six))
     (home-page "https://github.com/caesar0301/treelib";)
     (synopsis "Implementation of a tree structure in Python")
     (description
-- 
2.45.1




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: python-treelib: Update to 1.7.0. Date: Sun, 16 Jun 2024 17:26:29 +0000
Thanks for the patch.

Applied!

--
jgart


--- End Message ---

reply via email to

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