summaryrefslogtreecommitdiff
path: root/www/py-flask-assets
AgeCommit message (Collapse)AuthorFilesLines
2017-01-17Update py-flask-assets to 0.12.kleink3-8/+9
0.12 (2016-08-18) - Added registration of Flask CLI commands using `flask.commands` entrypoint group. (Jiri Kuncar) - Added an optional support for FlaskAzureStorage when `FLASK_ASSETS_USE_AZURE` is set. (Alejo Arias) - Updated Flask extension imports for compatibility with Flask 0.11. (Andy Driver) (fixes #102) - Fixed generation of absolute urls using //. (fixes #73) - Fixed Flask-Script assets build command. (Frank Tackitt)
2016-06-08Switch to MASTER_SITES_PYPI.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for www categoryagc1-1/+2
Problems found locating distfiles: Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-25Update py-flask-assets to 0.11.kleink2-7/+7
0.11 (2015-08-21) - Match webassets 0.11. - Option to use Flask-CDN (James Elkins).
2014-12-31Improve EGG_NAME default to work for packages with '-' in their name.wiz1-3/+1
Remove now unnecessary overrides in various packages.
2014-07-22Update py-flask-assets to 0.10.kleink2-7/+7
0.10 (2014-07-03) This release is compatible with webassets 0.10.
2014-03-04Update py-flask-assets to 0.9.kleink2-8/+8
0.9 (2014-02-20) This release is compatible with webassets 0.9. flask-assets now support Python 3, and drops support for Python 2.5. - Support for Flask-S3 (Erik Taubeneck). - Support latest Flask-Script (Chris Hacken).
2013-07-28Import Flask-Assets-0.8 as www/py-flask-assets.kleink4-0/+38
Integrates the webassets library with Flask, adding support for merging, minifying and compiling CSS and Javascript files.