From 924c4ac3ab390c6b8c9fe6a66369091480ec9e41 Mon Sep 17 00:00:00 2001 From: Vinfall Date: Sat, 11 Jan 2025 12:36:29 +0800 Subject: [PATCH] python3-Faker: update to 33.3.1. --- srcpkgs/python3-Faker/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-Faker/template b/srcpkgs/python3-Faker/template index 18aeb17533fa7c..3e6988d5ab63d2 100644 --- a/srcpkgs/python3-Faker/template +++ b/srcpkgs/python3-Faker/template @@ -1,19 +1,19 @@ # Template file for 'python3-Faker' pkgname=python3-Faker -version=33.1.0 -revision=2 +version=33.3.1 +revision=1 build_style=python3-pep517 hostmakedepends="python3-wheel python3-setuptools" -depends="python3-dateutil" +depends="python3-dateutil python3-typing_extensions" checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-xmltodict - python3-typing_extensions python3-pytest" + python3-pytest" short_desc="Python package for generating fake data" maintainer="Vinfall " license="MIT" homepage="https://faker.readthedocs.io/en/master/" changelog="https://github.com/joke2k/faker/raw/master/CHANGELOG.md" distfiles="${PYPI_SITE}/f/faker/faker-${version}.tar.gz" -checksum=1c925fc0e86a51fc46648b504078c88d0cd48da1da2595c4e712841cab43a1e4 +checksum=49dde3b06a5602177bc2ad013149b6f60a290b7154539180d37b6f876ae79b20 post_install() { vlicense LICENSE.txt