summaryrefslogtreecommitdiff
path: root/xstatic/pkg/jquery_ui/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/jquery_ui/__init__.py')
-rw-r--r--xstatic/pkg/jquery_ui/__init__.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/xstatic/pkg/jquery_ui/__init__.py b/xstatic/pkg/jquery_ui/__init__.py
index 338c47a..7ea26b1 100644
--- a/xstatic/pkg/jquery_ui/__init__.py
+++ b/xstatic/pkg/jquery_ui/__init__.py
@@ -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.8.18' # version of the packaged files, please use the upstream
+VERSION = '1.8.24' # version of the packaged files, please use the upstream
# version number
BUILD = '1' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
@@ -24,8 +24,8 @@ CLASSIFIERS = []
KEYWORDS = '%s xstatic' % NAME
# XStatic-* package maintainer:
-MAINTAINER = 'Reimar Bauer'
-MAINTAINER_EMAIL = 'rb.proj@googlemail.com'
+MAINTAINER = 'Thomas Waldmann'
+MAINTAINER_EMAIL = 'tw@waldmann-edv.de'
# this refers to the project homepage of the stuff we packaged:
HOMEPAGE = 'http://jqueryui.com/'
@@ -36,6 +36,7 @@ LICENSE = '(same as %s)' % DISPLAY_NAME
from os.path import join, dirname
BASE_DIR = join(dirname(__file__), 'data')
# linux package maintainers just can point to their file locations like this:
-#BASE_DIR = '/usr/share/javascript/fullcalendar'
+#BASE_DIR = '/usr/share/javascript/jquery_ui'
LOCATIONS = {}
+