Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-faker
Commits:
8bd7e111 by Felix Yan at 2024-08-26T19:24:25+03:00
upgpkg: 26.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-faker
pkgdesc = Faker generates fake data for you.
- pkgver = 26.0.0
+ pkgver = 26.1.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=v26.0.0
- sha512sums =
f1c8d5428193bf3120b4575d71340fdfa31f96ab2a102cd91f989f5f920f39278fef713ec92583dede3cc9ccfc2e3d5b3fcd9e46b7dc33f2e3868e0f2ba2faf1
+ source = git+https://github.com/joke2k/faker.git#tag=v26.1.0
+ sha512sums =
237ffc1cc8a772b8a17384f052eadab7e0ffa0b1336e84ba3adafa7c6f2f173f6dff3d7271d2bf6390fdfeeeaf41e8230b43b283f2022fa23368e5296fa385e1
pkgname = python-faker
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: dnuux <[email protected]>
pkgname=python-faker
-pkgver=26.0.0
+pkgver=26.1.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=('f1c8d5428193bf3120b4575d71340fdfa31f96ab2a102cd91f989f5f920f39278fef713ec92583dede3cc9ccfc2e3d5b3fcd9e46b7dc33f2e3868e0f2ba2faf1')
+sha512sums=('237ffc1cc8a772b8a17384f052eadab7e0ffa0b1336e84ba3adafa7c6f2f173f6dff3d7271d2bf6390fdfeeeaf41e8230b43b283f2022fa23368e5296fa385e1')
build() {
cd faker
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-faker/-/commit/8bd7e111e235c2fa2166fbd8f8929156fc54284c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-faker/-/commit/8bd7e111e235c2fa2166fbd8f8929156fc54284c
You're receiving this email because of your account on gitlab.archlinux.org.