GNU bug report logs - #57319
[PATCH] gnu: python-shapely: Update to 1.8.4.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Sun, 21 Aug 2022 13:54:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Felix Gruber <felgru <at> posteo.net>
Subject: bug#57319: closed (Re: bug#57319: [PATCH] gnu: python-shapely:
 Update to 1.8.4.)
Date: Tue, 23 Aug 2022 00:45:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#57319: [PATCH] gnu: python-shapely: Update to 1.8.4.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 57319 <at> debbugs.gnu.org.

-- 
57319: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57319
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 57319-done <at> debbugs.gnu.org
Subject: Re: bug#57319: [PATCH] gnu: python-shapely: Update to 1.8.4.
Date: Tue, 23 Aug 2022 08:44:25 +0800
Felix Gruber <felgru <at> posteo.net> writes:

> * gnu/packages/python-xyz.scm (python-shapely): Update to 1.8.4.

Pushed, thank you!

[Message part 3 (message/rfc822, inline)]
From: Felix Gruber <felgru <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH] gnu: python-shapely: Update to 1.8.4.
Date: Sun, 21 Aug 2022 13:53:30 +0000
* gnu/packages/python-xyz.scm (python-shapely): Update to 1.8.4.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a08a0b7304..8ba55972e8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1211,13 +1211,13 @@ iotop, uptime, pidof, tty, taskset, pmap.")
 (define-public python-shapely
   (package
     (name "python-shapely")
-    (version "1.8.2")
+    (version "1.8.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Shapely" version))
        (sha256
-        (base32 "1dpbjw0w2l1r9s5drmi4cyr1yd5h2a4m9vip7qhy7mbg03azjajp"))))
+        (base32 "130rqd0czi128wm5pdn47v4m6czxd7pkzanbya8q48gsm8ffb5d1"))))
     (build-system python-build-system)
     (native-inputs
      (list python-cython python-matplotlib python-pytest
-- 
2.30.2




This bug report was last modified 2 years and 277 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.