Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / python-poetry-plugin-export
Commits: 2b65f315 by Caleb Maclennan at 2025-02-16T00:03:24+03:00 upgpkg: 1.9.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-poetry-plugin-export pkgdesc = Poetry plugin to export the dependencies to various formats - pkgver = 1.8.0 - pkgrel = 3 + pkgver = 1.9.0 + pkgrel = 1 url = https://github.com/python-poetry/poetry-plugin-export arch = any license = MIT @@ -11,7 +11,7 @@ pkgbase = python-poetry-plugin-export makedepends = python-installer makedepends = python-wheel depends = python-poetry - source = https://github.com/python-poetry/poetry-plugin-export/archive/1.8.0/python-poetry-plugin-export-1.8.0.tar.gz - sha512sums = ddaa4ed20601357648fe0187c50d033da5dfc37d66c96b67c83962a88825ec5b49c79b30e60f67c860d381e6ad0cbac084209af806561f50cdc779dcebacaf2b + source = https://github.com/python-poetry/poetry-plugin-export/archive/1.9.0/python-poetry-plugin-export-1.9.0.tar.gz + sha512sums = c4ae0320256576e6ef72b1958d56871c09e4c1e0d9556e381cbd438b2346f15aa6ef8583e284c0320b9aeac64aed8e8360394a0140abeda6ca55e18c612c5028 pkgname = python-poetry-plugin-export ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ _pkgname=poetry-plugin-export pkgname=python-poetry-plugin-export -pkgver=1.8.0 -pkgrel=3 +pkgver=1.9.0 +pkgrel=1 pkgdesc="Poetry plugin to export the dependencies to various formats " url="https://github.com/python-poetry/poetry-plugin-export" license=('MIT') @@ -13,7 +13,7 @@ depends=('python-poetry') makedepends=('python-build' 'python-installer' 'python-wheel') checkdepends=('python-pytest-mock' 'python-pytest-xdist') source=("https://github.com/python-poetry/poetry-plugin-export/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('ddaa4ed20601357648fe0187c50d033da5dfc37d66c96b67c83962a88825ec5b49c79b30e60f67c860d381e6ad0cbac084209af806561f50cdc779dcebacaf2b') +sha512sums=('c4ae0320256576e6ef72b1958d56871c09e4c1e0d9556e381cbd438b2346f15aa6ef8583e284c0320b9aeac64aed8e8360394a0140abeda6ca55e18c612c5028') build() { cd poetry-plugin-export-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry-plugin-export/-/commit/2b65f31581a10af7c2f8d615bcaf2ad58f5036b1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry-plugin-export/-/commit/2b65f31581a10af7c2f8d615bcaf2ad58f5036b1 You're receiving this email because of your account on gitlab.archlinux.org.