From 2a92af6d5ecd2164f9e35e35a9f66056f350f8c7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 13 Sep 2020 10:50:35 -0400 Subject: [PATCH 1/2] python-pip: update to 20.2.3. --- srcpkgs/python-pip/template | 6 ++---- srcpkgs/python-pip/update | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/python-pip/update diff --git a/srcpkgs/python-pip/template b/srcpkgs/python-pip/template index d44215124f4..b438cd13c00 100644 --- a/srcpkgs/python-pip/template +++ b/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" @@ -13,7 +12,7 @@ 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() { @@ -21,7 +20,6 @@ post_install() { } python3-pip_package() { - archs=noarch depends="python3-setuptools" short_desc="${short_desc/Python2/Python3}" alternatives="pip:pip:/usr/bin/pip3" diff --git a/srcpkgs/python-pip/update b/srcpkgs/python-pip/update new file mode 100644 index 00000000000..724819677ce --- /dev/null +++ b/srcpkgs/python-pip/update @@ -0,0 +1 @@ +pattern='pip-\K[0-9.]+(?=.tar.gz)' From 45b495eb4f29668cb380d243859a8b65253edd5c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 13 Sep 2020 10:50:44 -0400 Subject: [PATCH 2/2] python3-pandas: update to 1.1.2. --- srcpkgs/python3-pandas/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template index 5d66f6780e0..9865e5a8ba3 100644 --- a/srcpkgs/python3-pandas/template +++ b/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 @@ -12,7 +12,7 @@ maintainer="Alessio Sergi " 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