Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-faker
Commits:
b8fcfad1 by Felix Yan at 2024-10-17T21:10:14+00:00
upgpkg: 30.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-faker
pkgdesc = Faker generates fake data for you.
- pkgver = 29.0.0
+ pkgver = 30.0.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=v29.0.0
- sha512sums =
6ebd59da509c35b2a64ad928b8070ec98c92e1abe7153b525550d230551baca63c685dcfbf64481053edfa5bd4491159f563b918f9f0f1d6228d2825d8409b1d
+ source = git+https://github.com/joke2k/faker.git#tag=v30.0.0
+ sha512sums =
e48cc3180f44f39f7a431bf700a8c0eff30bd5807a4b0bd3d091c9a502638de2df43606581d9df8cf616af6292bef328522e2a2fd7835ab7374f9674ffd493a8
pkgname = python-faker
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: dnuux <[email protected]>
pkgname=python-faker
-pkgver=29.0.0
+pkgver=30.0.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=('6ebd59da509c35b2a64ad928b8070ec98c92e1abe7153b525550d230551baca63c685dcfbf64481053edfa5bd4491159f563b918f9f0f1d6228d2825d8409b1d')
+sha512sums=('e48cc3180f44f39f7a431bf700a8c0eff30bd5807a4b0bd3d091c9a502638de2df43606581d9df8cf616af6292bef328522e2a2fd7835ab7374f9674ffd493a8')
build() {
cd faker
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-faker/-/commit/b8fcfad1a49976c1c7acca5056aa3426622580e1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-faker/-/commit/b8fcfad1a49976c1c7acca5056aa3426622580e1
You're receiving this email because of your account on gitlab.archlinux.org.