Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-libcst
Commits: 503b1dfa by Antonio Rojas at 2024-11-29T20:36:04+01:00 upgpkg: 1.5.1-1: Update to 1.5.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-libcst pkgdesc = A concrete syntax tree parser and serializer library for Python that preserves many aspects of Python's abstract syntax tree - pkgver = 1.4.0 - pkgrel = 2 + pkgver = 1.5.1 + pkgrel = 1 url = https://github.com/Instagram/LibCST arch = x86_64 license = MIT @@ -14,7 +14,7 @@ pkgbase = python-libcst depends = gcc-libs depends = python depends = python-pyyaml - source = python-libcst-1.4.0.tar.gz::https://github.com/Instagram/LibCST/archive/v1.4.0.tar.gz - sha512sums = e95b2d30cb0273e5b723cf532f63b7b18f44c7f909a9d03331e0b7b7200bee8b635de4782071fb099609fcc4fb1c81bd5cd7ee3d44de535e2e1ad7b1363d31e0 + source = python-libcst-1.5.1.tar.gz::https://github.com/Instagram/LibCST/archive/v1.5.1.tar.gz + sha512sums = cd400126ad2c1d4d41866ea9306de153790391c589bd1f07acb326be728b7a9fa0a545e2b2b8c19c33c8a59375003f92030ce07b04bee7dc201632ffd1c34cd3 pkgname = python-libcst ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ _pkgname=LibCST pkgname=python-libcst -pkgver=1.4.0 -pkgrel=2 +pkgver=1.5.1 +pkgrel=1 pkgdesc="A concrete syntax tree parser and serializer library for Python that preserves many aspects of Python's abstract syntax tree" arch=('x86_64') url='https://github.com/Instagram/LibCST' @@ -14,7 +14,7 @@ makedepends=('python-build' 'python-installer' #checkdepends=('python-hypothesis' 'python-hypothesmith') #source=("https://pypi.io/packages/source/l/libcst/libcst-$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha512sums=('e95b2d30cb0273e5b723cf532f63b7b18f44c7f909a9d03331e0b7b7200bee8b635de4782071fb099609fcc4fb1c81bd5cd7ee3d44de535e2e1ad7b1363d31e0') +sha512sums=('cd400126ad2c1d4d41866ea9306de153790391c589bd1f07acb326be728b7a9fa0a545e2b2b8c19c33c8a59375003f92030ce07b04bee7dc201632ffd1c34cd3') #prepare() { # cd $_pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-libcst/-/commit/503b1dfad37a5d1486dd08f37d894a875c720e3e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-libcst/-/commit/503b1dfad37a5d1486dd08f37d894a875c720e3e You're receiving this email because of your account on gitlab.archlinux.org.