pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-wtforms-components



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb  7 09:44:56 UTC 2025

Modified Files:
        pkgsrc/www/py-wtforms-components: Makefile PLIST distinfo

Log Message:
py-wtforms-components: updated to 0.11.0

0.11.0 (2024-11-15)

- Drop ``whitelist`` argument from ``email`` validator
- Add support for Python 3.9, 3.10, 3.11 and 3.12.
- Drop support for Python 3.8 or older.
- Add support for WTForms 3.2. The minimum supported WTForms version is now 3.1.0.
- Remove ``email_validator`` and ``six`` dependencies.
- Remove ``_compat`` and ``utils`` modules.
- Remove ``try..except`` from email validator import.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-wtforms-components/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-wtforms-components/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-wtforms-components/distinfo

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

Modified files:

Index: pkgsrc/www/py-wtforms-components/Makefile
diff -u pkgsrc/www/py-wtforms-components/Makefile:1.9 pkgsrc/www/py-wtforms-components/Makefile:1.10
--- pkgsrc/www/py-wtforms-components/Makefile:1.9       Tue Jan  4 20:55:39 2022
+++ pkgsrc/www/py-wtforms-components/Makefile   Fri Feb  7 09:44:56 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2022/01/04 20:55:39 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/02/07 09:44:56 adam Exp $
 
-DISTNAME=      WTForms-Components-0.10.4
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   1
+DISTNAME=      wtforms_components-0.11.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/WTForms-Components/}
 
@@ -11,14 +10,18 @@ HOMEPAGE=   https://github.com/kvesteri/wt
 COMMENT=       Additional fields, validators and widgets for WTForms
 LICENSE=       modified-bsd
 
+WHEEL_NAME=    WTForms_Components-${PKGVERSION_NOREV}
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-intervals>=0.6.0:../../math/py-intervals
-DEPENDS+=      ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
-DEPENDS+=      ${PYPKGPREFIX}-validators>=0.5.0:../../textproc/py-validators
-DEPENDS+=      ${PYPKGPREFIX}-wtforms>=1.0.4:../../www/py-wtforms
+DEPENDS+=      ${PYPKGPREFIX}-markupsafe>=1.0.0:../../textproc/py-markupsafe
+DEPENDS+=      ${PYPKGPREFIX}-validators>=0.21:../../textproc/py-validators
+DEPENDS+=      ${PYPKGPREFIX}-wtforms>=3.1.0:../../www/py-wtforms
+TEST_DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
+TEST_DEPENDS+= ${PYPKGPREFIX}-flexmock>=0.9.7:../../devel/py-flexmock
+TEST_DEPENDS+= ${PYPKGPREFIX}-wtforms-test>=0.1.1:../../www/py-wtforms-test
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-validators
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-wtforms-components/PLIST
diff -u pkgsrc/www/py-wtforms-components/PLIST:1.2 pkgsrc/www/py-wtforms-components/PLIST:1.3
--- pkgsrc/www/py-wtforms-components/PLIST:1.2  Sat Oct  3 18:40:33 2020
+++ pkgsrc/www/py-wtforms-components/PLIST      Fri Feb  7 09:44:56 2025
@@ -1,16 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2020/10/03 18:40:33 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2025/02/07 09:44:56 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/wtforms_components/__init__.py
 ${PYSITELIB}/wtforms_components/__init__.pyc
 ${PYSITELIB}/wtforms_components/__init__.pyo
-${PYSITELIB}/wtforms_components/_compat.py
-${PYSITELIB}/wtforms_components/_compat.pyc
-${PYSITELIB}/wtforms_components/_compat.pyo
 ${PYSITELIB}/wtforms_components/fields/__init__.py
 ${PYSITELIB}/wtforms_components/fields/__init__.pyc
 ${PYSITELIB}/wtforms_components/fields/__init__.pyo
@@ -44,9 +40,6 @@ ${PYSITELIB}/wtforms_components/fields/s
 ${PYSITELIB}/wtforms_components/fields/time.py
 ${PYSITELIB}/wtforms_components/fields/time.pyc
 ${PYSITELIB}/wtforms_components/fields/time.pyo
-${PYSITELIB}/wtforms_components/utils.py
-${PYSITELIB}/wtforms_components/utils.pyc
-${PYSITELIB}/wtforms_components/utils.pyo
 ${PYSITELIB}/wtforms_components/validators.py
 ${PYSITELIB}/wtforms_components/validators.pyc
 ${PYSITELIB}/wtforms_components/validators.pyo

Index: pkgsrc/www/py-wtforms-components/distinfo
diff -u pkgsrc/www/py-wtforms-components/distinfo:1.8 pkgsrc/www/py-wtforms-components/distinfo:1.9
--- pkgsrc/www/py-wtforms-components/distinfo:1.8       Tue Oct 26 11:30:52 2021
+++ pkgsrc/www/py-wtforms-components/distinfo   Fri Feb  7 09:44:56 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:30:52 nia Exp $
+$NetBSD: distinfo,v 1.9 2025/02/07 09:44:56 adam Exp $
 
-BLAKE2s (WTForms-Components-0.10.4.tar.gz) = 5bab79be86f726ff1dc8a146a764be1397203c410c3dedef658fbabb4ebd1562
-SHA512 (WTForms-Components-0.10.4.tar.gz) = c88fd1b6db7a306893c61cbf515adab0efba360dfe08707f64c898a5d5d8eb10a97a525f6edbe1e07a6932cc264190eeaff4a76d260e29465798600079f8cc61
-Size (WTForms-Components-0.10.4.tar.gz) = 24314 bytes
+BLAKE2s (wtforms_components-0.11.0.tar.gz) = 0b0d885c816a150b1df9db3b702ab9ee9f43496db0d5dec9a3f9b385a00ed3f5
+SHA512 (wtforms_components-0.11.0.tar.gz) = aed5b45beb104925924825b71e46053c8d8f82b3d23e1af1030d1d8be2c2b0b96b7f7349e500e41588e02f27c65824400af798d56fb3af3090caa4c0d3787f00
+Size (wtforms_components-0.11.0.tar.gz) = 25549 bytes



Home | Main Index | Thread Index | Old Index