Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-phonenumbers
Commits:
fa8fac9a by Felix Yan at 2024-09-01T21:22:39+03:00
upgpkg: 8.13.44-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.43
+ pkgver = 8.13.44
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.43
- sha512sums =
b69cd0641ce10e55c658f5c96712a4de7ec7c445bddfa3c51ff5f8896337a62c983e54eced724fbef42944b4ecfc1be0a747aed516ace943fe79e3106bae3066
+ source =
git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v8.13.44
+ sha512sums =
47f93022e1bde15fd363f9a81ac3e928f559feabe892943a9e1e22763eb6a4d7f012dff83556e26e111e848218961d45c2300c7d44af78bd73befc04551683d6
pkgname = python-phonenumbers
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-phonenumbers
-pkgver=8.13.43
+pkgver=8.13.44
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=('b69cd0641ce10e55c658f5c96712a4de7ec7c445bddfa3c51ff5f8896337a62c983e54eced724fbef42944b4ecfc1be0a747aed516ace943fe79e3106bae3066')
+sha512sums=('47f93022e1bde15fd363f9a81ac3e928f559feabe892943a9e1e22763eb6a4d7f012dff83556e26e111e848218961d45c2300c7d44af78bd73befc04551683d6')
build() {
# Regenerate the protobuf files
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-phonenumbers/-/commit/fa8fac9a7b43ff4234600701ddbb17318a83422b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-phonenumbers/-/commit/fa8fac9a7b43ff4234600701ddbb17318a83422b
You're receiving this email because of your account on gitlab.archlinux.org.