pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-wtforms-alchemy py-wtforms-alchemy: updated to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/239eebbb5fcd
branches:  trunk
changeset: 440178:239eebbb5fcd
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Oct 03 18:44:56 2020 +0000

description:
py-wtforms-alchemy: updated to 0.17.0

0.17.0:
- Dropped py27, py33 and py34 support

0.16.9:
- Added support for JSON type in TypeMap

0.16.8:
- Fixed QuerySelectField.query allowing no results

0.16.7:
- Fixed UnknownTypeException being thrown correctly for unsupported types

0.16.6:
- Added SQLAlchemy 1.2 support

0.16.5:
- Fixed GroupedQuerySelectMultipleField validator to support empty data

0.16.4:
- Fixed GroupedQuerySelectMultipleField validator

0.16.3:
- Fixed ChoiceType conversion for Enums

0.16.2:
- Added GroupedQueryMultipleSelectField

0.16.1:
- Updated SQLAlchemy-Utils requirement to 0.32.6
- Fixed PhoneNumberType conversion

0.16.0:
- Dropped python 2.6 support
- Made PhoneNumberField work correctly together with DataRequired

0.15.0:
- Moved GroupedQuerySelectField from WTForms-Components package to WTForms-Alchemy
- Moved WeekdaysField from WTForms-Components package to WTForms-Alchemy
- Moved PhoneNumberField from WTForms-Components package to WTForms-Alchemy
- Moved Unique validator from WTForms-Components package to WTForms-Alchemy

0.14.0:
- Added QuerySelectField and QuerySelectMultipleField which were deprecated from
WTForms as of version 2.1

0.13.3:
- Removed ClassMap's inheritance sorting. This never really worked properly and resulted in weird undeterministic bugs on Python 3.

0.13.2:
- Added support for callables in type map argument

0.13.1:
- Added flake8 checks
- Added isort checks
- Fixed country import caused by SQLAlchemy-Utils 0.30.0
- Update SQLAlchemy-Utils dependency to 0.30.0

diffstat:

 www/py-wtforms-alchemy/Makefile |  14 ++++++++------
 www/py-wtforms-alchemy/PLIST    |  15 +++++++++------
 www/py-wtforms-alchemy/distinfo |  10 +++++-----
 3 files changed, 22 insertions(+), 17 deletions(-)

diffs (82 lines):

diff -r a5c9d8ad2f7e -r 239eebbb5fcd www/py-wtforms-alchemy/Makefile
--- a/www/py-wtforms-alchemy/Makefile   Sat Oct 03 18:40:33 2020 +0000
+++ b/www/py-wtforms-alchemy/Makefile   Sat Oct 03 18:44:56 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:25 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2020/10/03 18:44:56 adam Exp $
 
-DISTNAME=      WTForms-Alchemy-0.13.0
+DISTNAME=      WTForms-Alchemy-0.17.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-CATEGORIES=    databases python www
+CATEGORIES=    www databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/WTForms-Alchemy/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,13 +10,15 @@
 COMMENT=       Generates WTForms forms from SQLAlchemy models
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-sqlalchemy>=0.8.0:../../databases/py-sqlalchemy
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-sqlalchemy>=1.0.0:../../databases/py-sqlalchemy
+DEPENDS+=      ${PYPKGPREFIX}-sqlalchemy-utils>=0.32.6:../../databases/py-sqlalchemy-utils
 DEPENDS+=      ${PYPKGPREFIX}-wtforms>=1.0.4:../../www/py-wtforms
 DEPENDS+=      ${PYPKGPREFIX}-wtforms-components>=0.9.2:../../www/py-wtforms-components
-DEPENDS+=      ${PYPKGPREFIX}-sqlalchemy-utils>=0.23.1:../../databases/py-sqlalchemy-utils
-DEPENDS+=      ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a5c9d8ad2f7e -r 239eebbb5fcd www/py-wtforms-alchemy/PLIST
--- a/www/py-wtforms-alchemy/PLIST      Sat Oct 03 18:40:33 2020 +0000
+++ b/www/py-wtforms-alchemy/PLIST      Sat Oct 03 18:44:56 2020 +0000
@@ -1,10 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1 2014/07/05 19:44:34 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/10/03 18:44:56 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}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/wtforms_alchemy/__init__.py
+${PYSITELIB}/wtforms_alchemy/__init__.pyc
+${PYSITELIB}/wtforms_alchemy/__init__.pyo
 ${PYSITELIB}/wtforms_alchemy/exc.py
 ${PYSITELIB}/wtforms_alchemy/exc.pyc
 ${PYSITELIB}/wtforms_alchemy/exc.pyo
@@ -14,9 +17,9 @@
 ${PYSITELIB}/wtforms_alchemy/generator.py
 ${PYSITELIB}/wtforms_alchemy/generator.pyc
 ${PYSITELIB}/wtforms_alchemy/generator.pyo
-${PYSITELIB}/wtforms_alchemy/__init__.py
-${PYSITELIB}/wtforms_alchemy/__init__.pyc
-${PYSITELIB}/wtforms_alchemy/__init__.pyo
 ${PYSITELIB}/wtforms_alchemy/utils.py
 ${PYSITELIB}/wtforms_alchemy/utils.pyc
 ${PYSITELIB}/wtforms_alchemy/utils.pyo
+${PYSITELIB}/wtforms_alchemy/validators.py
+${PYSITELIB}/wtforms_alchemy/validators.pyc
+${PYSITELIB}/wtforms_alchemy/validators.pyo
diff -r a5c9d8ad2f7e -r 239eebbb5fcd www/py-wtforms-alchemy/distinfo
--- a/www/py-wtforms-alchemy/distinfo   Sat Oct 03 18:40:33 2020 +0000
+++ b/www/py-wtforms-alchemy/distinfo   Sat Oct 03 18:44:56 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 02:47:32 agc Exp $
+$NetBSD: distinfo,v 1.5 2020/10/03 18:44:56 adam Exp $
 
-SHA1 (WTForms-Alchemy-0.13.0.tar.gz) = 78adff759ec29fac2426ed12c8f3798de8e7dd0c
-RMD160 (WTForms-Alchemy-0.13.0.tar.gz) = ed1476d13d989316d47128353934af990e571e8c
-SHA512 (WTForms-Alchemy-0.13.0.tar.gz) = 86673f6d8647286efd1ccb7b0435d289855f6560b9fdbb302953d80ebecc3786d237cf3028bd6b68d9a066e6e73b810bc316a462ca98030ad3bd75257549161a
-Size (WTForms-Alchemy-0.13.0.tar.gz) = 43782 bytes
+SHA1 (WTForms-Alchemy-0.17.0.tar.gz) = 2e0f5fd9e78a22dfc5e3aa8acf67080f3c42568c
+RMD160 (WTForms-Alchemy-0.17.0.tar.gz) = 492950993bf649ae2a0d1f51916d05ede696204b
+SHA512 (WTForms-Alchemy-0.17.0.tar.gz) = ba604096278da24d844f1757406df74eb75352cf42f7219c35ea4a72bc2510b203a4e7f30c3539252643c28d7e5eac48b4bc3bce9030df77e9d17c2b8752c795
+Size (WTForms-Alchemy-0.17.0.tar.gz) = 51639 bytes



Home | Main Index | Thread Index | Old Index