Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-phonenumbers
Commits:
04d83dc7 by Felix Yan at 2024-08-26T18:53:26+03:00
upgpkg: 8.13.42-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-phonenumbers
pkgdesc = Python version of Google's common library for parsing,
formatting, storing and validating international phone numbers
- pkgver = 8.13.40
+ pkgver = 8.13.42
pkgrel = 1
url = https://github.com/daviddrysdale/python-phonenumbers
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-phonenumbers
makedepends = python-installer
makedepends = python-wheel
depends = python
- source =
git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v8.13.40
- sha512sums =
d16606b17006685754caeb06f46dd3186dc5cde152c1d503ea48b5910ff48186107ed6f6f9eed2af671ce51f44d60c5e3137fdfef661ea0de831126bd7ca7a74
+ source =
git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v8.13.42
+ sha512sums =
1bef98fa6cd9c6e03f870dd096f2aa4dc165d3253bbe6f2011171cca3652ee681d71da5dfc09309bc70880cd440a51abe21c4d2f6ebd0b143387453b7b185897
pkgname = python-phonenumbers
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-phonenumbers
-pkgver=8.13.40
+pkgver=8.13.42
pkgrel=1
pkgdesc="Python version of Google's common library for parsing, formatting,
storing and validating international phone numbers"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python')
makedepends=('git' 'python-setuptools' 'python-build' 'python-installer'
'python-wheel')
checkdepends=('python-protobuf')
source=("git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v$pkgver")
-sha512sums=('d16606b17006685754caeb06f46dd3186dc5cde152c1d503ea48b5910ff48186107ed6f6f9eed2af671ce51f44d60c5e3137fdfef661ea0de831126bd7ca7a74')
+sha512sums=('1bef98fa6cd9c6e03f870dd096f2aa4dc165d3253bbe6f2011171cca3652ee681d71da5dfc09309bc70880cd440a51abe21c4d2f6ebd0b143387453b7b185897')
build() {
# Regenerate the protobuf files
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-phonenumbers/-/commit/04d83dc78b4aba26bf9625a95c4cba461618fa4f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-phonenumbers/-/commit/04d83dc78b4aba26bf9625a95c4cba461618fa4f
You're receiving this email because of your account on gitlab.archlinux.org.