[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: |
Thu, 21 Nov 2024 06:29:46 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 9c07e04be73253b825ba1c70b78eda863ed926b8
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
- 292/361: gnu: Add python-rich-tables., (continued)
- 292/361: gnu: Add python-rich-tables., guix-commits, 2024/11/21
- 309/361: gnu: python-filelock: Update to 3.16.1., guix-commits, 2024/11/21
- 345/361: gnu: python-pandas-2: Update to 2.2.3., guix-commits, 2024/11/21
- 319/361: gnu: python-jedi: Update to 0.19.2., guix-commits, 2024/11/21
- 337/361: gnu: python-versioneer: Simplify tests., guix-commits, 2024/11/21
- 340/361: gnu: python-werkzeug: Update to 3.1.3., guix-commits, 2024/11/21
- 322/361: gnu: python-execnet: Update to 2.1.1., guix-commits, 2024/11/21
- 323/361: gnu: python-flaky: Update to 3.8.1., guix-commits, 2024/11/21
- 335/361: gnu: python-numpy: Update to 1.24.4., guix-commits, 2024/11/21
- 338/361: gnu: python-watchdog: Update to 6.0.0., guix-commits, 2024/11/21
- 336/361: gnu: python-isort: Update to 5.13.2.,
guix-commits <=
- 348/361: gnu: python-itsdangerous: Update to 2.2.0., guix-commits, 2024/11/21
- 361/361: gnu: python-pydantic: Update to 1.10.19., guix-commits, 2024/11/21
- 238/361: gnu: python-parameterized-next: Adjust inputs., guix-commits, 2024/11/21
- 245/361: gnu: nikola: Fix build., guix-commits, 2024/11/21
- 257/361: gnu: python-defusedxml: Update to 0.7.1., guix-commits, 2024/11/21
- 260/361: gnu: ytcc: Fix build., guix-commits, 2024/11/21
- 249/361: gnu: python-cucumber-tag-expressions: Update to 6.1.1., guix-commits, 2024/11/21
- 267/361: gnu: python-unyt: Adjust inputs., guix-commits, 2024/11/21
- 264/361: gnu: hangups: Fix build., guix-commits, 2024/11/21
- 298/361: gnu: python-exceptiongroup: Move to python-build., guix-commits, 2024/11/21