pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-faker



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 27 10:19:46 UTC 2020

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/py-faker/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-faker/PLIST
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-faker/distinfo

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

Modified files:

Index: pkgsrc/devel/py-faker/Makefile
diff -u pkgsrc/devel/py-faker/Makefile:1.36 pkgsrc/devel/py-faker/Makefile:1.37
--- pkgsrc/devel/py-faker/Makefile:1.36 Sun Apr 12 11:23:43 2020
+++ pkgsrc/devel/py-faker/Makefile      Mon Apr 27 10:19:46 2020
@@ -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/}

Index: pkgsrc/devel/py-faker/PLIST
diff -u pkgsrc/devel/py-faker/PLIST:1.24 pkgsrc/devel/py-faker/PLIST:1.25
--- pkgsrc/devel/py-faker/PLIST:1.24    Sun Apr 12 11:23:43 2020
+++ pkgsrc/devel/py-faker/PLIST Mon Apr 27 10:19:46 2020
@@ -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/__init__.pyo
 ${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/
 ${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/
 ${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/de_DE/
 ${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/color
 ${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_GB/_
 ${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/proxy.pyo
 ${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

Index: pkgsrc/devel/py-faker/distinfo
diff -u pkgsrc/devel/py-faker/distinfo:1.34 pkgsrc/devel/py-faker/distinfo:1.35
--- pkgsrc/devel/py-faker/distinfo:1.34 Sun Apr 12 11:23:43 2020
+++ pkgsrc/devel/py-faker/distinfo      Mon Apr 27 10:19:46 2020
@@ -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