emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58276: closed ([PATCH] gnu: python-setuptools-scm: Update to 7.0.5.)


From: GNU bug Tracking System
Subject: bug#58276: closed ([PATCH] gnu: python-setuptools-scm: Update to 7.0.5.)
Date: Tue, 04 Oct 2022 14:26:02 +0000

Your message dated Tue, 04 Oct 2022 10:25:20 -0400
with message-id <87k05fll7z.fsf@disroot.org>
and subject line Submitted to wrong branch
has caused the debbugs.gnu.org bug report #58276,
regarding [PATCH] gnu: python-setuptools-scm: Update to 7.0.5.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58276: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58276
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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





--- End Message ---
--- Begin Message --- 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]