Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-precis_i18n
Commits: 9600d51b by Robin Candau at 2024-11-13T09:06:42+01:00 upgpkg: 1.1.1-1: New upstream release https://github.com/byllyfish/precis_i18n/releases/tag/v1.1.1 - - - - - 3 changed files: - .SRCINFO - .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-precis_i18n pkgdesc = PRECIS framework (RFC 8264, RFC 8265, RFC 8266) - pkgver = 1.1.0 - pkgrel = 2 + pkgver = 1.1.1 + 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.0/python-precis_i18n-1.1.0.tar.gz - sha512sums = b208f09ff13de45df1796dc3aea87d432e9e1fc1702ba9be65375c5bf410f0548947568abdfc9ddbbfa67fea27b5452e7bc53a8f054696808dc3fc680473ff1a - b2sums = 0da630b1790f5aeb3a81467b29522745e77e6aed349b077b49f9bc9046b92e2bbc43b5e059a2b52a5a602c21a374dcb4af91f0c57357a3984fa92dcfafee36bb + source = https://github.com/byllyfish/precis_i18n/archive/v1.1.1/python-precis_i18n-1.1.1.tar.gz + sha512sums = d7245c89c8faa34723b00fb643ca4bd33cb83fb326228af0a4eba951134b0c47513268f54acb01d3a06baeb755d65b6a41a355a792ee34dc0a2379e43826aadf + b2sums = 3f7d5b7d70160f2cd1ad356b95ff6837023961bd98ad57860fe537783b4bf1a4efe57478c38549844e67970cdcf06bb405e308083a72ff7e34a70b5ea10623d1 pkgname = python-precis_i18n ===================================== .nvchecker.toml ===================================== @@ -1,6 +1,4 @@ [python-precis_i18n] -source = "github" -github = "byllyfish/precis_i18n" +source = "git" +git = "https://github.com/byllyfish/precis_i18n.git" prefix = "v" -use_max_tag = true -exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*" ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ _pkgname=precis_i18n pkgname=python-precis_i18n -pkgver=1.1.0 -pkgrel=2 +pkgver=1.1.1 +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=('b208f09ff13de45df1796dc3aea87d432e9e1fc1702ba9be65375c5bf410f0548947568abdfc9ddbbfa67fea27b5452e7bc53a8f054696808dc3fc680473ff1a') -b2sums=('0da630b1790f5aeb3a81467b29522745e77e6aed349b077b49f9bc9046b92e2bbc43b5e059a2b52a5a602c21a374dcb4af91f0c57357a3984fa92dcfafee36bb') +sha512sums=('d7245c89c8faa34723b00fb643ca4bd33cb83fb326228af0a4eba951134b0c47513268f54acb01d3a06baeb755d65b6a41a355a792ee34dc0a2379e43826aadf') +b2sums=('3f7d5b7d70160f2cd1ad356b95ff6837023961bd98ad57860fe537783b4bf1a4efe57478c38549844e67970cdcf06bb405e308083a72ff7e34a70b5ea10623d1') build() { cd ${_pkgname}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-precis_i18n/-/commit/9600d51be5ec5edf0e4037e2476c82958321cc69 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-precis_i18n/-/commit/9600d51be5ec5edf0e4037e2476c82958321cc69 You're receiving this email because of your account on gitlab.archlinux.org.
