[arch-commits] Commit in python-faker/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Mar 20 11:36:29 UTC 2020
Date: Friday, March 20, 2020 @ 11:36:29
Author: felixonmars
Revision: 601574
upgpkg: python-faker 4.0.0-1
Modified:
python-faker/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-20 11:36:23 UTC (rev 601573)
+++ PKGBUILD 2020-03-20 11:36:29 UTC (rev 601574)
@@ -3,7 +3,7 @@
# Contributor: dnuux <dnuuxx at gmail.com>
pkgname=python-faker
-pkgver=3.0.1
+pkgver=4.0.0
pkgrel=1
pkgdesc='Faker generates fake data for you.'
arch=('any')
@@ -13,14 +13,14 @@
conflicts=('python-fake-factory')
replaces=('python-fake-factory')
depends=('python-setuptools' 'python-dateutil' 'python-text-unidecode')
-makedepends=('python-pip' 'python-wheel')
-checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-pytest' 'python-random2'
+makedepends=('python-pip' 'python-wheel' 'python-pytest-runner')
+checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
'python-freezegun')
source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz")
-sha512sums=('58a6b32dab1a1de3840b49d92b179d15a759c4d8d547aabb1bdb3e2f0fb96e4b92870db0fe30c02dac1523296a92724203819b8d490f97be2ad7a835f5a5b964')
+sha512sums=('298738e6354c8e941de8a670a60587c547f4502700a0586c8e0b771e295ec0459ec190ff7b9177746724356a21c1d6e576d7bed1a104cc277f67fe49e93f9e8c')
prepare() {
- sed -i -e 's/<3.9/<6/' -e 's/==/>=/' faker-$pkgver/setup.py
+ sed -i -e 's/==/>=/' faker-$pkgver/setup.py
}
build() {
More information about the arch-commits
mailing list