Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-faker
Commits:
f2ea7c5c by Felix Yan at 2024-11-18T01:24:18+08:00
upgpkg: 30.8.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-faker
pkgdesc = Faker generates fake data for you.
- pkgver = 30.6.0
+ pkgver = 30.8.1
pkgrel = 1
url = https://faker.readthedocs.io/en/master/
arch = any
@@ -19,7 +19,7 @@ pkgbase = python-faker
depends = python-dateutil
depends = python-typing_extensions
optdepends = python-xmltodict: for xml provider
- source = git+https://github.com/joke2k/faker.git#tag=v30.6.0
- sha512sums =
adaece998a2ca25dc74ba8dce9187df0a1937558536947e86fab8d681536e064f7f0bc68ddc2aecae705ad927ff1f9b99c8eade693bab26347133af23004d447
+ source = git+https://github.com/joke2k/faker.git#tag=v30.8.1
+ sha512sums =
72e25b5948e2675d778e5281b974be87bffab961f7a49fc0c7c6fa45a7b807f14eb48f9695e5e18f4dd0ff627d5cf8501740b1089aa2c66d0d9825f2f296d925
pkgname = python-faker
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: dnuux <[email protected]>
pkgname=python-faker
-pkgver=30.6.0
+pkgver=30.8.1
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=('adaece998a2ca25dc74ba8dce9187df0a1937558536947e86fab8d681536e064f7f0bc68ddc2aecae705ad927ff1f9b99c8eade693bab26347133af23004d447')
+sha512sums=('72e25b5948e2675d778e5281b974be87bffab961f7a49fc0c7c6fa45a7b807f14eb48f9695e5e18f4dd0ff627d5cf8501740b1089aa2c66d0d9825f2f296d925')
build() {
cd faker
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-faker/-/commit/f2ea7c5c11bb55c1bee9bfed91bd7427caf218fe
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-faker/-/commit/f2ea7c5c11bb55c1bee9bfed91bd7427caf218fe
You're receiving this email because of your account on gitlab.archlinux.org.