diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-03-29 12:20:24 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-30 09:04:35 -0700 |
| commit | cab37597b7c14b35480131e28d05bfc397394073 (patch) | |
| tree | c451da07bb2f3e443bd220cc0d1903777a30d93f /meta-python/recipes-devtools/python/python3-openpyxl_3.0.6.bb | |
| parent | 28dd6ce112e0ae3e5bed4b54378c35573dc7360d (diff) | |
| download | meta-openembedded-cab37597b7c14b35480131e28d05bfc397394073.tar.gz | |
python3-openpyxl: Upgrade 3.0.6 -> 3.0.7
Upgrade to release 3.0.7:
- Problems with zero time values
- Not possible to correctly convert excel dates to timedelta
- Exception raised when merging cells which do not have borders
all the way round.
- Python 2 print statement in the tutorial
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-openpyxl_3.0.6.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-openpyxl_3.0.6.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python3-openpyxl_3.0.6.bb b/meta-python/recipes-devtools/python/python3-openpyxl_3.0.6.bb deleted file mode 100644 index d4781eeffa..0000000000 --- a/meta-python/recipes-devtools/python/python3-openpyxl_3.0.6.bb +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | SUMMARY = "openpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files" | ||
| 2 | DESCRIPTION = "It was born from lack of existing library to read/write natively \ | ||
| 3 | from Python the Office Open XML format. All kudos to the PHPExcel team as openpyxl \ | ||
| 4 | was initially based on PHPExcel." | ||
| 5 | |||
| 6 | HOMEPAGE = "http://www.python-excel.org/" | ||
| 7 | LICENSE = "MIT" | ||
| 8 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "b229112b46e158b910a5d1b270b212c42773d39cab24e8db527f775b82afc041" | ||
| 13 | |||
| 14 | RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-jdcal ${PYTHON_PN}-et-xmlfile" | ||
