Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-phonenumbers
Commits:
51f413a4 by Felix Yan at 2024-12-16T03:34:05+08:00
upgpkg: 8.13.52-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.51
+ pkgver = 8.13.52
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.51
- sha512sums =
fe4fb0aafe5452fc14ec472536604cb608499fa17fc05244ceb33c58ec359f9fd3f9879a6c3bdf8b0aa07a7534fa41e473a5cf4418c8c48367c2d02933bf2181
+ source =
git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v8.13.52
+ sha512sums =
75e1f5672f4cb41e6631771f79b636c989db550c2b7e15d7b7fe538193b65dad8a0ce55a00d73cc494b3683f94ae9a74048c9611151929f800c13e3e4ea8ad06
pkgname = python-phonenumbers
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-phonenumbers
-pkgver=8.13.51
+pkgver=8.13.52
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=('fe4fb0aafe5452fc14ec472536604cb608499fa17fc05244ceb33c58ec359f9fd3f9879a6c3bdf8b0aa07a7534fa41e473a5cf4418c8c48367c2d02933bf2181')
+sha512sums=('75e1f5672f4cb41e6631771f79b636c989db550c2b7e15d7b7fe538193b65dad8a0ce55a00d73cc494b3683f94ae9a74048c9611151929f800c13e3e4ea8ad06')
build() {
# Regenerate the protobuf files
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-phonenumbers/-/commit/51f413a4fc85296715cd1afa6a3c2af11853aaea
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-phonenumbers/-/commit/51f413a4fc85296715cd1afa6a3c2af11853aaea
You're receiving this email because of your account on gitlab.archlinux.org.