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

Felix Yan felixonmars at archlinux.org
Sat Oct 17 22:30:33 UTC 2020


    Date: Saturday, October 17, 2020 @ 22:30:32
  Author: felixonmars
Revision: 398546

upgpkg: python-isort 5.6.1-1

Modified:
  python-isort/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-17 22:04:24 UTC (rev 398545)
+++ PKGBUILD	2020-10-17 22:30:32 UTC (rev 398546)
@@ -2,7 +2,7 @@
 # Contributor: Yaron de Leeuw <me at jarondl.net>
 
 pkgname=python-isort
-pkgver=5.6.0
+pkgver=5.6.1
 pkgrel=1
 pkgdesc="A Python utility / library to sort Python imports."
 arch=('any')
@@ -14,7 +14,7 @@
               'python-libcst' 'python-pip' 'python-pip-api' 'python-pipreqs' 'python-pytest'
               'python-pytest-mock' 'python-requirementslib')
 source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('8282c15c672316ad633464da1354f5a55c07508dbda33310a6ca5024386b9ca818c82169ff20db38ae6e91115343d5a104e749becb3e3d9fb428f8bf18ef8ede')
+sha512sums=('cc18647f985d71d35d698c259e21c4f0ee5c95607585ad63751653cb442a1111cf360cbc9db6705e7fa14ecb9236d2f385f3a18bc98dd8b06554f26a9b21bb30')
 
 prepare() {
   cd isort-$pkgver
@@ -46,9 +46,10 @@
     python setup.py install --root="$srcdir/isort-$pkgver/tmp_install" --optimize=1
     popd
   done
-  # This is just weird
+  # tests/test_importable.py::test_importable: This is just weird
+  # tests/integration/test_projects_using_isort.py::test_airflow: https://github.com/PyCQA/isort/pull/1567#issuecomment-710787547
   PYTHONPATH="$PWD/example_isort_formatting_plugin:$PWD/example_shared_isort_profile:$PWD/tmp_install/usr/lib/python3.8/site-packages" PATH="$PWD/tmp_install/usr/bin:$PATH" \
-    pytest --deselect tests/test_importable.py::test_importable
+    pytest --deselect tests/test_importable.py::test_importable --deselect tests/integration/test_projects_using_isort.py::test_airflow
 }
 
 package() {



More information about the arch-commits mailing list