GNU bug report logs - #58276
[PATCH] gnu: python-setuptools-scm: Update to 7.0.5.

Previous Next

Package: guix-patches;

Reported by: Garek Dyszel <garekdyszel <at> disroot.org>

Date: Mon, 3 Oct 2022 20:14:01 UTC

Severity: normal

Tags: patch

Done: Garek Dyszel <garekdyszel <at> disroot.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58276 in the body.
You can then email your comments to 58276 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#58276; Package guix-patches. (Mon, 03 Oct 2022 20:14:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Garek Dyszel <garekdyszel <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 03 Oct 2022 20:14:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Garek Dyszel <garekdyszel <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: python-setuptools-scm: Update to 7.0.5.
Date: Mon, 03 Oct 2022 16:12:47 -0400
* gnu/packages/python-build.scm (python-setuptools-scm): Update to 7.0.5.
[propagated-inputs]: Change format to (propagated-inputs (list ...)).
(arguments): Disable tests, delete phase `sanity-check' which shares
dependencies with the tests.
---
 gnu/packages/python-build.scm | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 9d9b07f769..778638f789 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -458,16 +458,22 @@ (define-public python-flit-scm
 (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)))
+    (propagated-inputs (list python-packaging-bootstrap python-tomli))
+    (arguments
+     `(;; Disabled tests to avoid extra dependencies.
+       #:tests? #f
+       #:phases
+       (modify-phases %standard-phases
+         ;; Disabled sanity check to avoid extra dependencies.
+         (delete 'sanity-check))))
     (home-page "https://github.com/pypa/setuptools_scm/")
     (synopsis "Manage Python package versions in SCM metadata")
     (description

base-commit: 17134b9ec1aad94d41d75217a919dd1b224549d2
-- 
2.37.3






Reply sent to Garek Dyszel <garekdyszel <at> disroot.org>:
You have taken responsibility. (Tue, 04 Oct 2022 14:26:02 GMT) Full text and rfc822 format available.

Notification sent to Garek Dyszel <garekdyszel <at> disroot.org>:
bug acknowledged by developer. (Tue, 04 Oct 2022 14:26:02 GMT) Full text and rfc822 format available.

Message #10 received at 58276-close <at> debbugs.gnu.org (full text, mbox):

From: Garek Dyszel <garekdyszel <at> disroot.org>
To: 58276-close <at> debbugs.gnu.org
Subject: Submitted to wrong branch
Date: Tue, 04 Oct 2022 10:25:20 -0400
This patch was submitted to the wrong branch by mistake. Please ignore
it.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 02 Nov 2022 11:24:09 GMT) Full text and rfc822 format available.

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

Previous Next


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