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

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

bug#68070: closed ([PATCH] gnu: python-flake8-isort: Update to 6.1.0.)


From: GNU bug Tracking System
Subject: bug#68070: closed ([PATCH] gnu: python-flake8-isort: Update to 6.1.0.)
Date: Thu, 28 Dec 2023 09:25:02 +0000

Your message dated Thu, 28 Dec 2023 10:24:18 +0100
with message-id <87v88i7k8t.fsf@gnu.org>
and subject line Re: [bug#68070] [PATCH] gnu: python-flake8-isort: Update to 
6.1.0.
has caused the debbugs.gnu.org bug report #68070,
regarding [PATCH] gnu: python-flake8-isort: Update to 6.1.0.
to be marked as done.

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


-- 
68070: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68070
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-flake8-isort: Update to 6.1.0. Date: Wed, 27 Dec 2023 23:13:02 +0100
* gnu/packages/python-xyz.scm (python-flake8-isort): Update to 6.1.0.
[arguments]<#:phases>: Update check phase, because tests have been moved to 
run_tests.py.
[propagated-inputs]: Remove python-testfixtures.

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cab44be011..85ce2256b8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13081,13 +13081,13 @@ (define-public python-flake8-todo
 (define-public python-flake8-isort
   (package
     (name "python-flake8-isort")
-    (version "4.1.1")
+    (version "6.1.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "flake8-isort" version))
         (sha256
-          (base32 "05r7z0j9rqgy0a9261bhisairrz6w8hy5hy5kf2mhvhfnx53056q"))))
+          (base32 "0gk4q504v42hdzpkndczc0kkwnr85jn1h5pvb561jh65p91r6qyl"))))
     (build-system python-build-system)
     (arguments
      (list
@@ -13096,8 +13096,8 @@ (define-public python-flake8-isort
           (replace 'check
             (lambda* (#:key tests? #:allow-other-keys)
               (when tests?
-                (invoke "pytest" "-vv")))))))
-    (propagated-inputs (list python-flake8 python-isort python-testfixtures))
+                (invoke "pytest" "-vv" "run_tests.py")))))))
+    (propagated-inputs (list python-flake8 python-isort))
     (native-inputs (list python-pytest))
     (home-page "https://github.com/gforcada/flake8-isort";)
     (synopsis "Flake8 plugin integrating isort")

base-commit: 5bd80ccd69047b1777749e24d4adf2c951b5d14b
-- 
2.40.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#68070] [PATCH] gnu: python-flake8-isort: Update to 6.1.0. Date: Thu, 28 Dec 2023 10:24:18 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
> * gnu/packages/python-xyz.scm (python-flake8-isort): Update to 6.1.0.
> [arguments]<#:phases>: Update check phase, because tests have been moved to 
> run_tests.py.
> [propagated-inputs]: Remove python-testfixtures.

Applied, thanks,

Mathieu


--- End Message ---

reply via email to

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