Commit graph

9 commits

Author SHA1 Message Date
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
wiz
276a0199f5 PYTHON_VERSIONS_INCOMPATIBLE cleanup. 2014-01-12 09:45:24 +00:00
kleink
7727e43f0f Update py-wtforms to 1.0.5.
Version 1.0.5
-------------
Released September 10, 2013

- Fix a bug in validators which causes translations to happen once then
  clobber any future translations.
- ext.sqlalchemy / ext.appengine: minor cleanups / deprecation.
- Allow blank string and the string 'false' to be considered false values
  for BooleanField (configurable). This is technically a breaking change,
  but it is not likey to affect the majority of users adversely.
- ext.i18n form allows passing LANGUAGES to the constructor.
2013-10-27 21:51:02 +00:00
kleink
4b6a7e0302 Add upstream commit 723c40a8153d20dce0c6dd1a91f193ef0375a194 via patch:
Update ext.appengine.fields for unicode_literals. Fixes #153.

Fixes build failure with on py32.  Bump PKGREVISION.
2013-09-23 20:36:27 +00:00
kleink
f4556cdb3a Update py-wtforms to 1.0.4. (Forgot to commit updated PLIST in previous.)
Bump PKGREVISION.
2013-05-08 08:30:47 +00:00
kleink
fbc09e3638 Update py-wtforms to 1.0.4.
Version 1.0.4
-------------
Released April 28, 2013

- Add widgets and field implementations for HTML5 specialty input types.
- ext.appengine: Add NDB support.
- Add translations: Korean, Traditional Chinese
2013-05-07 20:49:33 +00:00
kleink
e477a538d0 Update py-wtforms to 1.0.3.
Version 1.0.3
-------------
Released January 24, 2013

- Tests complete in python 3.2/3.3.
- Localization for ru, fr.
- Minor fixes in documentation for clarity.
- FieldList now can take validators on the entire FieldList.
- ext.sqlalchemy model_form:
  * Fix issue with QuerySelectField
  * Fix issue in ColumnDefault conversion
  * Support Enum type
- Field class now allows traversal in Django 1.4 templates.
2013-01-27 16:50:20 +00:00
kleink
95e8c2ffb9 Sprinkle empty USE_LANGUAGES definitions in pure python packages
where missed at import time.
2013-01-09 19:02:42 +00:00
kleink
5ef65a908e Import WTForms-1.0.2 as www/py-wtforms.
WTForms is a flexible forms validation and rendering library for
python web development.
2013-01-07 21:49:38 +00:00