py-faker: updated to 19.2.0

19.2.0

* Add support for South African Zulu (`zu_ZA`) names and last names.

v19.1.0

* Add `ja_JP` locale for `datetime`.

v19.0.0

* Drop support for Python 3.7
* Drop support for 32 bit systems.
* Add `elector_code` for `es_MX` SSN provider.

v18.13.0

* Add `.optional` proxy that may or may not return a fake value.

v18.12.0

*  Add fake automotive `vin` number function.

v18.11.2

* Fix area codes for `fr_FR` mobile phone numbers.

v18.11.1

*  Update Ukraine Country Code in `phone_number`.

v18.11.0

* Add digit-above-two type to numerify function.
This commit is contained in:
adam 2023-07-20 20:36:39 +00:00
parent 655a964377
commit cc8c4bcaec
3 changed files with 13 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.67 2023/06/06 12:48:20 adam Exp $
# $NetBSD: Makefile,v 1.68 2023/07/20 20:36:39 adam Exp $
DISTNAME= Faker-18.10.1
DISTNAME= Faker-19.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=F/Faker/}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.43 2023/06/06 12:48:20 adam Exp $
@comment $NetBSD: PLIST,v 1.44 2023/07/20 20:36:39 adam Exp $
bin/faker-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@ -848,6 +848,9 @@ ${PYSITELIB}/faker/providers/date_time/id_ID/__init__.pyo
${PYSITELIB}/faker/providers/date_time/it_IT/__init__.py
${PYSITELIB}/faker/providers/date_time/it_IT/__init__.pyc
${PYSITELIB}/faker/providers/date_time/it_IT/__init__.pyo
${PYSITELIB}/faker/providers/date_time/ja_JP/__init__.py
${PYSITELIB}/faker/providers/date_time/ja_JP/__init__.pyc
${PYSITELIB}/faker/providers/date_time/ja_JP/__init__.pyo
${PYSITELIB}/faker/providers/date_time/ko_KR/__init__.py
${PYSITELIB}/faker/providers/date_time/ko_KR/__init__.pyc
${PYSITELIB}/faker/providers/date_time/ko_KR/__init__.pyo
@ -1481,6 +1484,9 @@ ${PYSITELIB}/faker/providers/person/zh_CN/__init__.pyo
${PYSITELIB}/faker/providers/person/zh_TW/__init__.py
${PYSITELIB}/faker/providers/person/zh_TW/__init__.pyc
${PYSITELIB}/faker/providers/person/zh_TW/__init__.pyo
${PYSITELIB}/faker/providers/person/zu_ZA/__init__.py
${PYSITELIB}/faker/providers/person/zu_ZA/__init__.pyc
${PYSITELIB}/faker/providers/person/zu_ZA/__init__.pyo
${PYSITELIB}/faker/providers/phone_number/__init__.py
${PYSITELIB}/faker/providers/phone_number/__init__.pyc
${PYSITELIB}/faker/providers/phone_number/__init__.pyo

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.64 2023/06/06 12:48:20 adam Exp $
$NetBSD: distinfo,v 1.65 2023/07/20 20:36:39 adam Exp $
BLAKE2s (Faker-18.10.1.tar.gz) = 19148372fc7e2b269ae686b0ec191262bb3dac4759576d1398af1a1d45e9d9da
SHA512 (Faker-18.10.1.tar.gz) = bfde74d2bbbc1b6055d094b0fc881bec7f050d2a980638a5ea577a345863737dd66b794204530d0db6daaf06e453e1d95ad07d479af62147176d535688b584b9
Size (Faker-18.10.1.tar.gz) = 1670142 bytes
BLAKE2s (Faker-19.2.0.tar.gz) = 9dcc459aca7ac467bc9127d3edc1e5883a08ccbba3254ec1fd3c5a262de6dbd0
SHA512 (Faker-19.2.0.tar.gz) = 96c5b1c02faef86e924ecca68d734f51e41da9e1f9e1f0ca1634b289717ff2af5596e4b713352047156d8478ae80006dc98897b48c8b20ce0e210e65c7dcb81d
Size (Faker-19.2.0.tar.gz) = 1676517 bytes