Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-phonenumbers
Commits:
755341db by Felix Yan at 2024-11-10T15:10:28+08:00
upgpkg: 8.13.48-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.47
+ pkgver = 8.13.48
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.47
- sha512sums =
e69e468c5f3d51c4d6b07928a8fdf83432e464b0958373113a139cf87edb1225aeb9e5d8bf68d8c0e4e3e311b747d5d501d20524244b30726f668f0770e52166
+ source =
git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v8.13.48
+ sha512sums =
a80412694590c0f415ff4cd4aa4ec979305edb6db91f309c32f3e1f88a35f27f6450fecf89fdf34e093a322b6cbed52bd765be831ade8c21b3ec78c2706eb88c
pkgname = python-phonenumbers
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-phonenumbers
-pkgver=8.13.47
+pkgver=8.13.48
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=('e69e468c5f3d51c4d6b07928a8fdf83432e464b0958373113a139cf87edb1225aeb9e5d8bf68d8c0e4e3e311b747d5d501d20524244b30726f668f0770e52166')
+sha512sums=('a80412694590c0f415ff4cd4aa4ec979305edb6db91f309c32f3e1f88a35f27f6450fecf89fdf34e093a322b6cbed52bd765be831ade8c21b3ec78c2706eb88c')
build() {
# Regenerate the protobuf files
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-phonenumbers/-/commit/755341dbd625299c63c42b9ee371d27fe3838822
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-phonenumbers/-/commit/755341dbd625299c63c42b9ee371d27fe3838822
You're receiving this email because of your account on gitlab.archlinux.org.