File tree Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ python:
1616 - 3.5
1717 - 3.6
1818before_install :
19- - cd $HOME
20- - " if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then deactivate && wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.7.1-linux_x86_64-portable.tar.bz2 -O - | tar -jxf - && echo 'Setting up aliases...' && ln -s pypy-5.7.1-linux_x86_64-portable pypy2-latest && export PATH=$HOME/pypy2-latest/bin/:$PATH && virtualenv --no-site-packages --python ~/pypy2-latest/bin/pypy pypy2-env && echo 'Creating custom env...' && source pypy2-env/bin/activate && python -V; fi"
21- - cd -
2219 - pip install pyramid==$PYRAMID_VERSION
2320 - if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install flake8==2.6.2; fi
2421 - if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then
Original file line number Diff line number Diff line change 11Change log
22================================================================================
33
4+ 0.0.5 - 20.07.2017
5+ --------------------------------------------------------------------------------
6+
7+ Updated
8+ ********************************************************************************
9+
10+ #. adapt pyexcel-webio 0.1.2 which brings iget_records, iget_array,
11+ isave_to_database and isave_book_to_database.
12+
4130.0.4 - 29.06.2017
514--------------------------------------------------------------------------------
615
Original file line number Diff line number Diff line change 2121
2222project = u'pyramid-excel'
2323copyright = u'2015-2017 Onni Software Ltd.'
24- version = '0.0.4 '
24+ version = '0.0.5 '
2525release = '0.0.5'
2626exclude_patterns = []
2727pygments_style = 'sphinx'
Original file line number Diff line number Diff line change 1010:Source code: http://github.com/pyexcel/pyramid-excel.git
1111:Issues: http://github.com/pyexcel/pyramid-excel/issues
1212:License: New BSD License
13- :Development: |release |
1413:Released: |version |
1514:Generated: |today |
1615
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ overrides: "pyexcel.yaml"
22name : " pyramid-excel"
33version : 0.0.5
44current_version : 0.0.5
5- release : 0.0.4
5+ release : 0.0.5
66webframework : Pyramid
77dependencies :
88 - pyexcel>=0.5.1.1
Original file line number Diff line number Diff line change 1919 ''
2020)
2121URL = 'https://github.com/pyexcel/pyramid-excel'
22- DOWNLOAD_URL = '%s/archive/0.0.4 .tar.gz' % URL
22+ DOWNLOAD_URL = '%s/archive/0.0.5 .tar.gz' % URL
2323FILES = ['README.rst' , 'CHANGELOG.rst' ]
2424KEYWORDS = [
2525 'API' ,
You can’t perform that action at this time.
0 commit comments