* update python-faker to 27.2.0-1

This commit is contained in:
Alexander Baldeck 2024-09-24 13:44:20 +02:00
parent df56941740
commit fb7fc50f07
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = python-faker
pkgdesc = Faker generates fake data for you.
pkgver = 25.7.0
pkgver = 27.2.0
pkgrel = 1
url = https://faker.readthedocs.io/en/master/
arch = any
@ -18,7 +18,7 @@ pkgbase = python-faker
makedepends = python-wheel
depends = python-dateutil
optdepends = python-xmltodict: for xml provider
source = git+https://github.com/joke2k/faker.git#tag=v25.7.0
sha512sums = 47df3eafbcc98cf875029e8c475db252df0bc8a5f64c3f108264292695f3d970cd18fded6e16bb77fc75caef24c322ec9f6ae229f2fbe66307dcf18530f9eb84
source = git+https://github.com/joke2k/faker.git#tag=v27.2.0
sha512sums = 920b00f6bc1c6f66f39e6bed2abd6d7941438ab2fab5dc8304f604552e7b4c1d82f1d6f671bd5794414b440402256db5899003ecf1fd5fbc9929e09ac478c543
pkgname = python-faker

View File

@ -4,7 +4,7 @@
# Contributor: dnuux <dnuuxx@gmail.com>
pkgname=python-faker
pkgver=26.0.0
pkgver=27.2.0
pkgrel=1
pkgdesc='Faker generates fake data for you.'
arch=(any)
@ -16,7 +16,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=('f1c8d5428193bf3120b4575d71340fdfa31f96ab2a102cd91f989f5f920f39278fef713ec92583dede3cc9ccfc2e3d5b3fcd9e46b7dc33f2e3868e0f2ba2faf1')
sha512sums=('920b00f6bc1c6f66f39e6bed2abd6d7941438ab2fab5dc8304f604552e7b4c1d82f1d6f671bd5794414b440402256db5899003ecf1fd5fbc9929e09ac478c543')
build() {
cd faker