pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-faker py-faker: updated to 4.0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7c64eb309bc
branches:  trunk
changeset: 428362:f7c64eb309bc
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 27 10:19:46 2020 +0000

description:
py-faker: updated to 4.0.3

4.0.3:
* Fixed ``MSISDN`` for ``pt_BR``  to return only mobile numbers.
* Added Domain Generator Algorithm by date.
* Fixed issue where ``pydict`` provider was not returning the correct number of elements.
* Added support for Indian Aadhaar numbers.
* Added ``company_vat`` for ``it_IT``.
* Improved autodocumentation of providers.
* Added provider for ``es_ES`` license plates.
* Implemented ``__dir__`` method to Faker proxy for better autocompletion.
* Uppercased HEX colors for all localized color providers.
* Added bank provider for ``es_ES`` locale.
* Added support for UK counties.
* Added color provider for ``no_NO`` license plates.
* Made ``value_types`` a keyword argument in ``python`` provider.

diffstat:

 devel/py-faker/Makefile |   4 ++--
 devel/py-faker/PLIST    |  23 +++++++++++++++++++----
 devel/py-faker/distinfo |  10 +++++-----
 3 files changed, 26 insertions(+), 11 deletions(-)

diffs (106 lines):

diff -r 6f8682d62f57 -r f7c64eb309bc devel/py-faker/Makefile
--- a/devel/py-faker/Makefile   Mon Apr 27 10:18:53 2020 +0000
+++ b/devel/py-faker/Makefile   Mon Apr 27 10:19:46 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2020/04/12 11:23:43 adam Exp $
+# $NetBSD: Makefile,v 1.37 2020/04/27 10:19:46 adam Exp $
 
-DISTNAME=      Faker-4.0.2
+DISTNAME=      Faker-4.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/Faker/}
diff -r 6f8682d62f57 -r f7c64eb309bc devel/py-faker/PLIST
--- a/devel/py-faker/PLIST      Mon Apr 27 10:18:53 2020 +0000
+++ b/devel/py-faker/PLIST      Mon Apr 27 10:19:46 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2020/04/12 11:23:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2020/04/27 10:19:46 adam Exp $
 bin/faker-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -14,9 +14,6 @@
 ${PYSITELIB}/faker/__main__.py
 ${PYSITELIB}/faker/__main__.pyc
 ${PYSITELIB}/faker/__main__.pyo
-${PYSITELIB}/faker/build_docs.py
-${PYSITELIB}/faker/build_docs.pyc
-${PYSITELIB}/faker/build_docs.pyo
 ${PYSITELIB}/faker/cli.py
 ${PYSITELIB}/faker/cli.pyc
 ${PYSITELIB}/faker/cli.pyo
@@ -206,6 +203,9 @@
 ${PYSITELIB}/faker/providers/automotive/en_US/__init__.py
 ${PYSITELIB}/faker/providers/automotive/en_US/__init__.pyc
 ${PYSITELIB}/faker/providers/automotive/en_US/__init__.pyo
+${PYSITELIB}/faker/providers/automotive/es_ES/__init__.py
+${PYSITELIB}/faker/providers/automotive/es_ES/__init__.pyc
+${PYSITELIB}/faker/providers/automotive/es_ES/__init__.pyo
 ${PYSITELIB}/faker/providers/automotive/fil_PH/__init__.py
 ${PYSITELIB}/faker/providers/automotive/fil_PH/__init__.pyc
 ${PYSITELIB}/faker/providers/automotive/fil_PH/__init__.pyo
@@ -218,6 +218,9 @@
 ${PYSITELIB}/faker/providers/automotive/id_ID/__init__.py
 ${PYSITELIB}/faker/providers/automotive/id_ID/__init__.pyc
 ${PYSITELIB}/faker/providers/automotive/id_ID/__init__.pyo
+${PYSITELIB}/faker/providers/automotive/no_NO/__init__.py
+${PYSITELIB}/faker/providers/automotive/no_NO/__init__.pyc
+${PYSITELIB}/faker/providers/automotive/no_NO/__init__.pyo
 ${PYSITELIB}/faker/providers/automotive/pl_PL/__init__.py
 ${PYSITELIB}/faker/providers/automotive/pl_PL/__init__.pyc
 ${PYSITELIB}/faker/providers/automotive/pl_PL/__init__.pyo
@@ -248,6 +251,9 @@
 ${PYSITELIB}/faker/providers/bank/en_GB/__init__.py
 ${PYSITELIB}/faker/providers/bank/en_GB/__init__.pyc
 ${PYSITELIB}/faker/providers/bank/en_GB/__init__.pyo
+${PYSITELIB}/faker/providers/bank/es_ES/__init__.py
+${PYSITELIB}/faker/providers/bank/es_ES/__init__.pyc
+${PYSITELIB}/faker/providers/bank/es_ES/__init__.pyo
 ${PYSITELIB}/faker/providers/bank/fi_FI/__init__.py
 ${PYSITELIB}/faker/providers/bank/fi_FI/__init__.pyc
 ${PYSITELIB}/faker/providers/bank/fi_FI/__init__.pyo
@@ -290,6 +296,9 @@
 ${PYSITELIB}/faker/providers/color/en_US/__init__.py
 ${PYSITELIB}/faker/providers/color/en_US/__init__.pyc
 ${PYSITELIB}/faker/providers/color/en_US/__init__.pyo
+${PYSITELIB}/faker/providers/color/es_ES/__init__.py
+${PYSITELIB}/faker/providers/color/es_ES/__init__.pyc
+${PYSITELIB}/faker/providers/color/es_ES/__init__.pyo
 ${PYSITELIB}/faker/providers/color/fa_IR/__init__.py
 ${PYSITELIB}/faker/providers/color/fa_IR/__init__.pyc
 ${PYSITELIB}/faker/providers/color/fa_IR/__init__.pyo
@@ -1124,6 +1133,9 @@
 ${PYSITELIB}/faker/providers/ssn/en_IE/__init__.py
 ${PYSITELIB}/faker/providers/ssn/en_IE/__init__.pyc
 ${PYSITELIB}/faker/providers/ssn/en_IE/__init__.pyo
+${PYSITELIB}/faker/providers/ssn/en_IN/__init__.py
+${PYSITELIB}/faker/providers/ssn/en_IN/__init__.pyc
+${PYSITELIB}/faker/providers/ssn/en_IN/__init__.pyo
 ${PYSITELIB}/faker/providers/ssn/en_PH/__init__.py
 ${PYSITELIB}/faker/providers/ssn/en_PH/__init__.pyc
 ${PYSITELIB}/faker/providers/ssn/en_PH/__init__.pyo
@@ -1241,6 +1253,9 @@
 ${PYSITELIB}/faker/utils/__init__.py
 ${PYSITELIB}/faker/utils/__init__.pyc
 ${PYSITELIB}/faker/utils/__init__.pyo
+${PYSITELIB}/faker/utils/checksums.py
+${PYSITELIB}/faker/utils/checksums.pyc
+${PYSITELIB}/faker/utils/checksums.pyo
 ${PYSITELIB}/faker/utils/datasets.py
 ${PYSITELIB}/faker/utils/datasets.pyc
 ${PYSITELIB}/faker/utils/datasets.pyo
diff -r 6f8682d62f57 -r f7c64eb309bc devel/py-faker/distinfo
--- a/devel/py-faker/distinfo   Mon Apr 27 10:18:53 2020 +0000
+++ b/devel/py-faker/distinfo   Mon Apr 27 10:19:46 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2020/04/12 11:23:43 adam Exp $
+$NetBSD: distinfo,v 1.35 2020/04/27 10:19:46 adam Exp $
 
-SHA1 (Faker-4.0.2.tar.gz) = 3cc9a42ad411743c3dc317fc1285c4501c567c87
-RMD160 (Faker-4.0.2.tar.gz) = 2710e953f25ab70316980ad2873ef067d31b4fa7
-SHA512 (Faker-4.0.2.tar.gz) = f00f8fa4a4b868748a4ecdf170f4eec08b332fa26ba82e96d331fd6faeadd0341d1c9c30614748370995e6be1f06b68d4e4d23d0b13c8ab1937680db51186182
-Size (Faker-4.0.2.tar.gz) = 957942 bytes
+SHA1 (Faker-4.0.3.tar.gz) = 976adff1d6a627fb24d68cd1e7d224bb970cd0a0
+RMD160 (Faker-4.0.3.tar.gz) = 7cfb2c0220eed52c728339bf245e9703b3b472bd
+SHA512 (Faker-4.0.3.tar.gz) = 4fa9e695dfdb60e66623ab8045c75c533a4817eab9f06cfb909fbf4d8c4effc472bd9a4e41f25c5ebc8447765e43bd9524e1b148d15af2580cbde38f57674ad1
+Size (Faker-4.0.3.tar.gz) = 964755 bytes



Home | Main Index | Thread Index | Old Index