Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-faker
Commits:
fa3303b0 by Felix Yan at 2025-10-16T01:40:07+08:00
upgpkg: 37.10.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-faker
pkgdesc = Faker generates fake data for you.
- pkgver = 37.9.0
+ pkgver = 37.10.0
pkgrel = 1
url = https://faker.readthedocs.io/en/master/
arch = any
@@ -18,7 +18,7 @@ pkgbase = python-faker
makedepends = python-wheel
depends = python-tzdata
optdepends = python-xmltodict: for xml provider
- source = git+https://github.com/joke2k/faker.git#tag=v37.9.0
- sha512sums =
b9225187047454b300d9405efb5745e8ffe026262aefa6a55e33c509aa95b09977a0b32ec6775528b7cf0d0eaec405f7d1ec9e31fcc0f08826fbf361041ade76
+ source = git+https://github.com/joke2k/faker.git#tag=v37.10.0
+ sha512sums =
016cfb84378bea5bb50d09290129f6802ee4ee9b8d12bc9fe4aadcc11b126b3b3c1e565ddf8e76ce3324020cd173fe033d8c61cc1ccc496eabc8237c279bfe9d
pkgname = python-faker
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: dnuux <[email protected]>
pkgname=python-faker
-pkgver=37.9.0
+pkgver=37.10.0
pkgrel=1
pkgdesc='Faker generates fake data for you.'
arch=('any')
@@ -15,7 +15,7 @@ makedepends=('git' 'python-build' 'python-installer'
'python-pytest' 'python-set
checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-freezegun'
'python-pillow'
'python-xmltodict')
source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver")
-sha512sums=('b9225187047454b300d9405efb5745e8ffe026262aefa6a55e33c509aa95b09977a0b32ec6775528b7cf0d0eaec405f7d1ec9e31fcc0f08826fbf361041ade76')
+sha512sums=('016cfb84378bea5bb50d09290129f6802ee4ee9b8d12bc9fe4aadcc11b126b3b3c1e565ddf8e76ce3324020cd173fe033d8c61cc1ccc496eabc8237c279bfe9d')
build() {
cd faker
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-faker/-/commit/fa3303b05e204e549ab76d288afe134e631d58aa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-faker/-/commit/fa3303b05e204e549ab76d288afe134e631d58aa
You're receiving this email because of your account on gitlab.archlinux.org.