unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Felix Gruber <felgru@posteo.net>
To: 68925@debbugs.gnu.org
Cc: Felix Gruber <felgru@posteo.net>,
	Lars-Dominik Braun <lars@6xq.net>, Marius Bakke <marius@gnu.org>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	Sharlatan Hellseher <sharlatanus@gmail.com>,
	jgart <jgart@dismail.de>
Subject: [bug#68925] [PATCH 5/8] gnu: python-shapely: Update to 2.0.2.
Date: Sun,  4 Feb 2024 16:47:15 +0000	[thread overview]
Message-ID: <5492a421b1c753de816a6586765b11042e6ac0b8.1707064733.git.felgru@posteo.net> (raw)
In-Reply-To: <cover.1707064733.git.felgru@posteo.net>

* gnu/packages/python-xyz.scm (python-shapely): Update to 2.0.2.
[native-inputs]: Remove python-pytest-cov.

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c68b17b0ab..a645c45a4c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2265,13 +2265,13 @@ (define-public python-rasterio
 (define-public python-shapely
   (package
     (name "python-shapely")
-    (version "2.0.1")
+    (version "2.0.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "shapely" version))
        (sha256
-        (base32 "14v88k0y7qhp8n5clip6w96pkdzrfqa2hsjkhpy9gkifwyiv39k6"))))
+        (base32 "1rs90q4ys5cav0hz1dq72wq2mk4aqlqqbfjrnb2zzfkiq42cq4qp"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -2282,8 +2282,7 @@ (define-public python-shapely
              ;; Cython extensions have to be built before running the tests.
              (invoke "python" "setup.py" "build_ext" "--inplace"))))))
     (native-inputs
-     (list python-cython python-matplotlib python-pytest
-           python-pytest-cov))
+     (list python-cython python-matplotlib python-pytest))
     (inputs
      (list geos))
     (propagated-inputs
-- 
2.41.0





  parent reply	other threads:[~2024-02-04 16:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-04 16:43 [bug#68925] [PATCH 0/8] Update proj to 9.3.1 Felix Gruber
2024-02-04 16:47 ` [bug#68925] [PATCH 1/8] gnu: proj: Update " Felix Gruber
2024-02-04 16:47 ` [bug#68925] [PATCH 2/8] gnu: python-pyproj: Update to 3.6.1 Felix Gruber
2024-02-04 16:47 ` [bug#68925] [PATCH 3/8] gnu: libgeotiff: Fix build with proj 9.3.1 Felix Gruber
2024-02-04 16:47 ` [bug#68925] [PATCH 4/8] gnu: geos: Update to 3.12.1 Felix Gruber
2024-02-04 16:47 ` Felix Gruber [this message]
2024-02-04 16:47 ` [bug#68925] [PATCH 6/8] gnu: python-pyshp: Update to 2.3.1 Felix Gruber
2024-02-04 16:47 ` [bug#68925] [PATCH 7/8] gnu: grass: Update to 7.8.8 Felix Gruber
2024-02-04 16:47 ` [bug#68925] [PATCH 8/8] gnu: qgis: Fix build against proj 9.3.1 Felix Gruber
2024-02-07 17:35 ` bug#68925: [PATCH 0/8] Update proj to 9.3.1 Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5492a421b1c753de816a6586765b11042e6ac0b8.1707064733.git.felgru@posteo.net \
    --to=felgru@posteo.net \
    --cc=68925@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=lars@6xq.net \
    --cc=marius@gnu.org \
    --cc=me@bonfacemunyoki.com \
    --cc=sharlatanus@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).