Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-phonenumbers
Commits:
f4bf414e by Felix Yan at 2025-06-30T05:39:09+08:00
upgpkg: 9.0.7-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 = 9.0.6
+ pkgver = 9.0.7
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=v9.0.6
- sha512sums =
faf4a53121f97c2e46a771252251ea1106d3636097c0769c296026245fcb7538c74e7067ca21df71872a070a05464e55b005b418c01f849af56c921f3495e4f7
+ source =
git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v9.0.7
+ sha512sums =
39c564040838e5dbb4443a18b0f2cf760bbaa9d801667f89e704f3e939f83dbf8595542bc075bd83a1be17ea743018d9a35a87791718c1f2281df19cd365a469
pkgname = python-phonenumbers
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-phonenumbers
-pkgver=9.0.6
+pkgver=9.0.7
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=('faf4a53121f97c2e46a771252251ea1106d3636097c0769c296026245fcb7538c74e7067ca21df71872a070a05464e55b005b418c01f849af56c921f3495e4f7')
+sha512sums=('39c564040838e5dbb4443a18b0f2cf760bbaa9d801667f89e704f3e939f83dbf8595542bc075bd83a1be17ea743018d9a35a87791718c1f2281df19cd365a469')
build() {
# Regenerate the protobuf files
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-phonenumbers/-/commit/f4bf414e251d24774e48adab71ba3b9c5760653a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-phonenumbers/-/commit/f4bf414e251d24774e48adab71ba3b9c5760653a
You're receiving this email because of your account on gitlab.archlinux.org.