Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-faker
Commits:
ad2b3d00 by Felix Yan at 2026-02-26T19:55:12+08:00
upgpkg: 40.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-faker
pkgdesc = Faker generates fake data for you.
- pkgver = 40.2.0
+ pkgver = 40.3.0
pkgrel = 1
url = https://faker.readthedocs.io/en/master/
arch = any
@@ -18,7 +18,7 @@ pkgbase = python-faker
makedepends = python-wheel
depends = python
optdepends = python-xmltodict: for xml provider
- source = git+https://github.com/joke2k/faker.git#tag=v40.2.0
- sha512sums =
3f258756e2c4277b59390d1d1f888d0aa3d5434630579a58e9557006cdce40a623d942c4720817d1ef53847deac78d35990a3da25e852e76b3318e6f8102cab2
+ source = git+https://github.com/joke2k/faker.git#tag=v40.3.0
+ sha512sums =
538e8e50c251d2dac056bcae636d08970d3507e84578b65fa91e82142e8d981b2a7b5563db31f62d4211a517b80850ba0e6c8b61405fa18340f3e607b3cc68bc
pkgname = python-faker
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: dnuux <[email protected]>
pkgname=python-faker
-pkgver=40.2.0
+pkgver=40.3.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=('3f258756e2c4277b59390d1d1f888d0aa3d5434630579a58e9557006cdce40a623d942c4720817d1ef53847deac78d35990a3da25e852e76b3318e6f8102cab2')
+sha512sums=('538e8e50c251d2dac056bcae636d08970d3507e84578b65fa91e82142e8d981b2a7b5563db31f62d4211a517b80850ba0e6c8b61405fa18340f3e607b3cc68bc')
build() {
cd faker
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-faker/-/commit/ad2b3d00ac35f94faf313219e121504a19ed5406
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-faker/-/commit/ad2b3d00ac35f94faf313219e121504a19ed5406
You're receiving this email because of your account on gitlab.archlinux.org.