pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-flask-admin



Module Name:    pkgsrc
Committed By:   kleink
Date:           Tue Mar 14 14:11:51 UTC 2017

Modified Files:
        pkgsrc/www/py-flask-admin: Makefile PLIST distinfo

Log Message:
Update py-flask-admin to 1.5.0.

1.5.0
-----

* Fixed CSRF generation logic for multi-process deployments
* Added WTForms >= 3.0 support
* Flask-Admin would not recursively save inline models, allowing arbitrary
  nesting
* Added configuration properties that allow injection of additional CSS and
  JS dependencies into templates without overriding them
* SQLAlchemy backend
  - Updated hybrid property detection using new SQLAlchemy APIs
  - Added support for association proxies
  - Added support for remote hybrid properties filters
  - Added support for ARRAY column type
* Localization-related fixes
* MongoEngine backend is now properly formats model labels
* Improved Google App Engine support:
  - Added TextProperty, KeyProperty and SelectField support
  - Added support for form_args, excluded_columns, page_size and
    after_model_update
* Fixed URL generation with localized named filters
* FileAdmin has Bootstrap 2 support now
* Geoalchemy fixes
  - Use Google Places (by default) for place search
* Updated translations
* Bug fixes fixes


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-flask-admin/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-flask-admin/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-flask-admin/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-flask-admin/Makefile
diff -u pkgsrc/www/py-flask-admin/Makefile:1.17 pkgsrc/www/py-flask-admin/Makefile:1.18
--- pkgsrc/www/py-flask-admin/Makefile:1.17     Wed Feb 22 16:18:24 2017
+++ pkgsrc/www/py-flask-admin/Makefile  Tue Mar 14 14:11:51 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2017/02/22 16:18:24 kleink Exp $
+# $NetBSD: Makefile,v 1.18 2017/03/14 14:11:51 kleink Exp $
 
-DISTNAME=      Flask-Admin-1.4.2
+DISTNAME=      Flask-Admin-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/Flask-Admin/}

Index: pkgsrc/www/py-flask-admin/PLIST
diff -u pkgsrc/www/py-flask-admin/PLIST:1.12 pkgsrc/www/py-flask-admin/PLIST:1.13
--- pkgsrc/www/py-flask-admin/PLIST:1.12        Wed Feb 22 16:18:24 2017
+++ pkgsrc/www/py-flask-admin/PLIST     Tue Mar 14 14:11:51 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2017/02/22 16:18:24 kleink Exp $
+@comment $NetBSD: PLIST,v 1.13 2017/03/14 14:11:51 kleink Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -32,6 +32,12 @@ ${PYSITELIB}/flask_admin/contrib/__init_
 ${PYSITELIB}/flask_admin/contrib/appengine/__init__.py
 ${PYSITELIB}/flask_admin/contrib/appengine/__init__.pyc
 ${PYSITELIB}/flask_admin/contrib/appengine/__init__.pyo
+${PYSITELIB}/flask_admin/contrib/appengine/fields.py
+${PYSITELIB}/flask_admin/contrib/appengine/fields.pyc
+${PYSITELIB}/flask_admin/contrib/appengine/fields.pyo
+${PYSITELIB}/flask_admin/contrib/appengine/form.py
+${PYSITELIB}/flask_admin/contrib/appengine/form.pyc
+${PYSITELIB}/flask_admin/contrib/appengine/form.pyo
 ${PYSITELIB}/flask_admin/contrib/appengine/view.py
 ${PYSITELIB}/flask_admin/contrib/appengine/view.pyc
 ${PYSITELIB}/flask_admin/contrib/appengine/view.pyo
@@ -227,23 +233,54 @@ ${PYSITELIB}/flask_admin/static/bootstra
 ${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/css/bootstrap-responsive.min.css
 ${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/css/bootstrap.css
 ${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/css/bootstrap.min.css
-${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/img/glyphicons-halflings-white.png
-${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/img/glyphicons-halflings.png
 ${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/js/bootstrap.js
 ${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/js/bootstrap.min.js
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/swatch/amelia/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/swatch/cerulean/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/swatch/cosmo/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/swatch/cyborg/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/swatch/default/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/swatch/flatly/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/swatch/img/glyphicons-halflings-white.png
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/swatch/img/glyphicons-halflings.png
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/swatch/journal/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/swatch/readable/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/swatch/simplex/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/swatch/slate/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/swatch/spacelab/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/swatch/spruce/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/swatch/superhero/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap2/swatch/united/bootstrap.min.css
 ${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/css/bootstrap-theme.css
 ${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/css/bootstrap-theme.css.map
 ${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/css/bootstrap-theme.min.css
 ${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/css/bootstrap.css
 ${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/css/bootstrap.css.map
 ${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/css/bootstrap.min.css
-${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/fonts/glyphicons-halflings-regular.eot
-${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/fonts/glyphicons-halflings-regular.svg
-${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/fonts/glyphicons-halflings-regular.ttf
-${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/fonts/glyphicons-halflings-regular.woff
-${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/fonts/glyphicons-halflings-regular.woff2
 ${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/js/bootstrap.js
 ${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/js/bootstrap.min.js
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/cerulean/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/cosmo/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/cyborg/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/darkly/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/default/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/flatly/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/fonts/glyphicons-halflings-regular.eot
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/fonts/glyphicons-halflings-regular.svg
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/fonts/glyphicons-halflings-regular.ttf
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/fonts/glyphicons-halflings-regular.woff
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/fonts/glyphicons-halflings-regular.woff2
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/journal/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/lumen/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/paper/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/readable/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/sandstone/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/simplex/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/slate/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/spacelab/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/superhero/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/united/bootstrap.min.css
+${PYSITELIB}/flask_admin/static/bootstrap/bootstrap3/swatch/yeti/bootstrap.min.css
 ${PYSITELIB}/flask_admin/static/vendor/bootstrap-daterangepicker/README.md
 ${PYSITELIB}/flask_admin/static/vendor/bootstrap-daterangepicker/daterangepicker-bs2.css
 ${PYSITELIB}/flask_admin/static/vendor/bootstrap-daterangepicker/daterangepicker-bs3.css
@@ -251,19 +288,16 @@ ${PYSITELIB}/flask_admin/static/vendor/b
 ${PYSITELIB}/flask_admin/static/vendor/jquery.min.js
 ${PYSITELIB}/flask_admin/static/vendor/leaflet/images/layers-2x.png
 ${PYSITELIB}/flask_admin/static/vendor/leaflet/images/layers.png
-${PYSITELIB}/flask_admin/static/vendor/leaflet/images/loader.gif
 ${PYSITELIB}/flask_admin/static/vendor/leaflet/images/marker-icon-2x.png
 ${PYSITELIB}/flask_admin/static/vendor/leaflet/images/marker-icon.png
 ${PYSITELIB}/flask_admin/static/vendor/leaflet/images/marker-shadow.png
-${PYSITELIB}/flask_admin/static/vendor/leaflet/images/search-icon.png
 ${PYSITELIB}/flask_admin/static/vendor/leaflet/images/spritesheet-2x.png
 ${PYSITELIB}/flask_admin/static/vendor/leaflet/images/spritesheet.png
+${PYSITELIB}/flask_admin/static/vendor/leaflet/images/spritesheet.svg
 ${PYSITELIB}/flask_admin/static/vendor/leaflet/leaflet.css
 ${PYSITELIB}/flask_admin/static/vendor/leaflet/leaflet.draw.css
 ${PYSITELIB}/flask_admin/static/vendor/leaflet/leaflet.draw.js
 ${PYSITELIB}/flask_admin/static/vendor/leaflet/leaflet.js
-${PYSITELIB}/flask_admin/static/vendor/leaflet/leaflet.search.css
-${PYSITELIB}/flask_admin/static/vendor/leaflet/leaflet.search.js
 ${PYSITELIB}/flask_admin/static/vendor/moment.min.js
 ${PYSITELIB}/flask_admin/static/vendor/select2/LICENSE
 ${PYSITELIB}/flask_admin/static/vendor/select2/select2-bootstrap3.css
@@ -418,6 +452,8 @@ ${PYSITELIB}/flask_admin/translations/af
 ${PYSITELIB}/flask_admin/translations/af/LC_MESSAGES/admin.po
 ${PYSITELIB}/flask_admin/translations/ar/LC_MESSAGES/admin.mo
 ${PYSITELIB}/flask_admin/translations/ar/LC_MESSAGES/admin.po
+${PYSITELIB}/flask_admin/translations/be/LC_MESSAGES/admin.mo
+${PYSITELIB}/flask_admin/translations/be/LC_MESSAGES/admin.po
 ${PYSITELIB}/flask_admin/translations/ca_ES/LC_MESSAGES/admin.mo
 ${PYSITELIB}/flask_admin/translations/ca_ES/LC_MESSAGES/admin.po
 ${PYSITELIB}/flask_admin/translations/cs/LC_MESSAGES/admin.mo
@@ -478,8 +514,14 @@ ${PYSITELIB}/flask_admin/translations/uk
 ${PYSITELIB}/flask_admin/translations/uk/LC_MESSAGES/admin.po
 ${PYSITELIB}/flask_admin/translations/vi/LC_MESSAGES/admin.mo
 ${PYSITELIB}/flask_admin/translations/vi/LC_MESSAGES/admin.po
+${PYSITELIB}/flask_admin/translations/zh_Hans_CN/LC_MESSAGES/adding_a_new_model_backend.po
 ${PYSITELIB}/flask_admin/translations/zh_Hans_CN/LC_MESSAGES/admin.mo
 ${PYSITELIB}/flask_admin/translations/zh_Hans_CN/LC_MESSAGES/admin.po
+${PYSITELIB}/flask_admin/translations/zh_Hans_CN/LC_MESSAGES/advanced.po
+${PYSITELIB}/flask_admin/translations/zh_Hans_CN/LC_MESSAGES/api.po
+${PYSITELIB}/flask_admin/translations/zh_Hans_CN/LC_MESSAGES/changelog.po
+${PYSITELIB}/flask_admin/translations/zh_Hans_CN/LC_MESSAGES/index.po
+${PYSITELIB}/flask_admin/translations/zh_Hans_CN/LC_MESSAGES/introduction.po
 ${PYSITELIB}/flask_admin/translations/zh_Hant_TW/LC_MESSAGES/admin.mo
 ${PYSITELIB}/flask_admin/translations/zh_Hant_TW/LC_MESSAGES/admin.po
 ${EGDIR}/__init__.py
@@ -503,6 +545,8 @@ ${EGDIR}/quickstart/app2.py
 ${EGDIR}/quickstart/app3.py
 ${EGDIR}/simple/__init__.py
 ${EGDIR}/simple/app.py
+${EGDIR}/sqla-association_proxy/__init__.py
+${EGDIR}/sqla-association_proxy/app.py
 ${EGDIR}/sqla-custom-filter/__init__.py
 ${EGDIR}/sqla-custom-filter/app.py
 ${EGDIR}/sqla-filter-selectable/__init__.py
@@ -512,3 +556,7 @@ ${EGDIR}/sqla-hybrid_property/app.py
 ${EGDIR}/sqla/__init__.py
 ${EGDIR}/sqla/app.py
 ${EGDIR}/sqla/app2.py
+${EGDIR}/swatch/__init__.py
+${EGDIR}/swatch/app.py
+${EGDIR}/swatch3/__init__.py
+${EGDIR}/swatch3/app.py

Index: pkgsrc/www/py-flask-admin/distinfo
diff -u pkgsrc/www/py-flask-admin/distinfo:1.14 pkgsrc/www/py-flask-admin/distinfo:1.15
--- pkgsrc/www/py-flask-admin/distinfo:1.14     Wed Feb 22 16:18:24 2017
+++ pkgsrc/www/py-flask-admin/distinfo  Tue Mar 14 14:11:51 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2017/02/22 16:18:24 kleink Exp $
+$NetBSD: distinfo,v 1.15 2017/03/14 14:11:51 kleink Exp $
 
-SHA1 (Flask-Admin-1.4.2.tar.gz) = a12f2bdb6aa21a94b74e6244ca607cc0fd014512
-RMD160 (Flask-Admin-1.4.2.tar.gz) = abf2693fb9e9e01cccb5e8b27034401d9890cbc4
-SHA512 (Flask-Admin-1.4.2.tar.gz) = e736d5f6d05c886ac8bd96b7524d6bc7af956fd9d2f183d1c0872ea346301d67c5b634589b94b1de3be9fd5f1595ad95505b68d80adc613520259380bb9b0be5
-Size (Flask-Admin-1.4.2.tar.gz) = 922579 bytes
+SHA1 (Flask-Admin-1.5.0.tar.gz) = fbb9d73ef20996c26096ebd20df4cff48ea9f65c
+RMD160 (Flask-Admin-1.5.0.tar.gz) = 9c0c2530406af7a8ba2932a93026b0feca64a2af
+SHA512 (Flask-Admin-1.5.0.tar.gz) = dbf5b97f27228eb000fd1298f4da8d4824196856e4ba9e2d8cbae6e562794ec2d1a998b382efaa84ec4fd7a74ae589a739c52e117efebfb171f19bc16e7350e7
+Size (Flask-Admin-1.5.0.tar.gz) = 1598074 bytes



Home | Main Index | Thread Index | Old Index