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