File tree Expand file tree Collapse file tree 5 files changed +26
-11
lines changed Expand file tree Collapse file tree 5 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
+
5
+ 0.5.0 - 30.08.2017
6
+ --------------------------------------------------------------------------------
7
+
8
+ Updated
9
+ ********************************************************************************
10
+
11
+ #. put dependency on pyexcel-io 0.5.0, which uses cStringIO instead of StringIO.
12
+ Hence, there will be performance boost in handling files in memory.
13
+
14
+ Relocated
15
+ --------------------------------------------------------------------------------
16
+
17
+ #. All ods type conversion code lives in pyexcel_io.service module
18
+
4
19
0.4.1 - 17.08.2017
5
20
--------------------------------------------------------------------------------
6
21
Original file line number Diff line number Diff line change 20
20
21
21
project = u'pyexcel-ods3'
22
22
copyright = u'2015-2017 Onni Software Ltd.'
23
- version = '0.4.1 '
24
- release = '0.4.1 '
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 1
1
overrides : " pyexcel.yaml"
2
2
name : " pyexcel-ods3"
3
3
nick_name : ods3
4
- version : 0.4.1
5
- current_version : 0.4.1
6
- release : 0.4.1
4
+ version : 0.5.0
5
+ current_version : 0.5.0
6
+ release : 0.5.0
7
7
file_type : ods
8
8
dependencies :
9
- - pyexcel-io>=0.4 .0
9
+ - pyexcel-io>=0.5 .0
10
10
- lxml
11
11
- pyexcel-ezodf>=0.3.3
12
12
- weakrefset;python_version<"2.7"
Original file line number Diff line number Diff line change 1
- pyexcel-io >= 0.4 .0
1
+ pyexcel-io >= 0.5 .0
2
2
lxml
3
3
pyexcel-ezodf >= 0.3.3
4
4
weakrefset ;python_version < "2.7"
Original file line number Diff line number Diff line change 10
10
11
11
NAME = 'pyexcel-ods3'
12
12
AUTHOR = 'C.W.'
13
- VERSION = '0.4.1 '
13
+ VERSION = '0.5.0 '
14
14
15
15
LICENSE = 'New BSD'
16
16
DESCRIPTION = (
17
17
'A wrapper library to read, manipulate and write data in ods format' +
18
18
''
19
19
)
20
20
URL = 'https://github.com/pyexcel/pyexcel-ods3'
21
- DOWNLOAD_URL = '%s/archive/0.4.1 .tar.gz' % URL
22
- FILES = ['README.rst' , 'CHANGELOG.rst' ]
21
+ DOWNLOAD_URL = '%s/archive/0.5.0 .tar.gz' % URL
22
+ FILES = ['README.rst' , 'CHANGELOG.rst' ]
23
23
KEYWORDS = [
24
24
'ods'
25
25
'python'
40
40
]
41
41
42
42
INSTALL_REQUIRES = [
43
- 'pyexcel-io>=0.4 .0' ,
43
+ 'pyexcel-io>=0.5 .0' ,
44
44
'lxml' ,
45
45
'pyexcel-ezodf>=0.3.3' ,
46
46
]
You can’t perform that action at this time.
0 commit comments