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 13.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df0a30b16714
branches:  trunk
changeset: 375077:df0a30b16714
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Mar 06 17:22:18 2022 +0000

description:
py-faker: updated to 13.3.0

v13.3.0

* Add lorem provider for `fa-ir` language code. Thanks @arminshoughi.

v13.2.0

*  Add `bn_BD` Lorem Provider. Thanks @jabertuhin.

[v13.1.0

* Add  lorem support for `de_DE` and `de_AT`. Thanks @@Kalbra.

v13.0.0

* Use `os.urandom` in `binary()` if unseeded. Thanks @AlmightyYakob.

v12.3.3

*  Arabic improvements for names. Thanks @alfawal.

v12.3.2

* Fix postcode format for `es_ES` locale. Thanks @mondeja.

v12.3.1

* Prevent "non-integer arguments to randrange()" warnings on Python 3.10.
  Thanks @jacksmith15.

v12.3.0

* Fix `it_IT` `ssn()` validity. Thanks @MarcoMatarazzo.

v12.2.0

* Add cities to `de_CH`. Thanks @Kalbra.

v12.1.0

* Set correct language on provider when specific locale is requested.
  Thanks @interDist.

v12.0.1

* Remove empty string in Korean job list. Thanks @georgidimitrov-hs.

v12.0.0

* Remove dependency from [`text-unidecode`](https://github.com/kmike/text-unidecode/).

v11.4.0

* Add geonames db of Italian cap-city-province and full match when generating
  full addresses.

diffstat:

 devel/py-faker/Makefile |   5 ++---
 devel/py-faker/PLIST    |  20 +++++++++++++++++++-
 devel/py-faker/distinfo |   8 ++++----
 3 files changed, 25 insertions(+), 8 deletions(-)

diffs (84 lines):

diff -r 4159cadf6f9b -r df0a30b16714 devel/py-faker/Makefile
--- a/devel/py-faker/Makefile   Sun Mar 06 17:18:31 2022 +0000
+++ b/devel/py-faker/Makefile   Sun Mar 06 17:22:18 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2022/01/14 19:54:53 adam Exp $
+# $NetBSD: Makefile,v 1.56 2022/03/06 17:22:18 adam Exp $
 
-DISTNAME=      Faker-11.3.0
+DISTNAME=      Faker-13.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/Faker/}
@@ -12,7 +12,6 @@
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.4:../../time/py-dateutil
-DEPENDS+=      ${PYPKGPREFIX}-text-unidecode>=1.3:../../textproc/py-text-unidecode
 TEST_DEPENDS+= ${PYPKGPREFIX}-email_validator>=1.0.0:../../mail/py-email_validator
 TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
 TEST_DEPENDS+= ${PYPKGPREFIX}-random2-[0-9]*:../../devel/py-random2
diff -r 4159cadf6f9b -r df0a30b16714 devel/py-faker/PLIST
--- a/devel/py-faker/PLIST      Sun Mar 06 17:18:31 2022 +0000
+++ b/devel/py-faker/PLIST      Sun Mar 06 17:22:18 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.34 2022/01/14 19:54:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.35 2022/03/06 17:22:18 adam Exp $
 bin/faker-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -29,6 +29,12 @@
 ${PYSITELIB}/faker/contrib/pytest/plugin.py
 ${PYSITELIB}/faker/contrib/pytest/plugin.pyc
 ${PYSITELIB}/faker/contrib/pytest/plugin.pyo
+${PYSITELIB}/faker/decode/__init__.py
+${PYSITELIB}/faker/decode/__init__.pyc
+${PYSITELIB}/faker/decode/__init__.pyo
+${PYSITELIB}/faker/decode/codes.py
+${PYSITELIB}/faker/decode/codes.pyc
+${PYSITELIB}/faker/decode/codes.pyo
 ${PYSITELIB}/faker/documentor.py
 ${PYSITELIB}/faker/documentor.pyc
 ${PYSITELIB}/faker/documentor.pyo
@@ -992,9 +998,18 @@
 ${PYSITELIB}/faker/providers/lorem/az_AZ/__init__.py
 ${PYSITELIB}/faker/providers/lorem/az_AZ/__init__.pyc
 ${PYSITELIB}/faker/providers/lorem/az_AZ/__init__.pyo
+${PYSITELIB}/faker/providers/lorem/bn_BD/__init__.py
+${PYSITELIB}/faker/providers/lorem/bn_BD/__init__.pyc
+${PYSITELIB}/faker/providers/lorem/bn_BD/__init__.pyo
 ${PYSITELIB}/faker/providers/lorem/cs_CZ/__init__.py
 ${PYSITELIB}/faker/providers/lorem/cs_CZ/__init__.pyc
 ${PYSITELIB}/faker/providers/lorem/cs_CZ/__init__.pyo
+${PYSITELIB}/faker/providers/lorem/de_AT/__init__.py
+${PYSITELIB}/faker/providers/lorem/de_AT/__init__.pyc
+${PYSITELIB}/faker/providers/lorem/de_AT/__init__.pyo
+${PYSITELIB}/faker/providers/lorem/de_DE/__init__.py
+${PYSITELIB}/faker/providers/lorem/de_DE/__init__.pyc
+${PYSITELIB}/faker/providers/lorem/de_DE/__init__.pyo
 ${PYSITELIB}/faker/providers/lorem/el_GR/__init__.py
 ${PYSITELIB}/faker/providers/lorem/el_GR/__init__.pyc
 ${PYSITELIB}/faker/providers/lorem/el_GR/__init__.pyo
@@ -1004,6 +1019,9 @@
 ${PYSITELIB}/faker/providers/lorem/en_US/__init__.py
 ${PYSITELIB}/faker/providers/lorem/en_US/__init__.pyc
 ${PYSITELIB}/faker/providers/lorem/en_US/__init__.pyo
+${PYSITELIB}/faker/providers/lorem/fa_IR/__init__.py
+${PYSITELIB}/faker/providers/lorem/fa_IR/__init__.pyc
+${PYSITELIB}/faker/providers/lorem/fa_IR/__init__.pyo
 ${PYSITELIB}/faker/providers/lorem/fil_PH/__init__.py
 ${PYSITELIB}/faker/providers/lorem/fil_PH/__init__.pyc
 ${PYSITELIB}/faker/providers/lorem/fil_PH/__init__.pyo
diff -r 4159cadf6f9b -r df0a30b16714 devel/py-faker/distinfo
--- a/devel/py-faker/distinfo   Sun Mar 06 17:18:31 2022 +0000
+++ b/devel/py-faker/distinfo   Sun Mar 06 17:22:18 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.52 2022/01/14 19:54:53 adam Exp $
+$NetBSD: distinfo,v 1.53 2022/03/06 17:22:18 adam Exp $
 
-BLAKE2s (Faker-11.3.0.tar.gz) = 4a24242c0f4fc2e6e4b244a02c71c55a5e7db1fd6c800c7c30ebd4fb38c88d79
-SHA512 (Faker-11.3.0.tar.gz) = cb95ecd4cd781c6a08621fe75a1d019349232f8be65d4c9b5825987cb98bb6d031569d6e3253cb36a68986707515540f6ebd7503085aea68d56642b08f86192f
-Size (Faker-11.3.0.tar.gz) = 1215886 bytes
+BLAKE2s (Faker-13.3.0.tar.gz) = cf16010fa1f8d74a83375ff6acad968a791b01ac797ae6cc1bd208df608d5a36
+SHA512 (Faker-13.3.0.tar.gz) = ab5ed88bfb7190942435eefbd2138cbf7e4151ba286540fb29824c78c83341a551fb90164da8d43f410fbbe69692c8b6b9c28c7913cd5cb6b6c00df14b81343b
+Size (Faker-13.3.0.tar.gz) = 1461142 bytes



Home | Main Index | Thread Index | Old Index