py-wtforms-sqlalchemy: update to 0.4.1.

Version 0.4.1
-------------

Released on January 5th, 2024

-  Allow to override the default blank value. (:pr:`38`)

Version 0.4.0
-------------

Released on January 4th, 2024

-  Stop support for python 3.6 and 3.7. Start support for python3
   3.11 and 3.12. (:pr:`41`)
-  ``render_kw`` support (:pr:`42`)
-  ``optgroup`` support (:pr:`44`)
-  SQLAlchemy 2.0 support (:pr:`45`)
This commit is contained in:
wiz 2024-03-06 21:29:13 +00:00
parent af1b0496c7
commit 77ba0488bc
3 changed files with 17 additions and 15 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2022/05/25 15:38:10 kleink Exp $
# $NetBSD: Makefile,v 1.2 2024/03/06 21:29:13 wiz Exp $
DISTNAME= WTForms-SQLAlchemy-0.3
DISTNAME= WTForms-SQLAlchemy-0.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=W/WTForms-SQLAlchemy/}
@ -10,12 +10,14 @@ HOMEPAGE= https://github.com/wtforms/wtforms-sqlalchemy
COMMENT= WTForms integration for SQLAlchemy
LICENSE= modified-bsd
USE_LANGUAGES= # empty
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-wtforms>=1.0.5:../../www/py-wtforms
DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=0.7.10:../../databases/py-sqlalchemy
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
USE_LANGUAGES= # empty
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,9 +1,9 @@
@comment $NetBSD: PLIST,v 1.1 2022/05/25 15:38:10 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.2 2024/03/06 21:29:13 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/wtforms_sqlalchemy/__init__.py
${PYSITELIB}/wtforms_sqlalchemy/__init__.pyc
${PYSITELIB}/wtforms_sqlalchemy/__init__.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2022/05/25 15:38:10 kleink Exp $
$NetBSD: distinfo,v 1.2 2024/03/06 21:29:13 wiz Exp $
BLAKE2s (WTForms-SQLAlchemy-0.3.tar.gz) = d889e563975970dedd4d7800fcd837fa25ffea5c024dc3382d45efd4041216c1
SHA512 (WTForms-SQLAlchemy-0.3.tar.gz) = 43fd109b0faf9c3d4098564f3cbaa3cbd20e7ad3c8183a60499258120bf810a31ab4e6f8e51305ded1bb60f24babb14374ecdc5a15e1b64e6cdcbce6261b9e1c
Size (WTForms-SQLAlchemy-0.3.tar.gz) = 17246 bytes
BLAKE2s (WTForms-SQLAlchemy-0.4.1.tar.gz) = 0974e55ebf5bd25682ef63eb3c99358c64f76dd5ee8744076bef6faa33281880
SHA512 (WTForms-SQLAlchemy-0.4.1.tar.gz) = f0e7055ce0f5e6fc228e1979706eb8355055023b6000df49c201ef6138d1f4e779cad02a02d61137f34b2ce350ad5b8001398a8eb19108499aec337821496196
Size (WTForms-SQLAlchemy-0.4.1.tar.gz) = 18115 bytes