Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / python-isort
Commits: 8feda1c4 by Caleb Maclennan at 2023-12-09T18:38:52+03:00 upgpkg: 5.13.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = python-isort + pkgdesc = A Python utility / library to sort Python imports + pkgver = 5.13.0 + pkgrel = 1 + url = https://github.com/PyCQA/isort + arch = any + license = MIT + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-poetry-core + depends = python + depends = python-toml + depends = python-tomli + source = https://github.com/PyCQA/isort/archive/5.13.0/isort-5.13.0.tar.gz + sha256sums = f48c9724898d5effdefec6fa9e9ec3634059039d813b4da4ff3ab6063b081090 + +pkgname = python-isort ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ _pyname=isort pkgname=python-$_pyname -pkgver=5.12.0 -pkgrel=2 +pkgver=5.13.0 +pkgrel=1 pkgdesc='A Python utility / library to sort Python imports' arch=(any) url="https://github.com/PyCQA/$_pyname" @@ -38,7 +38,7 @@ _pycheckdeps=(black # "${_pycheckdeps[@]/#/python-}") _archive="$_pyname-$pkgver" source=("$url/archive/$pkgver/$_archive.tar.gz") -sha256sums=('00eef77c312dc08606d72b6c38a5330632caca4f9bf8e86b7b373ed760ae29b8') +sha256sums=('f48c9724898d5effdefec6fa9e9ec3634059039d813b4da4ff3ab6063b081090') prepare() { cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-isort/-/commit/8feda1c4b2ede862f2ef92cf90f43f0744cb4063 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-isort/-/commit/8feda1c4b2ede862f2ef92cf90f43f0744cb4063 You're receiving this email because of your account on gitlab.archlinux.org.
