Date: Saturday, January 26, 2019 @ 11:50:51 Author: aginiewicz Revision: 428071
upgpkg: python-openpyxl 2.5.14-1 python-openpyxl: new upstream release Modified: python-openpyxl/trunk/LICENCE python-openpyxl/trunk/PKGBUILD ----------+ LICENCE | 12 ------------ PKGBUILD | 24 +++++++++++++++--------- 2 files changed, 15 insertions(+), 21 deletions(-) Modified: LICENCE =================================================================== --- LICENCE 2019-01-26 11:33:16 UTC (rev 428070) +++ LICENCE 2019-01-26 11:50:51 UTC (rev 428071) @@ -21,15 +21,3 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Odict implementation in openpyxl/writer/odict.py uses the following licence: - -Copyright (c) 2001-2011 Python Software Foundation - 2011 Raymond Hettinger -License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 - See http://www.opensource.org/licenses/Python-2.0 for full terms -Note: backport changes by Raymond were originally distributed under MIT - license, but since the original license for Python is more - restrictive than MIT, code cannot be released under its terms and - still adheres to the limitations of Python license. - Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-26 11:33:16 UTC (rev 428070) +++ PKGBUILD 2019-01-26 11:50:51 UTC (rev 428071) @@ -4,18 +4,18 @@ pkgbase=python-openpyxl pkgname=('python2-openpyxl' 'python-openpyxl') -pkgver=2.5.12 -_pkgtag='eee167cb1c26' +pkgver=2.5.14 +_pkgtag='516a765c8fa1' pkgrel=1 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files" arch=('any') -url="http://openpyxl.readthedocs.org/" +url="https://openpyxl.readthedocs.org/" license=('MIT') makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile') source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2" "LICENCE") -sha1sums=('66cc5a19e2c303f407a9bc5792bbc80265850532' - '811743470859c6ad34a89155c36daf53b1dfba8a') +sha1sums=('8968d0710754d5072f4bb6332522006a8ab95700' + '778b25bbd62ded3437e0c4e46d43df883c384345') prepare() { cd "$srcdir" @@ -29,11 +29,11 @@ } build() { - msg "Building Python2" + # "Building Python2" cd "$srcdir"/openpyxl-openpyxl-py2-${_pkgtag} python2 setup.py build - msg "Building Python3" + # "Building Python3" cd "$srcdir"/openpyxl-openpyxl-${_pkgtag} python setup.py build } @@ -40,7 +40,10 @@ package_python2-openpyxl() { depends=('python2-jdcal' 'python2-et-xmlfile') - optdepends=('python2-pillow: needed to include images') + optdepends=('python2-pillow: needed to include images' + 'python2-lxml: alternative XML backend' + 'python2-defusedxml: guard against various XML vulnerabilities' + 'python2-pandas: for iteration over Pandas DataFrames') cd "$srcdir"/openpyxl-openpyxl-py2-${_pkgtag} @@ -51,7 +54,10 @@ package_python-openpyxl() { depends=('python-jdcal' 'python-et-xmlfile') - optdepends=('python-pillow: needed to include images') + optdepends=('python-pillow: needed to include images' + 'python-lxml: alternative XML backend' + 'python-defusedxml: guard against various XML vulnerabilities' + 'python-pandas: for iteration over Pandas DataFrames') cd "$srcdir"/openpyxl-openpyxl-${_pkgtag}