Skip to content

Commit

Permalink
installation: version bumps
Browse files Browse the repository at this point in the history
* Configures Elasticsearch REST error handling by adding an extra error
  type code. (closes #791)

* Configures invenio-oauth2server to include additional allowed
  characters, fixing urlencode issues on various REST API search
  URLs. (closes #805)

* Swaps `invenio_records_rest.view.file_download_ui` with
  `invenio_records_files.utils.file_download_ui`.

Signed-off-by: Alexander Ioannidis <a.ioannidis@cern.ch>
  • Loading branch information
slint authored and lnielsen committed Nov 23, 2016
1 parent 450914f commit 6c84f4f
Show file tree
Hide file tree
Showing 7 changed files with 177 additions and 142 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -69,6 +69,7 @@ matrix:
before_install:
- "mkdir /tmp/elasticsearch"
- "wget -O - https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/${ES_VERSION}/elasticsearch-${ES_VERSION}.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1"
- "/tmp/elasticsearch/bin/plugin install -b mapper-attachments"
- "/tmp/elasticsearch/bin/elasticsearch &"
- "travis_retry pip install --upgrade pip setuptools py 'sphinx==1.4.4'"
- "travis_retry pip install wheel coveralls requirements-builder"
Expand Down
170 changes: 91 additions & 79 deletions requirements.txt
Expand Up @@ -30,114 +30,117 @@
-e git+https://github.com/lnielsen/invenio-migrator.git@#egg=invenio-migrator

# PyPI requirements
alabaster==0.7.8
alabaster==0.7.9
alembic==0.8.8
amqp==1.4.9
anyjson==0.3.3
apipkg==1.4
appnope==0.1.0
arrow==0.8.0
Babel==2.3.4
backports.shutil-get-terminal-size==1.0.0
billiard==3.3.0.23
binaryornot==0.4.0
bleach==1.4.3
bleach==1.5.0
blinker==1.4
cairocffi==0.7.2
CairoSVG==1.0.22
celery==3.1.23
cffi==1.7.0
cchardet==1.1.1
celery==3.1.25
cffi==1.9.1
chardet==2.3.0
check-manifest==0.31
check-manifest==0.34
citeproc-py==0.3.0
citeproc-py-styles==0.1.0
click==6.6
configparser==3.5.0
cookiecutter==1.4.0
coverage==4.1
cryptography==1.4
datacite==0.2.2
coverage==4.2
cryptography==1.5.3
datacite==0.3.0
dcxml==0.1.0
decorator==4.0.10
dictdiffer==0.6.0
docutils==0.12
dojson==1.2.1
elasticsearch==2.3.0
elasticsearch-dsl==2.1.0
elasticsearch==2.4.0
elasticsearch-dsl==2.2.0
entrypoints==0.2.2
execnet==1.4.1
Flask==0.11.1
Flask-Admin==1.4.2
Flask-Alembic==2.0.1
Flask-Assets==0.12
Flask-BabelEx==0.9.3
Flask-Breadcrumbs==0.3.0
Flask-Breadcrumbs==0.4.0
Flask-Cache==0.13.1
Flask-CeleryExt==0.2.0
Flask-CeleryExt==0.2.2
Flask-Collect==1.2.2
Flask-Cors==2.1.2
Flask-Cors==3.0.2
Flask-DebugToolbar==0.10.0
Flask-Konch==1.1.0
Flask-KVSession==0.6.2
Flask-Limiter==0.9.3
Flask-Login==0.3.2
Flask-Login==0.4.0
Flask-Mail==0.9.1
Flask-Menu==0.5.0
Flask-Menu==0.5.1
Flask-OAuthlib==0.9.3
Flask-Principal==0.4.0
Flask-Security==1.7.5
Flask-Security-Fork==1.8.1
Flask-SQLAlchemy==2.1
Flask-WTF==0.12
Flask-WTF==0.13.1
fs==0.5.4
future==0.15.2
funcsigs==1.0.2
future==0.16.0
github3.py==1.0.0a4
gnureadline==6.3.3
humanize==0.5.1
html5lib==0.9999999
humanize==0.5.1
idna==2.1
IDUtils==0.2.3
imagesize==0.7.1
infinity==1.4
intervals==0.7.1
invenio-access==1.0.0a9
invenio-accounts==1.0.0a14
intervals==0.8.0
invenio-access==1.0.0a11
invenio-accounts==1.0.0b1
invenio-admin==1.0.0a3
invenio-assets==1.0.0b3
invenio-assets==1.0.0b4
invenio-base==1.0.0a14
invenio-celery==1.0.0a4
invenio-celery==1.0.0b1
invenio-communities==1.0.0a13
invenio-config==1.0.0b1
invenio-csl-rest==1.0.0a1
invenio-db==1.0.0b2
invenio-deposit==1.0.0a5
invenio-files-rest==1.0.0a11
invenio-db==1.0.0b3
invenio-deposit==1.0.0a7
invenio-files-rest==1.0.0a14
invenio-formatter==1.0.0a2
invenio-github==1.0.0a9
invenio-github==1.0.0a10
invenio-i18n==1.0.0b1
invenio-indexer==1.0.0a7
invenio-indexer==1.0.0a8
invenio-jsonschemas==1.0.0a3
invenio-logging==1.0.0a3
invenio-mail==1.0.0a4
invenio-mail==1.0.0a5
invenio-marc21==1.0.0a3
# invenio-migrator==1.0.0a8
invenio-oaiserver==1.0.0a8
invenio-oauth2server==1.0.0a9
invenio-oauthclient==1.0.0a10
invenio-openaire==1.0.0a6
invenio-oaiserver==1.0.0a9
invenio-oauth2server==1.0.0a13
invenio-oauthclient==1.0.0a12
invenio-openaire==1.0.0a7
invenio-opendefinition==1.0.0a3
invenio-pages==1.0.0a3
invenio-pidstore==1.0.0a9
invenio-previewer==1.0.0a8
invenio-pidstore==1.0.0b1
invenio-previewer==1.0.0a9
invenio-query-parser==0.6.0
invenio-records==1.0.0a17
invenio-records-files==1.0.0a6
invenio-records-rest==1.0.0a15
invenio-records-ui==1.0.0a7
invenio-rest==1.0.0a9
invenio-search==1.0.0a7
invenio-records==1.0.0b1
invenio-records-files==1.0.0a8
invenio-records-rest==1.0.0a17
invenio-records-ui==1.0.0a8
invenio-rest==1.0.0a10
invenio-search==1.0.0a9
invenio-search-ui==1.0.0a5
invenio-sipstore==1.0.0a3
invenio-theme==1.0.0a14
invenio-userprofiles==1.0.0a7
invenio-webhooks==1.0.0a3
ipython==4.2.0
invenio-userprofiles==1.0.0a9
invenio-webhooks==1.0.0a4
ipython==5.1.0
ipython-genutils==0.1.0
isbnid==0.4.2.1
isort==4.2.5
Expand All @@ -150,70 +153,79 @@ jsonpointer==1.10
jsonref==0.1
jsonresolver==0.2.1
jsonschema==2.5.1
jupyter-core==4.1.0
kombu==3.0.35
Konch==2.0.0
limits==1.1.1
lxml==3.6.0
jupyter-core==4.2.0
kombu==3.0.37
Konch==2.2.0
limits==1.2.0
lxml==3.6.4
Mako==1.0.6
MarkupSafe==0.23
marshmallow==2.8.0
marshmallow==2.10.4
mistune==0.7.3
mock==2.0.0
msgpack-python==0.4.7
msgpack-python==0.4.8
nbconvert==4.2.0
nbformat==4.0.1
nbformat==4.1.0
ndg-httpsclient==0.4.2
node-semver==0.1.1
oauthlib==1.1.2
ordereddict==1.1
passlib==1.6.5
pathlib2==2.1.0
pbr==1.10.0
pep8==1.7.0
pexpect==4.1.0
pickleshare==0.7.2
Pillow==3.3.0
pluggy==0.3.1
pexpect==4.2.1
pickleshare==0.7.4
Pillow==3.4.2
pluggy==0.4.0
poyo==0.4.0
psycopg2==2.6.1
prompt-toolkit==1.0.9
psycopg2==2.6.2
ptyprocess==0.5.1
py==1.4.31
pyasn1==0.1.9
pycparser==2.14
pydocstyle==1.0.0
pycparser==2.17
pydocstyle==1.1.1
Pygments==2.1.3
pyOpenSSL==16.2.0
pyPEG2==2.15.2
pytest==2.9.2
pytest==3.0.4
pytest-cache==1.0
pytest-cov==2.2.1
pytest-cov==2.4.0
pytest-flask==0.10.0
pytest-pep8==1.0.6
python-dateutil==2.5.3
python-slugify==1.2.0
pytz==2016.4
python-dateutil==2.6.0
python-editor==1.0.1
python-slugify==1.2.1
pytz==2016.7
raven==5.1.0
redis==2.10.5
requests==2.10.0
requests==2.12.1
requests-oauthlib==0.7.0
selenium==2.52.0
Sickle==0.5
Sickle==0.6.1
simplegeneric==0.8.1
simplejson==3.8.2
simplejson==3.10.0
simplekv==0.10.0
six==1.10.0
snowballstemmer==1.2.1
speaklater==1.3
Sphinx==1.4.4
SQLAlchemy==1.1.0b3
SQLAlchemy==1.1.4
SQLAlchemy-Continuum==1.2.4
SQLAlchemy-Utils==0.32.9
SQLAlchemy-Utils==0.32.11
statsd==3.2.1
traitlets==4.2.2
traitlets==4.3.1
Unidecode==0.4.19
uritemplate.py==0.3.0
uritools==1.0.2
urllib3==1.16
uwsgi==2.0.13.1
uritemplate.py==1.0.1
uritools==2.0.0
urllib3==1.19.1
uwsgi==2.0.14
uwsgitop==0.9
validators==0.10.3
webargs==1.3.4
validators==0.11.1
vine==1.1.3
wcwidth==0.1.7
webargs==1.4.0
webassets==0.12.0
Werkzeug==0.11.11
whichcraft==0.4.0
Expand Down

0 comments on commit 6c84f4f

Please sign in to comment.