CVS commit: pkgsrc/devel/py-faker

"Adam Ciarcinski" <[email protected]> Wed, 5 Aug 2026 02:55:45 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--_----------=_1785898545292260
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"

Module Name:	pkgsrc
Committed By:	adam
Date:		Wed Aug  5 02:55:45 UTC 2026

Modified Files:
	pkgsrc/devel/py-faker: Makefile distinfo

Log Message:
py-faker: updated to 40.36.0

40.36.0

* Fix: correct `uk_UA` `bban_format` to 6 digits + 19 letters so `iban()` generates valid Ukrainian IBANs. Thanks @CedricConday.

40.35.0

* Fix: add correct `bban_format` so `ru_RU` `iban()` generates valid Russian IBANs. Thanks @CedricConday.

40.34.0

* Fix: correct BBAN length so `da_DK` `iban()` generates valid Danish IBANs. Thanks @CedricConday.

40.33.2

* Validate `positive=True` against a non-positive `max_value` in `pydecimal`. Thanks @Sreekant13.

40.33.1

* Make `uuid1()` and `uuid7()` reproducible under a fixed seed. Thanks @vidigoat.

40.33.0

* Add alphanumeric CNPJ support for `pt_BR` via flag. Thanks @moohbr.


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/devel/py-faker/Makefile
cvs rdiff -u -r1.113 -r1.114 pkgsrc/devel/py-faker/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


--_----------=_1785898545292260
Content-Disposition: inline
Content-Length: 1556
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii

Modified files:

Index: pkgsrc/devel/py-faker/Makefile
diff -u pkgsrc/devel/py-faker/Makefile:1.119 pkgsrc/devel/py-faker/Makefile:1.120
--- pkgsrc/devel/py-faker/Makefile:1.119	Fri Jul  3 13:16:59 2026
+++ pkgsrc/devel/py-faker/Makefile	Wed Aug  5 02:55:44 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.119 2026/07/03 13:16:59 adam Exp $
+# $NetBSD: Makefile,v 1.120 2026/08/05 02:55:44 adam Exp $
 
-DISTNAME=	faker-40.28.1
+DISTNAME=	faker-40.36.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=F/Faker/}

Index: pkgsrc/devel/py-faker/distinfo
diff -u pkgsrc/devel/py-faker/distinfo:1.113 pkgsrc/devel/py-faker/distinfo:1.114
--- pkgsrc/devel/py-faker/distinfo:1.113	Fri Jul  3 13:16:59 2026
+++ pkgsrc/devel/py-faker/distinfo	Wed Aug  5 02:55:44 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.113 2026/07/03 13:16:59 adam Exp $
+$NetBSD: distinfo,v 1.114 2026/08/05 02:55:44 adam Exp $
 
-BLAKE2s (faker-40.28.1.tar.gz) = 548cd41aba8cbe59f16065c1d8ef798a1a9bcbb5e3321858a0a13c4a8b757c70
-SHA512 (faker-40.28.1.tar.gz) = 3b0c86a85e4772a10b8995df39af498878d2961e4caa5bda61ef3a2f88e26dc1c3f97781f714e46ef67b0dece68ebfb37390379c06f5768a2914f074c7254d92
-Size (faker-40.28.1.tar.gz) = 2022717 bytes
+BLAKE2s (faker-40.36.0.tar.gz) = 51a38aba1a70a597b1ecb8f29e8e649133cd9b68aedc350bb8a1f30fa1231089
+SHA512 (faker-40.36.0.tar.gz) = 889e96ba9497dea82a909b47a183b6a6872b5b9f47fca4cc52285968b8f00f0898fd9e6b831769f775b4f298d0ec7e0ba19eafa2ffe3d0b08a9d023a7a131ba9
+Size (faker-40.36.0.tar.gz) = 2025903 bytes


--_----------=_1785898545292260--