Update JSEncrypt to 2.3.1.1

Fix broken package contents

Change-Id: I81cfe87e51ad90eadbbd875953211e72ce824f19
This commit is contained in:
Rob Cresswell 2016-11-17 19:09:21 +00:00
parent 5526c15f91
commit 27ddd977cb
2 changed files with 3852 additions and 1 deletions

View File

@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
VERSION = '2.3.1' # version of the packaged files, please use the upstream
# version number
BUILD = '0' # our package build number, so we can release new builds
BUILD = '1' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi

File diff suppressed because it is too large Load Diff