Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-precis_i18n
Commits: 369728ff by Robin Candau at 2025-10-14T19:04:44+02:00 upgpkg: 1.1.2-1: New upstream release https://github.com/byllyfish/precis_i18n/releases/tag/v1.1.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-precis_i18n pkgdesc = PRECIS framework (RFC 8264, RFC 8265, RFC 8266) - pkgver = 1.1.1 - pkgrel = 2 + pkgver = 1.1.2 + pkgrel = 1 url = https://github.com/byllyfish/precis_i18n arch = any license = MIT @@ -11,8 +11,8 @@ pkgbase = python-precis_i18n makedepends = python-installer makedepends = python-wheel depends = python - source = https://github.com/byllyfish/precis_i18n/archive/v1.1.1/python-precis_i18n-1.1.1.tar.gz - sha512sums = d7245c89c8faa34723b00fb643ca4bd33cb83fb326228af0a4eba951134b0c47513268f54acb01d3a06baeb755d65b6a41a355a792ee34dc0a2379e43826aadf - b2sums = 3f7d5b7d70160f2cd1ad356b95ff6837023961bd98ad57860fe537783b4bf1a4efe57478c38549844e67970cdcf06bb405e308083a72ff7e34a70b5ea10623d1 + source = https://github.com/byllyfish/precis_i18n/archive/v1.1.2/python-precis_i18n-1.1.2.tar.gz + sha512sums = 7b5b12f1dad22dd90731c47a8b3fe36ed273d56fb454173284e776dc3ac19ac19be6936b9b7f70df1b1de3b7de2fa5ce8cd08f2f120440c1850ea2c5885163d2 + b2sums = a3b313118faebf89ead8b38fe7923b6f91b032925b99f384f252e35b9b70953222c200005de4c37c712d17860210ee518081ad92dfec3cadf518e585920ad9a0 pkgname = python-precis_i18n ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ _pkgname=precis_i18n pkgname=python-precis_i18n -pkgver=1.1.1 -pkgrel=2 +pkgver=1.1.2 +pkgrel=1 pkgdesc='PRECIS framework (RFC 8264, RFC 8265, RFC 8266)' url='https://github.com/byllyfish/precis_i18n' arch=('any') @@ -13,8 +13,8 @@ depends=('python') makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel') checkdepends=('python-pytest') source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha512sums=('d7245c89c8faa34723b00fb643ca4bd33cb83fb326228af0a4eba951134b0c47513268f54acb01d3a06baeb755d65b6a41a355a792ee34dc0a2379e43826aadf') -b2sums=('3f7d5b7d70160f2cd1ad356b95ff6837023961bd98ad57860fe537783b4bf1a4efe57478c38549844e67970cdcf06bb405e308083a72ff7e34a70b5ea10623d1') +sha512sums=('7b5b12f1dad22dd90731c47a8b3fe36ed273d56fb454173284e776dc3ac19ac19be6936b9b7f70df1b1de3b7de2fa5ce8cd08f2f120440c1850ea2c5885163d2') +b2sums=('a3b313118faebf89ead8b38fe7923b6f91b032925b99f384f252e35b9b70953222c200005de4c37c712d17860210ee518081ad92dfec3cadf518e585920ad9a0') build() { cd ${_pkgname}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-precis_i18n/-/commit/369728fffacc38cab4c49a3d868c6b65978a2030 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-precis_i18n/-/commit/369728fffacc38cab4c49a3d868c6b65978a2030 You're receiving this email because of your account on gitlab.archlinux.org.
