Update XStatic-Angular-Bootstrap to 1.3.3

Compatibility changed in 1.x to Angular >=1.4.x. Since we will soon be
moving to 1.4, there is no point updating to 0.14.3 and then to 1.x.

Change-Id: I3adfb008de953710fa46ffb3dc3c7bd106ae164a
This commit is contained in:
Rob Cresswell 2016-05-10 18:38:15 +01:00
parent 7a2e736846
commit 5873eed4db
2 changed files with 5833 additions and 2602 deletions

View File

@ -11,9 +11,9 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
# please use a all-lowercase valid python
# package name
VERSION = '0.11.0' # version of the packaged files, please use the upstream
VERSION = '1.3.3' # version of the packaged files, please use the upstream
# version number
BUILD = '8' # our package build number, so we can release new builds
BUILD = '0' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi
@ -24,14 +24,14 @@ CLASSIFIERS = []
KEYWORDS = '%s xstatic' % NAME
# XStatic-* package maintainer:
MAINTAINER = 'Maxime Vidori'
MAINTAINER_EMAIL = 'maxime.vidori@enovance.com'
MAINTAINER = 'Rob Cresswell'
MAINTAINER_EMAIL = 'robert.cresswell@outlook.com'
# this refers to the project homepage of the stuff we packaged:
HOMEPAGE = 'http://angular-ui.github.io/bootstrap/'
# this refers to all files:
LICENSE = '(same as Angular-Bootstrap)'
LICENSE = 'MIT'
from os.path import join, dirname
BASE_DIR = join(dirname(__file__), 'data')

8425
xstatic/pkg/angular_bootstrap/data/angular-bootstrap.js vendored Executable file → Normal file

File diff suppressed because it is too large Load Diff