Skip to content

Commit

Permalink
Update py-flask-assets to 0.12.
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
kleink committed Jan 17, 2017
1 parent 492c618 commit e3b3d7a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions www/py-flask-assets/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2016/06/08 17:43:46 wiz Exp $
# $NetBSD: Makefile,v 1.7 2017/01/17 15:13:59 kleink Exp $

DISTNAME= Flask-Assets-0.11
DISTNAME= Flask-Assets-0.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-Assets/}
Expand Down
3 changes: 2 additions & 1 deletion www/py-flask-assets/PLIST
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@comment $NetBSD: PLIST,v 1.1 2013/07/28 17:54:32 kleink Exp $
@comment $NetBSD: PLIST,v 1.2 2017/01/17 15:13:59 kleink Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
Expand Down
10 changes: 5 additions & 5 deletions www/py-flask-assets/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2015/11/04 02:47:27 agc Exp $
$NetBSD: distinfo,v 1.6 2017/01/17 15:13:59 kleink Exp $

SHA1 (Flask-Assets-0.11.tar.gz) = 5acb901ec7276535bb92890e148ab181b96b99d5
RMD160 (Flask-Assets-0.11.tar.gz) = f06f901d8eaae4b61cb9bf999b1e9b6930029151
SHA512 (Flask-Assets-0.11.tar.gz) = 8e163cbba451188a5d4e39671f5823e8411aaaf83f9843281c090129386bb9357c956e3782291d16e7d8253c9f66706d45cf52bf2c17b12768181f6b34fc11b9
Size (Flask-Assets-0.11.tar.gz) = 21722 bytes
SHA1 (Flask-Assets-0.12.tar.gz) = b15b6464da60377c4d19b6592e3ed346d0b8577b
RMD160 (Flask-Assets-0.12.tar.gz) = efdc1c9a18375f6901c5bf8613e275b5505cb51e
SHA512 (Flask-Assets-0.12.tar.gz) = e7a88a3637a9dc0ad7c19d6e6843d28d1ee6bc676280981e9a5db55377610165823cfa29633029013cf64c43b49b5e642cd0972fae5d82d5cd9a0bdc0333126b
Size (Flask-Assets-0.12.tar.gz) = 22905 bytes

0 comments on commit e3b3d7a

Please sign in to comment.