Codebase list pyexcel-ods / ebb9c2f
:egg: :ferris_wheel: release 0.6.0 chfw 3 years ago
8 changed file(s) with 22 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
00 Change log
11 ================================================================================
22
3 0.6.0 - 2020
4 --------------------------------------------------------------------------------
5
6 **added**
7
8 #. new style reader and writer plugins. works with pyexcel-io v0.6.0
3 0.6.0 - 9.10.2020
4 --------------------------------------------------------------------------------
5
6 **added**
7
8 #. new style reader and writer plugins. works with pyexcel-io v0.6.2
99
1010 0.5.6 - 19.03.2019
1111 --------------------------------------------------------------------------------
1212 and/or other materials provided with the distribution.
1313
1414 * Neither the name of 'pyexcel-ods' nor the names of the contributors
15 may be used to endorse or promote products derived from this software
15 may not be used to endorse or promote products derived from this software
1616 without specific prior written permission.
1717
1818 THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
2424 .. image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
2525 :target: https://gitter.im/pyexcel/Lobby
2626
27 .. image:: https://img.shields.io/static/v1?label=continuous%20templating&message=%E6%A8%A1%E7%89%88%E6%9B%B4%E6%96%B0&color=blue&style=flat-square
28 :target: https://moban.readthedocs.io/en/latest/#at-scale-continous-templating-for-open-source-projects
29
30 .. image:: https://img.shields.io/static/v1?label=coding%20style&message=black&color=black&style=flat-square
31 :target: https://github.com/psf/black
2732
2833 **pyexcel-ods** is a tiny wrapper library to read, manipulate and write data in
2934 ods format using python 2.6 and python 2.7. You are likely to use it with
33 - changes:
44 - action: added
55 details:
6 - 'new style reader and writer plugins. works with pyexcel-io v0.6.0'
7 date: 2020
6 - 'new style reader and writer plugins. works with pyexcel-io v0.6.2'
7 date: 9.10.2020
88 version: 0.6.0
99 - changes:
1010 - action: added
2626 # The short X.Y version
2727 version = '0.6.0'
2828 # The full version, including alpha/beta/rc tags
29 release = '0.5.6'
29 release = '0.6.0'
3030
3131 # -- General configuration ---------------------------------------------------
3232
22 nick_name: ods
33 version: 0.6.0
44 current_version: 0.6.0
5 release: 0.5.6
5 release: 0.6.0
66 copyright_year: 2015-2020
77 file_type: ods
88 dependencies:
9 - pyexcel-io>=0.5.16
9 - pyexcel-io>=0.6.2
1010 - odfpy>=1.3.5
1111 test_dependencies:
1212 - pyexcel
0 pyexcel-io>=0.5.16
0 pyexcel-io>=0.6.2
11 odfpy>=1.3.5
3535 "A wrapper library to read, manipulate and write data in ods format"
3636 )
3737 URL = "https://github.com/pyexcel/pyexcel-ods"
38 DOWNLOAD_URL = "%s/archive/0.5.6.tar.gz" % URL
38 DOWNLOAD_URL = "%s/archive/0.6.0.tar.gz" % URL
3939 FILES = ["README.rst", "CHANGELOG.rst"]
4040 KEYWORDS = [
4141 "python",
5959 PYTHON_REQUIRES = ">=3.6"
6060
6161 INSTALL_REQUIRES = [
62 "pyexcel-io>=0.5.16",
62 "pyexcel-io>=0.6.2",
6363 "odfpy>=1.3.5",
6464 ]
6565 SETUP_COMMANDS = {}
6969 }
7070 # You do not need to read beyond this line
7171 PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
72 GS_COMMAND = ("gs pyexcel-ods v0.5.6 " +
73 "Find 0.5.6 in changelog for more details")
72 GS_COMMAND = ("gs pyexcel-ods v0.6.0 " +
73 "Find 0.6.0 in changelog for more details")
7474 NO_GS_MESSAGE = ("Automatic github release is disabled. " +
7575 "Please install gease to enable it.")
7676 UPLOAD_FAILED_MSG = (