From 4698a1aa7488233d49be39bce9d0138bc9952d20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Jan 2021 17:23:42 +0000 Subject: [PATCH] UPDATE 9: - mingw-w64-python-colorama - mingw-w64-python-ipython - mingw-w64-python-jedi - mingw-w64-python-prompt_toolkit - mingw-w64-python-ptyprocess - mingw-w64-python-pygments - mingw-w64-python-sympy - mingw-w64-python-traitlets - mingw-w64-python-virtualenv --- mingw-w64-python-colorama/PKGBUILD | 4 ++-- mingw-w64-python-ipython/PKGBUILD | 26 +++++++++++------------- mingw-w64-python-jedi/PKGBUILD | 4 ++-- mingw-w64-python-prompt_toolkit/PKGBUILD | 8 +++----- mingw-w64-python-ptyprocess/PKGBUILD | 4 ++-- mingw-w64-python-pygments/PKGBUILD | 4 ++-- mingw-w64-python-sympy/PKGBUILD | 4 ++-- mingw-w64-python-traitlets/PKGBUILD | 7 +++---- mingw-w64-python-virtualenv/PKGBUILD | 4 ++-- 9 files changed, 30 insertions(+), 35 deletions(-) diff --git a/mingw-w64-python-colorama/PKGBUILD b/mingw-w64-python-colorama/PKGBUILD index 8d8808a3f3..f44bdedf9f 100644 --- a/mingw-w64-python-colorama/PKGBUILD +++ b/mingw-w64-python-colorama/PKGBUILD @@ -7,7 +7,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=0.4.3 +pkgver=0.4.4 pkgrel=1 pkgdesc="Python API for cross-platform colored terminal text (mingw-w64)" arch=('any') @@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-mock") options=('staticlibs') source=("${_realname}-${pkgver}.tar.gz::https://github.com/tartley/colorama/archive/${pkgver}.tar.gz") -sha256sums=('0d93fc83f70c926cd8437b488ea9c8741f9df2ac2d2d681c40783d5ceef98e2b') +sha256sums=('78215866046cdc2cc00bf283e3dbff18b09840604534137f300a402afedf28e2') apply_patch_with_msg() { for _patch in "$@" diff --git a/mingw-w64-python-ipython/PKGBUILD b/mingw-w64-python-ipython/PKGBUILD index 1092e369d6..18f61433cb 100644 --- a/mingw-w64-python-ipython/PKGBUILD +++ b/mingw-w64-python-ipython/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=7.13.0 +pkgver=7.19.0 pkgrel=1 pkgdesc="An enhanced Interactive Python shell (mingw-w64)" arch=('any') @@ -14,19 +14,17 @@ url="https://ipython.org/" license=('BSD') # Note: prompt_toolkit 2.0 is required for this series. # There is some breakage between prompt_toolkit 1.0 and 2.0. -depends=('winpty' - "${MINGW_PACKAGE_PREFIX}-sqlite3" - "${MINGW_PACKAGE_PREFIX}-python-jedi" - "${MINGW_PACKAGE_PREFIX}-python-decorator" - "${MINGW_PACKAGE_PREFIX}-python-pickleshare" - "${MINGW_PACKAGE_PREFIX}-python-simplegeneric" - "${MINGW_PACKAGE_PREFIX}-python-traitlets" - "${MINGW_PACKAGE_PREFIX}-python-prompt_toolkit>=2.0" - "${MINGW_PACKAGE_PREFIX}-python-pygments" - "${MINGW_PACKAGE_PREFIX}-python-backcall" - "${MINGW_PACKAGE_PREFIX}-python-pexpect" +depends=("${MINGW_PACKAGE_PREFIX}-python-backcall" "${MINGW_PACKAGE_PREFIX}-python-colorama" - "${MINGW_PACKAGE_PREFIX}-python-win_unicode_console") + "${MINGW_PACKAGE_PREFIX}-python-decorator" + "${MINGW_PACKAGE_PREFIX}-python-jedi" + "${MINGW_PACKAGE_PREFIX}-python-pickleshare" + "${MINGW_PACKAGE_PREFIX}-python-prompt_toolkit" + "${MINGW_PACKAGE_PREFIX}-python-pygments" + "${MINGW_PACKAGE_PREFIX}-python-setuptools" + "${MINGW_PACKAGE_PREFIX}-python-traitlets" + "${MINGW_PACKAGE_PREFIX}-sqlite3" + "winpty") # new optional thing: ipyparallel optdepends=("${MINGW_PACKAGE_PREFIX}-python-nose: for IPython's test suite" "${MINGW_PACKAGE_PREFIX}-python-qtconsole: for ipython qtconsole" @@ -40,7 +38,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-requests" "${MINGW_PACKAGE_PREFIX}-python-numpy") install=${_realname}3-${CARCH}.install source=("${_realname}-${pkgver}.tar.gz::https://github.com/ipython/ipython/archive/${pkgver}.tar.gz") -sha256sums=('fbd4696b31f5892c5169c7031f8a8375b9fd7f0e657b2357d14a04d413efac0b') +sha256sums=('ede39c29958c1001affcfc8f572894864fe3cbed51f62e8af452fcf50c629fe2') prepare() { cd "${srcdir}" diff --git a/mingw-w64-python-jedi/PKGBUILD b/mingw-w64-python-jedi/PKGBUILD index 4fb1b19e37..e6367d00ea 100644 --- a/mingw-w64-python-jedi/PKGBUILD +++ b/mingw-w64-python-jedi/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=0.16.0 +pkgver=0.18.0 pkgrel=1 pkgdesc="Awesome autocompletion for python (mingw-w64)" arch=('any') @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") options=('staticlibs' 'strip' '!debug') source=("https://pypi.python.org/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('d5c871cb9360b414f981e7072c52c33258d598305280fef91c6cae34739d65d5') +sha256sums=('92550a404bad8afed881a137ec9a461fed49eca661414be45059329614ed0707') prepare() { cd "${srcdir}" diff --git a/mingw-w64-python-prompt_toolkit/PKGBUILD b/mingw-w64-python-prompt_toolkit/PKGBUILD index 4404acade6..c42e7e7aa6 100644 --- a/mingw-w64-python-prompt_toolkit/PKGBUILD +++ b/mingw-w64-python-prompt_toolkit/PKGBUILD @@ -3,7 +3,7 @@ _realname=prompt_toolkit pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=3.0.5 +pkgver=3.0.10 pkgrel=1 provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}=${pkgver}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") @@ -12,13 +12,11 @@ pkgdesc="Library for building powerful interactive command lines in Python (ming url="https://github.com/jonathanslenders/python-prompt-toolkit" arch=('any') license=('BSD') -depends=("${MINGW_PACKAGE_PREFIX}-python-pygments" - "${MINGW_PACKAGE_PREFIX}-python-six" - "${MINGW_PACKAGE_PREFIX}-python-wcwidth") +depends=("${MINGW_PACKAGE_PREFIX}-python-wcwidth") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=(python-prompt-toolkit-${pkgver}.tar.gz::https://github.com/jonathanslenders/python-prompt-toolkit/archive/${pkgver}.tar.gz) -sha256sums=('c40e2c3404f9929cbacd880b309099184bc4ffa200f6103e1d24d600005ec69c') +sha256sums=('5304660616b508294b82c3084059f9bde6c2d2e23367711239de5b3282184a77') prepare() { cd "${srcdir}" diff --git a/mingw-w64-python-ptyprocess/PKGBUILD b/mingw-w64-python-ptyprocess/PKGBUILD index fdef2673ba..e7b17bf36f 100644 --- a/mingw-w64-python-ptyprocess/PKGBUILD +++ b/mingw-w64-python-ptyprocess/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=0.6.0 +pkgver=0.7.0 pkgrel=1 pkgdesc="Run a subprocess in a pseudo terminal (mingw-w64)" url="https://github.com/pexpect/ptyprocess" @@ -16,7 +16,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=(${_realname}-${pkgver}.tar.gz::https://pypi.io/packages/source/p/${_realname}/${_realname}-${pkgver}.tar.gz 'https://raw.githubusercontent.com/pexpect/ptyprocess/master/LICENSE') -sha256sums=('923f299cc5ad920c68f2bc0bc98b75b9f838b93b599941a6b63ddbc2476394c0' +sha256sums=('5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220' 'c822d385b1a73329846241799becf18690b5d44764c1bed69300b536a405030a') prepare() { diff --git a/mingw-w64-python-pygments/PKGBUILD b/mingw-w64-python-pygments/PKGBUILD index 70cf1c6c18..5cdabb6da5 100644 --- a/mingw-w64-python-pygments/PKGBUILD +++ b/mingw-w64-python-pygments/PKGBUILD @@ -8,7 +8,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=2.6.1 +pkgver=2.7.4 pkgrel=1 pkgdesc="Python syntax highlighter (mingw-w64)" arch=('any') @@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://pypi.org/packages/source/P/Pygments/${_pyname}-${pkgver}.tar.gz") install=${_realname}3-${CARCH}.install noextract=("${_pyname}-${pkgver}.tar.gz") -sha256sums=('647344a061c249a3b74e230c739f434d7ea4d8b1d5f3721bc0f3558049b38f44') +sha256sums=('df49d09b498e83c1a73128295860250b0b7edd4c723a32e9bc0d295c7c2ec337') prepare() { # workaround for symlink issue diff --git a/mingw-w64-python-sympy/PKGBUILD b/mingw-w64-python-sympy/PKGBUILD index 56e16be478..473e798b20 100644 --- a/mingw-w64-python-sympy/PKGBUILD +++ b/mingw-w64-python-sympy/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=1.5.1 +pkgver=1.7.1 pkgrel=1 pkgdesc="Symbolic manipulation package (Computer Algebra System), written in pure Python (mingw-w64)" arch=('any') @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") install=${_realname}3-${CARCH}.install options=('staticlibs' 'strip' '!debug') source=("${_realname}-${pkgver}.tar.gz::https://github.com/sympy/sympy/archive/sympy-${pkgver}.tar.gz") -sha512sums=('3c4220243d2cbcff9eedb2a7986431b5b4d7d0007c78208a60b21830c9a3528d2171086874c42205c1227f779e44c19b9562943e2935d329bc352e7ea85396c7') +sha512sums=('eb9387bb9c632203af650279f896427556725b7496c00d8dfe97b7476beedbbee5714659f7fb44b4fa986c9567cdcaefcc19401d63e1ca0e9a6c7317855440ea') prepare() { rm -rf python-build-${CARCH} | true diff --git a/mingw-w64-python-traitlets/PKGBUILD b/mingw-w64-python-traitlets/PKGBUILD index bedaaf0680..2f5589465c 100644 --- a/mingw-w64-python-traitlets/PKGBUILD +++ b/mingw-w64-python-traitlets/PKGBUILD @@ -6,18 +6,17 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=4.3.3 +pkgver=5.0.5 pkgrel=1 pkgdesc="A lightweight Traits like module (mingw-w64)" url="https://github.com/ipython/traitlets" arch=('any') license=('Modified BSD') -depends=("${MINGW_PACKAGE_PREFIX}-python-ipython_genutils" - "${MINGW_PACKAGE_PREFIX}-python-decorator") +depends=("${MINGW_PACKAGE_PREFIX}-python-ipython_genutils") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("${_realname}-${pkgver}.tar.gz::https://github.com/ipython/${_realname}/archive/${pkgver}.tar.gz") -sha256sums=('b686c1aadf6ee5a9ee4c22df23bc5cd5bb7b5cfa18afe092e0a139cc2f05fe2e') +sha256sums=('dece08aa6205e9b494e134f93c2454d387f4677b50422565ec324aaf5ddf410d') prepare() { cd "${srcdir}" diff --git a/mingw-w64-python-virtualenv/PKGBUILD b/mingw-w64-python-virtualenv/PKGBUILD index 74b4e0bb04..950ebaa5b7 100644 --- a/mingw-w64-python-virtualenv/PKGBUILD +++ b/mingw-w64-python-virtualenv/PKGBUILD @@ -3,7 +3,7 @@ _realname=virtualenv pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-virtualenv") -pkgver=20.3.1 +pkgver=20.4.0 pkgrel=1 pkgdesc="Virtual Python Environment builder (mingw-w64)" url="https://virtualenv.pypa.io/" @@ -15,7 +15,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-appdirs" "${MINGW_PACKAGE_PREFIX}-python-six") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools-scm") source=(${_realname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz) -sha256sums=('0c111a2236b191422b37fe8c28b8c828ced39aab4bf5627fa5c331aeffb570d9') +sha256sums=('219ee956e38b08e32d5639289aaa5bd190cfbe7dafcb8fa65407fca08e808f9c') build() { cd "${srcdir}/${_realname}-${pkgver}"