python3-pandas: update to 1.1.4.
This commit is contained in:
parent
962ab70e3c
commit
9fed2f74c7
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-pandas'
|
||||
pkgname=python3-pandas
|
||||
version=1.1.3
|
||||
version=1.1.4
|
||||
revision=1
|
||||
wrksrc="pandas-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -12,7 +12,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://pandas.pydata.org/"
|
||||
distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
|
||||
checksum=0343410b01e48041a99af385566f2958c7779af3bc39a26393517be04800cbf5
|
||||
checksum=4fec00ba72bbbf6a523a402e96a9254df6d88d5cd543015bc480837045d371e7
|
||||
|
||||
post_patch() {
|
||||
vsed -i setup.py -e '/extra_compile_args = /s/"-Werror"//'
|
||||
|
|
Loading…
Reference in a new issue