Update XStatic-angular-bootstrap to 2.2.0.0

Change-Id: Idd53f42c841802af830864a5497e433c41628bd3
This commit is contained in:
Rob Cresswell 2016-10-29 12:49:29 +02:00
parent c9bbd6a3d1
commit 9d7f18344d
3 changed files with 643 additions and 364 deletions

View File

@ -1,6 +1,6 @@
[metadata]
name = XStatic-Angular-Bootstrap
description = Angular-Bootstrap 1.3.3 (XStatic packaging standard)
description = Angular-Bootstrap 2.2.0 (XStatic packaging standard)
description-file = README.rst
maintainer = Rob Cresswell
maintainer-email = robert.cresswell@outlook.com

View File

@ -11,7 +11,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
# please use a all-lowercase valid python
# package name
VERSION = '1.3.3' # version of the packaged files, please use the upstream
VERSION = '2.2.0' # version of the packaged files, please use the upstream
# version number
BUILD = '0' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
@ -38,6 +38,8 @@ BASE_DIR = join(dirname(__file__), 'data')
# linux package maintainers just can point to their file locations like this:
#BASE_DIR = '/usr/share/javascript/angular_cookies'
MAIN='angular-bootstrap.js'
LOCATIONS = {
# CDN locations (if no public CDN exists, use an empty dict)
# if value is a string, it is a base location, just append relative

File diff suppressed because it is too large Load Diff