[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
336/420: gnu: python-isort: Update to 5.13.2.
From: |
guix-commits |
Subject: |
336/420: gnu: python-isort: Update to 5.13.2. |
Date: |
Tue, 26 Nov 2024 16:29:29 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit f1e72e7156902e017035551b2cc7838ad9794c59
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 16 21:58:06 2024 +0000
gnu: python-isort: Update to 5.13.2.
* gnu/packages/python-xyz.scm (python-isort): Update to 5.13.2.
[arguments]<test-flags>: Disable one failing test.
[native-inputs]: Sort alphabetically.
Change-Id: I23975366b6bb5cc9caa6bf8d41ca9fc8597edabd
---
gnu/packages/python-xyz.scm | 23 +++++++++++++++--------
1 file changed, 15 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 52ee041964..2862fa60e3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24902,7 +24902,7 @@ package attempts to address the shortcomings of
@code{isodate}.")
(define-public python-isort
(package
(name "python-isort")
- (version "5.12.0")
+ (version "5.13.2")
(source
(origin
(method git-fetch)
@@ -24915,12 +24915,19 @@ package attempts to address the shortcomings of
@code{isodate}.")
(snippet '(for-each delete-file (find-files "." "\\.whl$")))
(sha256
(base32
- "1vbwc4gpffclf6hw08lvvgqlvsgfjlw7gjsm28jfcrln2pixla7j"))))
+ "1d9cg5ms1qilhvpk2925zh87xgzd2ly29wywwxp0yisdddi8ln7z"))))
(build-system pyproject-build-system)
(arguments
(list
- #:test-flags '(list "tests/unit/" "-k" "not test_gitignore"
- "--ignore=tests/unit/test_deprecated_finders.py")
+ #:test-flags
+ #~(list "tests/unit/"
+ "-k" (string-join
+ (list
+ "not test_gitignore"
+ ;; See <https://github.com/PyCQA/isort/issues/2234>.
+
"test_isort_should_warn_on_empty_custom_config_issue_1433")
+ " and not ")
+ "--ignore=tests/unit/test_deprecated_finders.py")
#:phases
#~(modify-phases %standard-phases
(add-after 'install 'install-example-plugins
@@ -24938,8 +24945,8 @@ package attempts to address the shortcomings of
@code{isodate}.")
(apply invoke "pip" "--no-cache-dir" "--no-input"
"install" "--user" "--no-deps" example-whls)))))))
(native-inputs
- (list python-black
- python-colorama
+ (list python-colorama
+ python-black
python-hypothesmith
python-libcst-minimal
python-natsort
@@ -24947,8 +24954,8 @@ package attempts to address the shortcomings of
@code{isodate}.")
python-poetry-core
python-pylama
python-pypa-build
- python-pytest-mock
- python-pytest))
+ python-pytest
+ python-pytest-mock))
(home-page "https://github.com/PyCQA/isort")
(synopsis "Python utility/library to sort python imports")
(description "@code{python-isort} is a python utility/library to sort
- 296/420: gnu: python-fast-histogram: Adjust inputs., (continued)
- 296/420: gnu: python-fast-histogram: Adjust inputs., guix-commits, 2024/11/26
- 300/420: gnu: Remove python-pytest-8., guix-commits, 2024/11/26
- 297/420: gnu: python-pluggy: Update to 1.5.0., guix-commits, 2024/11/26
- 302/420: gnu: Remove python-pluggy-next., guix-commits, 2024/11/26
- 306/420: gnu: python-pytest-timeout: Update to 2.3.1., guix-commits, 2024/11/26
- 313/420: gnu: python-pytest-xprocess: Update to 1.0.2., guix-commits, 2024/11/26
- 309/420: gnu: python-filelock: Update to 3.16.1., guix-commits, 2024/11/26
- 305/420: gnu: python-pexpect: Update to 4.9.0., guix-commits, 2024/11/26
- 310/420: gnu: python-pytest-xdist: Update to 3.6.1., guix-commits, 2024/11/26
- 307/420: gnu: python-pytest-forked: Disable tests., guix-commits, 2024/11/26
- 336/420: gnu: python-isort: Update to 5.13.2.,
guix-commits <=
- 324/420: gnu: python-tomli: Update to 2.1.0., guix-commits, 2024/11/26
- 327/420: gnu: python-editables: Update to 0.5., guix-commits, 2024/11/26
- 357/420: gnu: python-httpbin: Update to 0.10.2., guix-commits, 2024/11/26
- 347/420: gnu: python-blinker: Update to 1.9.0., guix-commits, 2024/11/26
- 360/420: gnu: python-dirty-equals: Update to 0.8.0., guix-commits, 2024/11/26
- 359/420: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/26
- 366/420: gnu: python-pytest-flake8: Update to 1.3.0., guix-commits, 2024/11/26
- 364/420: gnu: python-qstylizer: Update to 0.2.4., guix-commits, 2024/11/26
- 372/420: gnu: python-pytest-random-order: Update to 1.1.1., guix-commits, 2024/11/26
- 380/420: gnu: Remove python-typeguard-4., guix-commits, 2024/11/26