unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 73070@debbugs.gnu.org
Cc: ngraves@ngraves.fr
Subject: [bug#73070] [PATCH 1/3] gnu: python-pkginfo: Update to 1.10.0.
Date: Fri,  6 Sep 2024 17:25:23 +0200	[thread overview]
Message-ID: <20240906152532.23233-1-ngraves@ngraves.fr> (raw)
In-Reply-To: <20240906142232.18550-1-ngraves@ngraves.fr>

* gnu/packages/python-xyz.scm (python-pkginfo): Update to 1.10.0.
  [native-inputs]: Add python-wheel.

Change-Id: I682773a5a5c36c9a2ffd9ce8e96048c08a7a174e
---
 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 f28054a489..c391f1d033 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25687,16 +25687,16 @@ (define-public python-tqdm
 (define-public python-pkginfo
   (package
     (name "python-pkginfo")
-    (version "1.9.6")
+    (version "1.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pkginfo" version))
        (sha256
-        (base32 "0inh57664sx2vlbd3913dsc9nz21ysb9vk591qpkg90qhxp8kmcg"))))
+        (base32 "15v2mycr7m4ld5wp1sl9flqjjv8zdgc5rkgfz1wxn44d74skixsx"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-pytest))
+     (list python-pytest python-wheel))
     (home-page "https://code.launchpad.net/~tseaver/pkginfo/trunk")
     (synopsis "Query metadatdata from sdists, bdists, and installed packages")
     (description
-- 
2.45.2





  reply	other threads:[~2024-09-06 15:26 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-06 14:20 [bug#73070] [PATCH 0/3] Fix python development environment Nicolas Graves via Guix-patches via
2024-09-06 15:25 ` Nicolas Graves via Guix-patches via [this message]
2024-09-06 15:25   ` [bug#73070] [PATCH 2/3] gnu: python-twine: Update to 5.1.1 Nicolas Graves via Guix-patches via
2024-09-06 15:25   ` [bug#73070] [PATCH 3/3] gnu: python-altair: Update to 5.3.0 Nicolas Graves via Guix-patches via
2024-09-21 22:47 ` [bug#73070] [PATCH v2 0/4] Series updating python-twine & python-altair Steve George
2024-09-21 22:47   ` [bug#73070] [PATCH v2 1/4] gnu: python-pkginfo: Update to 1.10.0 Steve George
2024-09-21 22:47   ` [bug#73070] [PATCH v2 2/4] gnu: python-readme-renderer: Update to 41.0 Steve George
2024-09-21 22:47   ` [bug#73070] [PATCH v2 3/4] gnu: python-twine: Update to 5.1.1 Steve George
2024-09-21 22:48   ` [bug#73070] [PATCH v2 4/4] gnu: python-altair: Update to 5.3.0 Steve George
2024-09-25 14:16   ` [bug#73070] [PATCH v2 0/4] Series updating python-twine & python-altair Ludovic Courtès
2024-09-25 17:07     ` jgart via Guix-patches via
2024-09-25 23:03 ` [bug#73070] [PATCH 0/3] Fix python development environment Sharlatan Hellseher
2024-09-26  6:57   ` Nicolas Graves via Guix-patches via
2024-09-26  7:23 ` Sharlatan Hellseher
2024-09-26  7:41 ` [bug#73070] Apply patches Andreas Enge
2024-09-26  9:32 ` bug#73070: [PATCH 0/3] Fix python development environment Sharlatan Hellseher

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=20240906152532.23233-1-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=73070@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /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).