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: Thu Aug 14 20:06:46 UTC 2025
Modified Files:
pkgsrc/devel/py-faker: Makefile PLIST distinfo
Log Message:
py-faker: updated to 37.5.3
v37.5.3
* Allow `Decimal` type for `min_value` and `max_value` in `pydecimal`. Thanks @sshishov.
v37.5.2
* Fix Turkish Republic National Number (TCKN) provider. Thanks @fleizean.
v37.5.1
* Fix unnatural Korean company names in `ko_KR` locale. Thanks @r-4bb1t.
v37.5.0
* Add Spanish lorem provider for `es_ES`, `es_AR` and `es_MX`. Thanks @Pandede.
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/devel/py-faker/Makefile
cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/py-faker/PLIST
cvs rdiff -u -r1.97 -r1.98 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.102 pkgsrc/devel/py-faker/Makefile:1.103
--- pkgsrc/devel/py-faker/Makefile:1.102 Fri Jun 13 07:11:15 2025
+++ pkgsrc/devel/py-faker/Makefile Thu Aug 14 20:06:46 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.102 2025/06/13 07:11:15 adam Exp $
+# $NetBSD: Makefile,v 1.103 2025/08/14 20:06:46 adam Exp $
-DISTNAME= faker-37.4.0
+DISTNAME= faker-37.5.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.63 pkgsrc/devel/py-faker/PLIST:1.64
--- pkgsrc/devel/py-faker/PLIST:1.63 Fri Jun 13 07:11:15 2025
+++ pkgsrc/devel/py-faker/PLIST Thu Aug 14 20:06:46 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.63 2025/06/13 07:11:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.64 2025/08/14 20:06:46 adam Exp $
bin/faker-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -1342,6 +1342,15 @@ ${PYSITELIB}/faker/providers/lorem/en_PH
${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/es_AR/__init__.py
+${PYSITELIB}/faker/providers/lorem/es_AR/__init__.pyc
+${PYSITELIB}/faker/providers/lorem/es_AR/__init__.pyo
+${PYSITELIB}/faker/providers/lorem/es_ES/__init__.py
+${PYSITELIB}/faker/providers/lorem/es_ES/__init__.pyc
+${PYSITELIB}/faker/providers/lorem/es_ES/__init__.pyo
+${PYSITELIB}/faker/providers/lorem/es_MX/__init__.py
+${PYSITELIB}/faker/providers/lorem/es_MX/__init__.pyc
+${PYSITELIB}/faker/providers/lorem/es_MX/__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
Index: pkgsrc/devel/py-faker/distinfo
diff -u pkgsrc/devel/py-faker/distinfo:1.97 pkgsrc/devel/py-faker/distinfo:1.98
--- pkgsrc/devel/py-faker/distinfo:1.97 Fri Jun 13 07:11:15 2025
+++ pkgsrc/devel/py-faker/distinfo Thu Aug 14 20:06:46 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.97 2025/06/13 07:11:15 adam Exp $
+$NetBSD: distinfo,v 1.98 2025/08/14 20:06:46 adam Exp $
-BLAKE2s (faker-37.4.0.tar.gz) = ae0ed510ef586b01bff48fa94dc383c3e3482ae21c034fe66d7de59262f30ca8
-SHA512 (faker-37.4.0.tar.gz) = 9210908c5ee7a5c6cd542cb99283ec95ada28fcdecd5a1f476db0492f2ca87503762bc21cf5e5f41a54ab590a0af58fa615869fccf2c04fc664e094cb7b56272
-Size (faker-37.4.0.tar.gz) = 1901976 bytes
+BLAKE2s (faker-37.5.3.tar.gz) = 87c54c3f7dd03a6db15b5441a767586bad4eb100eeeb570e9127929e4d69d1b7
+SHA512 (faker-37.5.3.tar.gz) = 046e10177bd8707d2f216d1151df86ce0ba818563483ff4c33a555053b0ca69f36d7d2c3bd5d8fd546cf2b2c423838dd259ab4a508009da8b8e0d7bf96e8fde0
+Size (faker-37.5.3.tar.gz) = 1907147 bytes
Home |
Main Index |
Thread Index |
Old Index