pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-wtforms



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  6 21:25:50 UTC 2024

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

Log Message:
py-wtforms: update to 3.1.2.

Version 3.1.2
-------------

Released 2024-01-06

- Fix :class:`~fields.SelectMultipleField` value coercion on validation.
  :issue:`822` :pr:`823`

Version 3.1.1
-------------

Released 2023-11-01

- Display :class:`~wtforms.Flags` values in their repr. :pr:`808`
- :class:`~fields.SelectField` and :class:`~fields.SelectMultipleField`
  ``choices`` can be `None` if `validate_choice` is `False` :pr:`809`
- Documentation improvements :pr:`812` :pr:`815` :pr:`817`
- Unit tests improvements :pr:`813`
- Python 3.12 support :pr:`818`
- Restored support for 3-items tuple return value from `iter_choices`
  :pr:`816`

Version 3.1.0
-------------

Released 2023-10-10

-   Documentation improvements :pr:`726` :pr:`733` :pr:`749`
    :pr:`767` :pr:`788` :pr:`789` :pr:`793`
-   Translation improvements :pr:`732` :pr:`734` :pr:`754`
-   Implement :class:`~fields.ColorField` :pr:`755`
-   Delayed import of ``email_validator``. :issue:`727`
-   ``<option>`` attributes can be passed by the :class:`~fields.SelectField`
    ``choices`` parameter :issue:`692` :pr:`739`.
    ⚠️breaking change⚠️: `iter_choices` now returns a tuple of 4 items
-   Use the standard datetime formats by default for
    :class:`~fields.DateTimeLocalField`  :pr:`761`
-   Python 3.11 support :pr:`763`
-   Added shorter format to :class:`~fields.DateTimeLocalField`
    defaults :pr:`761`
-   Stop support for python 3.7 :pr:`794`
-   Added shorter format to :class:`~fields.WeekField`
    defaults :pr:`765`
-   Move to pyproject.toml :pr:`796`
-   URL validator takes a ``allow_ip`` parameter :pr:`800`
-   Implement :class:`~validators.ReadOnly` and
    :class:`~validators.Disabled` `:pr:`788`


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-wtforms/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-wtforms/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-wtforms/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/Makefile
diff -u pkgsrc/www/py-wtforms/Makefile:1.18 pkgsrc/www/py-wtforms/Makefile:1.19
--- pkgsrc/www/py-wtforms/Makefile:1.18 Wed May 25 15:19:54 2022
+++ pkgsrc/www/py-wtforms/Makefile      Wed Mar  6 21:25:50 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2022/05/25 15:19:54 kleink Exp $
+# $NetBSD: Makefile,v 1.19 2024/03/06 21:25:50 wiz Exp $
 
-DISTNAME=      WTForms-3.0.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+DISTNAME=      wtforms-3.1.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/WTForms/}
 
@@ -10,16 +10,17 @@ HOMEPAGE=   https://wtforms.readthedocs.io
 COMMENT=       Flexible forms validation and rendering library
 LICENSE=       modified-bsd
 
-USE_LANGUAGES= # empty
-
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-babel>=2.6.0:../../devel/py-babel
 DEPENDS+=      ${PYPKGPREFIX}-email_validator-[0-9]*:../../mail/py-email_validator
 DEPENDS+=      ${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+USE_LANGUAGES= # empty
+
 post-extract:
        ${FIND} ${WRKSRC} -type f -exec ${CHMOD} -x {} \;
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-wtforms/PLIST
diff -u pkgsrc/www/py-wtforms/PLIST:1.9 pkgsrc/www/py-wtforms/PLIST:1.10
--- pkgsrc/www/py-wtforms/PLIST:1.9     Wed May 25 15:19:54 2022
+++ pkgsrc/www/py-wtforms/PLIST Wed Mar  6 21:25:50 2024
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.9 2022/05/25 15:19:54 kleink Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.10 2024/03/06 21:25:50 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.rst
 ${PYSITELIB}/wtforms/__init__.py
 ${PYSITELIB}/wtforms/__init__.pyc
 ${PYSITELIB}/wtforms/__init__.pyo
@@ -93,6 +92,8 @@ ${PYSITELIB}/wtforms/locale/pl/LC_MESSAG
 ${PYSITELIB}/wtforms/locale/pl/LC_MESSAGES/wtforms.po
 ${PYSITELIB}/wtforms/locale/pt/LC_MESSAGES/wtforms.mo
 ${PYSITELIB}/wtforms/locale/pt/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/locale/ro/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/ro/LC_MESSAGES/wtforms.po
 ${PYSITELIB}/wtforms/locale/ru/LC_MESSAGES/wtforms.mo
 ${PYSITELIB}/wtforms/locale/ru/LC_MESSAGES/wtforms.po
 ${PYSITELIB}/wtforms/locale/sk/LC_MESSAGES/wtforms.mo

Index: pkgsrc/www/py-wtforms/distinfo
diff -u pkgsrc/www/py-wtforms/distinfo:1.15 pkgsrc/www/py-wtforms/distinfo:1.16
--- pkgsrc/www/py-wtforms/distinfo:1.15 Wed May 25 15:19:54 2022
+++ pkgsrc/www/py-wtforms/distinfo      Wed Mar  6 21:25:50 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/05/25 15:19:54 kleink Exp $
+$NetBSD: distinfo,v 1.16 2024/03/06 21:25:50 wiz Exp $
 
-BLAKE2s (WTForms-3.0.1.tar.gz) = 4f4e2e3bd497d7f62b579d02d646a49431cef2b95d788af017eee632c22716fe
-SHA512 (WTForms-3.0.1.tar.gz) = a6db54a7ef9bc96b8fdf69cd65d3810fab9436ff9c056e1cfc580f5ecd0ed8837dcbb7c2adf92419cc5f74e865bb3a023e316407a87d5c5277da5d30e6836fb3
-Size (WTForms-3.0.1.tar.gz) = 137513 bytes
+BLAKE2s (wtforms-3.1.2.tar.gz) = d2edcb7a27fb6a19d8914e37586a2a0a92623ff248427ab5d4fa53eecdc241ba
+SHA512 (wtforms-3.1.2.tar.gz) = 4c4203c735f755cedf9c20ddf9805d1e80096fe2fb499dc91a9608df0ac5eb0ddf6c67eea782f9507d14b14e362454f50b567dc5518ca95ce090305a44436873
+Size (wtforms-3.1.2.tar.gz) = 134705 bytes



Home | Main Index | Thread Index | Old Index