George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-phonenumbers
Commits:
3d153830 by George Rawlinson at 2025-11-21T20:06:27+00:00
upgpkg: 9.0.19-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-phonenumbers
pkgdesc = Python library for parsing, formatting, storing and
validating phone numbers
- pkgver = 9.0.18
+ pkgver = 9.0.19
pkgrel = 1
url = https://github.com/daviddrysdale/python-phonenumbers
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-phonenumbers
makedepends = python-installer
makedepends = python-wheel
depends = python
- source =
git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v9.0.18
- sha512sums =
56da28155381eef7ef69953da961cdc60fd672d7dfc82e0276af7015296caecb1e1027d673f21d7b834683617cc6bb175ab2781129ce608385c6428abe13b298
- b2sums =
8c6fdf71ecf36e491bb4b58fb20ace2a30101ed62b1d58a3923bd41e3096afe275b95cb0f1085d41854453ce18ec970d555f03d8d471db940467e34c47c182dc
+ source =
git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v9.0.19
+ sha512sums =
4cb165de7b6bc33e45ddec9fff6a751556853a1e3b70411024fb5959d1833849c8b9efc14fedafbc71a703613ea5b5ebcc19344fb2afd8a3f25c5167bcdddbc2
+ b2sums =
175cf307b7e5f1af2ff265751f0559325af6e0a90aaff6154970768acfc100025671d566f299f0bbe99ba2c1dbca14154a268c923ab01fa4bc03cf98a1cd15fd
pkgname = python-phonenumbers
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=python-phonenumbers
-pkgver=9.0.18
+pkgver=9.0.19
pkgrel=1
pkgdesc='Python library for parsing, formatting, storing and validating phone
numbers'
arch=(any)
@@ -17,8 +17,8 @@ makedepends=(git
)
checkdepends=(python-protobuf)
source=("git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v$pkgver")
-sha512sums=('56da28155381eef7ef69953da961cdc60fd672d7dfc82e0276af7015296caecb1e1027d673f21d7b834683617cc6bb175ab2781129ce608385c6428abe13b298')
-b2sums=('8c6fdf71ecf36e491bb4b58fb20ace2a30101ed62b1d58a3923bd41e3096afe275b95cb0f1085d41854453ce18ec970d555f03d8d471db940467e34c47c182dc')
+sha512sums=('4cb165de7b6bc33e45ddec9fff6a751556853a1e3b70411024fb5959d1833849c8b9efc14fedafbc71a703613ea5b5ebcc19344fb2afd8a3f25c5167bcdddbc2')
+b2sums=('175cf307b7e5f1af2ff265751f0559325af6e0a90aaff6154970768acfc100025671d566f299f0bbe99ba2c1dbca14154a268c923ab01fa4bc03cf98a1cd15fd')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-phonenumbers/-/commit/3d153830f8f827b6b868159e22b5ac0ec0518d24
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-phonenumbers/-/commit/3d153830f8f827b6b868159e22b5ac0ec0518d24
You're receiving this email because of your account on gitlab.archlinux.org.