Update xstatic-angular-smart-table to 2.1.8.0

Change-Id: If92c813d11e548835b275924f60cf98a6914a6ed
This commit is contained in:
Rob Cresswell 2016-11-19 20:27:46 +00:00
parent 3989e1f8e3
commit de41e5d6d0
3 changed files with 104 additions and 42 deletions

View File

@ -1,12 +1,12 @@
[metadata]
name = XStatic-smart-table
description = smart-table 1.4.13 (XStatic packaging standard)
description = smart-table 2.1.8 (XStatic packaging standard)
description-file = README.rst
maintainer = Richard Jones
maintainer-email = r1chardj0n3s@gmail.com
maintainer = Rob Cresswell
maintainer-email = robert.cresswell@outlook.com
home-page = https://github.com/lorenzofox3/Smart-Table
keywords = smart-table angular table angular_smart_table xstatic
license = (same as smart-table)
license = MIT
zip_safe = False
namespace_packages =
xstatic

View File

@ -15,9 +15,9 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
# please use a all-lowercase valid python
# package name
VERSION = '1.4.13' # version of the packaged files, please use the upstream
VERSION = '2.1.8' # version of the packaged files, please use the upstream
# version number
BUILD = '2' # 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
@ -28,14 +28,14 @@ CLASSIFIERS = []
KEYWORDS = 'smart-table angular table angular_smart_table xstatic'
# XStatic-* package maintainer:
MAINTAINER = 'Richard Jones'
MAINTAINER_EMAIL = 'r1chardj0n3s@gmail.com'
MAINTAINER = 'Rob Cresswell'
MAINTAINER_EMAIL = 'robert.cresswell@outlook.com'
# this refers to the project homepage of the stuff we packaged:
HOMEPAGE = 'https://github.com/lorenzofox3/Smart-Table'
# this refers to all files:
LICENSE = '(same as %s)' % DISPLAY_NAME
LICENSE = 'MIT'
from os.path import join, dirname
BASE_DIR = join(dirname(__file__), 'data')

File diff suppressed because one or more lines are too long