pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-wtforms-alchemy
Module Name: pkgsrc
Committed By: adam
Date: Sat Oct 3 18:44:56 UTC 2020
Modified Files:
pkgsrc/www/py-wtforms-alchemy: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-wtforms-alchemy/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-wtforms-alchemy/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-wtforms-alchemy/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-alchemy/Makefile
diff -u pkgsrc/www/py-wtforms-alchemy/Makefile:1.8 pkgsrc/www/py-wtforms-alchemy/Makefile:1.9
--- pkgsrc/www/py-wtforms-alchemy/Makefile:1.8 Sat Sep 16 19:27:25 2017
+++ pkgsrc/www/py-wtforms-alchemy/Makefile Sat Oct 3 18:44:56 2020
@@ -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 @@ HOMEPAGE= https://github.com/kvesteri/wt
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"
Index: pkgsrc/www/py-wtforms-alchemy/PLIST
diff -u pkgsrc/www/py-wtforms-alchemy/PLIST:1.1 pkgsrc/www/py-wtforms-alchemy/PLIST:1.2
--- pkgsrc/www/py-wtforms-alchemy/PLIST:1.1 Sat Jul 5 19:44:34 2014
+++ pkgsrc/www/py-wtforms-alchemy/PLIST Sat Oct 3 18:44:56 2020
@@ -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/fields.pyo
${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
Index: pkgsrc/www/py-wtforms-alchemy/distinfo
diff -u pkgsrc/www/py-wtforms-alchemy/distinfo:1.4 pkgsrc/www/py-wtforms-alchemy/distinfo:1.5
--- pkgsrc/www/py-wtforms-alchemy/distinfo:1.4 Wed Nov 4 02:47:32 2015
+++ pkgsrc/www/py-wtforms-alchemy/distinfo Sat Oct 3 18:44:56 2020
@@ -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