Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-phonenumbers
Commits:
3c5b9724 by Felix Yan at 2025-03-21T16:52:28+08:00
upgpkg: 8.13.55-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.54
+ pkgver = 8.13.55
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.54
- sha512sums =
ddb65aa2e46cf04124e21ca62bbf2a0ab753fb1afb446cc1c237099e1223e652b77935a6374c49aa4ebfce73b4a86d13f053e737028f094f4577508b721be135
+ source =
git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v8.13.55
+ sha512sums =
f497b48a8fa6707e6ffd2ed6461c46179a64133df9738f043d26103318de5b9df9ac7d7070831cd03204f642fc54ce1dcacb8b8a82cc8e338dbd133ac412a09e
pkgname = python-phonenumbers
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-phonenumbers
-pkgver=8.13.54
+pkgver=8.13.55
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=('ddb65aa2e46cf04124e21ca62bbf2a0ab753fb1afb446cc1c237099e1223e652b77935a6374c49aa4ebfce73b4a86d13f053e737028f094f4577508b721be135')
+sha512sums=('f497b48a8fa6707e6ffd2ed6461c46179a64133df9738f043d26103318de5b9df9ac7d7070831cd03204f642fc54ce1dcacb8b8a82cc8e338dbd133ac412a09e')
build() {
# Regenerate the protobuf files
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-phonenumbers/-/commit/3c5b97241114f4ffc8fa86c28b32861c5d13a37b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-phonenumbers/-/commit/3c5b97241114f4ffc8fa86c28b32861c5d13a37b
You're receiving this email because of your account on gitlab.archlinux.org.