Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-faker
Commits:
587e634c by Felix Yan at 2024-09-01T21:36:08+03:00
upgpkg: 26.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 = 26.2.0
+ pkgver = 26.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-dateutil
optdepends = python-xmltodict: for xml provider
- source = git+https://github.com/joke2k/faker.git#tag=v26.2.0
- sha512sums =
54b2558b78d505a360a45e6dd2d22e4cdfa13817dcf24d48a30323a734bf9d5056815a49cfdc752d3ccc15c62e9267abe5de0bf0e575266632b3df409f673b4f
+ source = git+https://github.com/joke2k/faker.git#tag=v26.3.0
+ sha512sums =
c4ded9904a47017cc7e7da090dd39651c5621100a6e050edc40f2005bd8af9a1a54afa07fd1d3be93e0e3376dc5325acd9aa61af5b2f26127e89f6b9b3729871
pkgname = python-faker
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: dnuux <[email protected]>
pkgname=python-faker
-pkgver=26.2.0
+pkgver=26.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=('54b2558b78d505a360a45e6dd2d22e4cdfa13817dcf24d48a30323a734bf9d5056815a49cfdc752d3ccc15c62e9267abe5de0bf0e575266632b3df409f673b4f')
+sha512sums=('c4ded9904a47017cc7e7da090dd39651c5621100a6e050edc40f2005bd8af9a1a54afa07fd1d3be93e0e3376dc5325acd9aa61af5b2f26127e89f6b9b3729871')
build() {
cd faker
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-faker/-/commit/587e634c3f474223733d36cadddb9bd05eb2c5ab
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-faker/-/commit/587e634c3f474223733d36cadddb9bd05eb2c5ab
You're receiving this email because of your account on gitlab.archlinux.org.