[arch-commits] Commit in python-isort/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Tue Nov 16 19:26:56 UTC 2021


    Date: Tuesday, November 16, 2021 @ 19:26:56
  Author: alerque
Revision: 1048840

upgpkg: python-isort 5.10.1-1

Modified:
  python-isort/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-16 19:10:55 UTC (rev 1048839)
+++ PKGBUILD	2021-11-16 19:26:56 UTC (rev 1048840)
@@ -4,7 +4,7 @@
 
 _pyname=isort
 pkgname=python-$_pyname
-pkgver=5.9.3
+pkgver=5.10.1
 pkgrel=1
 pkgdesc='A Python utility / library to sort Python imports'
 arch=(any)
@@ -32,7 +32,7 @@
               "${_pycheckdeps[@]/#/python-}")
 _archive="$_pyname-$pkgver"
 source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('0ad5e0ec066302c7aece422b2675b81abe7e417dbf64b18438ca8b79219540dd')
+sha256sums=('7f3a99bb1e93e58ae10737b8a31d45aa03a096b1c4cbbbd55f05226e40089cf7')
 
 prepare() {
 	cd "$_archive"
@@ -79,6 +79,7 @@
 		--deselect tests/unit/test_ticketed_features.py::test_isort_literals_issue_1358 $(: unknown ) \
 		--deselect tests/unit/test_ticketed_features.py::test_sort_configurable_sort_issue_1732 $(: unknown ) \
 		--deselect tests/integration/test_setting_combinations.py $(: unknown ) \
+		--deselect tests/integration/test_projects_using_isort.py::test_typeshed $(: requires network ) \
 		--deselect tests/test_importable.py::test_importable $(: just weird ) \
 		--deselect tests/benchmark/test_api.py $(: no benchmarks thanks )
 }



More information about the arch-commits mailing list