Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-faker
Commits:
a5fad91c by Felix Yan at 2024-09-20T19:36:00+03:00
upgpkg: 27.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-faker
pkgdesc = Faker generates fake data for you.
- pkgver = 27.1.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=v27.1.0
- sha512sums =
c7b98ec292cc483401b71e7f4b1a044c718da2284be9c20fb7ec1c0b039ac396ff7a03b1b609aeebe8f190755890d4f62f1cc9b2b4b357b33fe3c7187c31fe9a
+ source = git+https://github.com/joke2k/faker.git#tag=v27.2.0
+ sha512sums =
920b00f6bc1c6f66f39e6bed2abd6d7941438ab2fab5dc8304f604552e7b4c1d82f1d6f671bd5794414b440402256db5899003ecf1fd5fbc9929e09ac478c543
pkgname = python-faker
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: dnuux <[email protected]>
pkgname=python-faker
-pkgver=27.1.0
+pkgver=27.2.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=('c7b98ec292cc483401b71e7f4b1a044c718da2284be9c20fb7ec1c0b039ac396ff7a03b1b609aeebe8f190755890d4f62f1cc9b2b4b357b33fe3c7187c31fe9a')
+sha512sums=('920b00f6bc1c6f66f39e6bed2abd6d7941438ab2fab5dc8304f604552e7b4c1d82f1d6f671bd5794414b440402256db5899003ecf1fd5fbc9929e09ac478c543')
build() {
cd faker
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-faker/-/commit/a5fad91c12e0d2628dd5a7b629003cefb8ccffc2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-faker/-/commit/a5fad91c12e0d2628dd5a7b629003cefb8ccffc2
You're receiving this email because of your account on gitlab.archlinux.org.