[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
336/361: gnu: python-isort: Update to 5.13.2.
From: |
guix-commits |
Subject: |
336/361: gnu: python-isort: Update to 5.13.2. |
Date: |
Fri, 22 Nov 2024 06:01:09 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit a59b16ba5209b49ab09cd741f9da85b950b127ea
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 fb749d6a80..f749cb2c15 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24903,7 +24903,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)
@@ -24916,12 +24916,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
@@ -24939,8 +24946,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
@@ -24948,8 +24955,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
- 43/361: gnu: python-pytest-arraydiff: Add missing inputs., (continued)
- 43/361: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/11/22
- 75/361: gnu: Add python-nbclassic., guix-commits, 2024/11/22
- 202/361: gnu: python-uqbar: Upgrade to python-team branch., guix-commits, 2024/11/22
- 279/361: gnu: python-pysolr: Update to 3.10.0., guix-commits, 2024/11/22
- 304/361: gnu: python-pexpect: Improve package style., guix-commits, 2024/11/22
- 312/361: gnu: python-pytest-cov: Update to 6.0.0., guix-commits, 2024/11/22
- 316/361: gnu: python-cffi: Improve package style., guix-commits, 2024/11/22
- 318/361: gnu: python-parso: Update to 0.8.4., guix-commits, 2024/11/22
- 329/361: gnu: python-cython-3: Update to 3.0.11., guix-commits, 2024/11/22
- 335/361: gnu: python-numpy: Update to 1.24.4., guix-commits, 2024/11/22
- 336/361: gnu: python-isort: Update to 5.13.2.,
guix-commits <=
- 352/361: gnu: python-apispec: Update to 6.7.1., guix-commits, 2024/11/22
- 53/361: gnu: python-dbus-python: Add missing input., guix-commits, 2024/11/22
- 64/361: gnu: Add python-pep440., guix-commits, 2024/11/22
- 73/361: gnu: Add python-pytest-jupyter., guix-commits, 2024/11/22
- 69/361: gnu: Add python-uri-template., guix-commits, 2024/11/22
- 66/361: gnu: Add python-jsonschema-specifications., guix-commits, 2024/11/22
- 79/361: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/11/22
- 80/361: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/11/22
- 89/361: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/11/22
- 111/361: gnu: python-graphql-core: Enable tests., guix-commits, 2024/11/22