Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3-pandas: update to 20.2.3 #24886

Merged
merged 2 commits into from Sep 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 2 additions & 4 deletions srcpkgs/python-pip/template
@@ -1,8 +1,7 @@
# Template file for 'python-pip'
pkgname=python-pip
version=20.0.2
version=20.2.3
revision=1
archs=noarch
wrksrc="pip-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
Expand All @@ -13,15 +12,14 @@ license="MIT"
homepage="https://pip.pypa.io/"
changelog="https://raw.githubusercontent.com/pypa/pip/master/NEWS.rst"
distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz"
checksum=7db0c8ea4c7ea51c8049640e8e6e7fde949de672bfa4949920675563a5a6967f
checksum=30c70b6179711a7c4cf76da89e8a0f5282279dfb0278bec7b94134be92543b6d
alternatives="pip:pip:/usr/bin/pip2"

post_install() {
vlicense LICENSE.txt
}

python3-pip_package() {
archs=noarch
depends="python3-setuptools"
short_desc="${short_desc/Python2/Python3}"
alternatives="pip:pip:/usr/bin/pip3"
Expand Down
1 change: 1 addition & 0 deletions srcpkgs/python-pip/update
@@ -0,0 +1 @@
pattern='pip-\K[0-9.]+(?=.tar.gz)'
4 changes: 2 additions & 2 deletions srcpkgs/python3-pandas/template
@@ -1,6 +1,6 @@
# Template file for 'python3-pandas'
pkgname=python3-pandas
version=1.1.0
version=1.1.2
revision=1
wrksrc="pandas-${version}"
build_style=python3-module
Expand All @@ -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=bce5b3f7898c4fc34ba6bd404c91d15a9cc37aebb0b9c8b4ed1a396f04680152
checksum=89b68faeffd114cef8d41c6469c094c610228238254c59190659cd91ceb862bb

post_install() {
vlicense LICENSE
Expand Down