From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 60276@debbugs.gnu.org
Cc: ngraves@ngraves.fr
Subject: [bug#60276] [PATCH 2/3] gnu: python-setuptools-scm: Update to 7.0.5.
Date: Fri, 23 Dec 2022 15:56:38 +0100 [thread overview]
Message-ID: <20221223145639.11963-2-ngraves@ngraves.fr> (raw)
In-Reply-To: <20221223145639.11963-1-ngraves@ngraves.fr>
* gnu/packages/python-build.scm (python-setuptools-scm): Update to 7.0.5.
---
gnu/packages/python-build.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 07f7834a1e..591f806cb9 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -580,16 +580,17 @@ (define-public python-typing-extensions
(define-public python-setuptools-scm
(package
(name "python-setuptools-scm")
- (version "6.3.2")
+ (version "7.0.5")
(source (origin
(method url-fetch)
(uri (pypi-uri "setuptools_scm" version))
(sha256
- (base32 "1wm0i27siyy1yqr9rv7lqvb65agay9051yi8jzmi8dgb3q4ai6m4"))))
+ (base32 "0i28zghzdzzkm9w8rrjwphggkfs58nh6xnqsjhmqjvqxfypi67h3"))))
(build-system python-build-system)
(propagated-inputs
`(("python-packaging",python-packaging-bootstrap)
- ("python-tomli" ,python-tomli)))
+ ("python-tomli" ,python-tomli)
+ ("python-typing-extensions" ,python-typing-extensions)))
(home-page "https://github.com/pypa/setuptools_scm/")
(synopsis "Manage Python package versions in SCM metadata")
(description
--
2.38.1
next prev parent reply other threads:[~2022-12-23 14:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-23 14:50 [bug#60276] update python-setuptools-scm to 7.0.5 Nicolas Graves via Guix-patches via
2022-12-23 14:56 ` [bug#60276] [PATCH 1/3] gnu: python-typing-extensions: Move to (gnu packages python-build) Nicolas Graves via Guix-patches via
2022-12-23 14:56 ` Nicolas Graves via Guix-patches via [this message]
2022-12-23 14:56 ` [bug#60276] [PATCH 3/3] gnu: python-setuptools-scm: Disable tests Nicolas Graves via Guix-patches via
2024-02-03 23:34 ` bug#60276: close 60276 Nicolas Graves via Guix-patches via
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221223145639.11963-2-ngraves@ngraves.fr \
--to=guix-patches@gnu.org \
--cc=60276@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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.