File tree 6 files changed +26
-11
lines changed
6 files changed +26
-11
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
===========
3
3
4
+ 0.5.0 - 30.08.2017
5
+ --------------------------------------------------------------------------------
6
+
7
+ Updated
8
+ ********************************************************************************
9
+
10
+ #. put dependency on pyexcel-io 0.5.0, which uses cStringIO instead of StringIO.
11
+ Hence, there will be performance boost in handling files in memory.
12
+ #. version jumped because it will be easy to see pyexcel-htmlr depends on
13
+ pyexcel-io v0.5.0
14
+
15
+ Relocated
16
+ ********************************************************************************
17
+
18
+ #. type detection code is being relocated into pyexcel-io
19
+
4
20
0.0.1 - 26-07-2017
5
21
---------------------------
6
22
Original file line number Diff line number Diff line change 20
20
21
21
project = u'pyexcel-htmlr'
22
22
copyright = u'2015-2017 Onni Software Ltd.'
23
- version = '0.0.1 '
24
- release = '0.0.2 '
23
+ version = '0.5.0 '
24
+ release = '0.5.0 '
25
25
exclude_patterns = []
26
26
pygments_style = 'sphinx'
27
27
html_theme = 'default'
Original file line number Diff line number Diff line change 5
5
:Source code: http://github.com/pyexcel/pyexcel-htmlr.git
6
6
:Issues: http://github.com/pyexcel/pyexcel-htmlr/issues
7
7
:License: New BSD License
8
- :Development: |release |
9
8
:Released: |version |
10
9
:Generated: |today |
11
10
Original file line number Diff line number Diff line change 1
1
overrides : " pyexcel.yaml"
2
2
name : " pyexcel-htmlr"
3
3
nick_name : " htmlr"
4
- version : " 0.0.2 "
5
- current_version : " 0.0.2 "
6
- release : " 0.0.1 "
4
+ version : " 0.5.0 "
5
+ current_version : " 0.5.0 "
6
+ release : " 0.5.0 "
7
7
file_type : ' html'
8
8
dependencies :
9
9
- html5lib
10
10
- lxml
11
- - pyexcel>=0.5.1.1
11
+ - pyexcel-io >=0.5.0
12
12
description : " read tables in html file as excel data"
Original file line number Diff line number Diff line change 1
1
html5lib
2
2
lxml
3
- pyexcel >= 0.5.1.1
3
+ pyexcel-io >= 0.5.0
Original file line number Diff line number Diff line change 10
10
11
11
NAME = 'pyexcel-htmlr'
12
12
AUTHOR = 'C.W.'
13
- VERSION = '0.0.2 '
13
+ VERSION = '0.5.0 '
14
14
15
15
LICENSE = 'New BSD'
16
16
DESCRIPTION = (
17
17
'read tables in html file as excel data' +
18
18
''
19
19
)
20
20
URL = 'https://github.com/pyexcel/pyexcel-htmlr'
21
- DOWNLOAD_URL = '%s/archive/0.0.1 .tar.gz' % URL
21
+ DOWNLOAD_URL = '%s/archive/0.5.0 .tar.gz' % URL
22
22
FILES = ['README.rst' , 'CHANGELOG.rst' ]
23
23
KEYWORDS = [
24
24
'python'
42
42
INSTALL_REQUIRES = [
43
43
'html5lib' ,
44
44
'lxml' ,
45
- 'pyexcel>=0.5.1.1 ' ,
45
+ 'pyexcel-io >=0.5.0 ' ,
46
46
]
47
47
48
48
You can’t perform that action at this time.
0 commit comments