diff --git a/mingw-w64-gobject-introspection/PKGBUILD b/mingw-w64-gobject-introspection/PKGBUILD index fc8c1bda4f..e57a40eecf 100644 --- a/mingw-w64-gobject-introspection/PKGBUILD +++ b/mingw-w64-gobject-introspection/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}" "${MINGW_PACKAGE_PREFIX}-${_realname}-runtime") pkgver=1.56.1 -pkgrel=1 +pkgrel=2 arch=('any') url="https://live.gnome.org/GObjectIntrospection" license=("LGPL") diff --git a/mingw-w64-pycairo/PKGBUILD b/mingw-w64-pycairo/PKGBUILD index 9c3b41345b..1895aed6ca 100644 --- a/mingw-w64-pycairo/PKGBUILD +++ b/mingw-w64-pycairo/PKGBUILD @@ -4,7 +4,7 @@ _realname=pycairo pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-cairo" "${MINGW_PACKAGE_PREFIX}-python3-cairo") pkgver=1.17.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings for the cairo graphics library (mingw-w64)" url="https://pycairo.readthedocs.io" arch=('any') diff --git a/mingw-w64-pygobject/PKGBUILD b/mingw-w64-pygobject/PKGBUILD index d8b9aa594b..7c56e64240 100644 --- a/mingw-w64-pygobject/PKGBUILD +++ b/mingw-w64-pygobject/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python2-gobject" "${MINGW_PACKAGE_PREFIX}-python3-gobject" "${MINGW_PACKAGE_PREFIX}-pygobject-devel") pkgver=3.28.3 -pkgrel=1 +pkgrel=2 pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+ (mingw-w64)" arch=(any) url="https://pygobject.readthedocs.io" diff --git a/mingw-w64-python-beaker/PKGBUILD b/mingw-w64-python-beaker/PKGBUILD index 5f9c59d2e8..b1b2fa5f58 100644 --- a/mingw-w64-python-beaker/PKGBUILD +++ b/mingw-w64-python-beaker/PKGBUILD @@ -5,7 +5,7 @@ _realname=beaker pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=1.10.0 -pkgrel=1 +pkgrel=2 pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications (mingw-w64)" arch=('any') license=('custom') diff --git a/mingw-w64-python-mako/PKGBUILD b/mingw-w64-python-mako/PKGBUILD index a923d2ec53..82546a5b0c 100644 --- a/mingw-w64-python-mako/PKGBUILD +++ b/mingw-w64-python-mako/PKGBUILD @@ -5,7 +5,7 @@ _realname=mako pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=1.0.7 -pkgrel=2 +pkgrel=3 pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages (mingw-w64)" arch=('any') license=('custom') diff --git a/mingw-w64-python-markupsafe/PKGBUILD b/mingw-w64-python-markupsafe/PKGBUILD index 962c7d19f6..52ce0f076d 100644 --- a/mingw-w64-python-markupsafe/PKGBUILD +++ b/mingw-w64-python-markupsafe/PKGBUILD @@ -4,7 +4,7 @@ _realname=markupsafe pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=1.0 -pkgrel=2 +pkgrel=3 pkgdesc="Implements a XML/HTML/XHTML Markup safe string for Python (mingw-w64)" arch=('any') license=('custom') diff --git a/mingw-w64-python-nose/PKGBUILD b/mingw-w64-python-nose/PKGBUILD index 72075cfe50..1ce2f938da 100644 --- a/mingw-w64-python-nose/PKGBUILD +++ b/mingw-w64-python-nose/PKGBUILD @@ -5,7 +5,7 @@ _realname=nose pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=1.3.7 -pkgrel=6 +pkgrel=7 pkgdesc="A discovery-based unittest extension (mingw-w64)" arch=('any') license=('LGPL-2.1') diff --git a/mingw-w64-python-nose/nose3-i686.install b/mingw-w64-python-nose/nose3-i686.install index f29837ed5b..a73c722f71 100644 --- a/mingw-w64-python-nose/nose3-i686.install +++ b/mingw-w64-python-nose/nose3-i686.install @@ -3,7 +3,7 @@ post_install() { local _prefix=$(pwd -W) cd - local _it - for _it in nosetests3 nosetests-3.6; do + for _it in nosetests3 nosetests-3.7; do sed -e "s|/mingw32|${_prefix}|g" \ -i mingw32/bin/${_it}-script.py done diff --git a/mingw-w64-python-nose/nose3-x86_64.install b/mingw-w64-python-nose/nose3-x86_64.install index 8fcbd5c92a..4a32c48f86 100644 --- a/mingw-w64-python-nose/nose3-x86_64.install +++ b/mingw-w64-python-nose/nose3-x86_64.install @@ -3,7 +3,7 @@ post_install() { local _prefix=$(pwd -W) cd - local _it - for _it in nosetests3 nosetests-3.6; do + for _it in nosetests3 nosetests-3.7; do sed -e "s|/mingw64|${_prefix}|g" \ -i mingw64/bin/${_it}-script.py done diff --git a/mingw-w64-python-pytest/PKGBUILD b/mingw-w64-python-pytest/PKGBUILD index de52f8cc6e..4d1bdbf5a7 100644 --- a/mingw-w64-python-pytest/PKGBUILD +++ b/mingw-w64-python-pytest/PKGBUILD @@ -4,8 +4,8 @@ _pyname=pytest _realname=${_pyname} pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=3.5.1 -pkgrel=2 +pkgver=3.6.3 +pkgrel=1 pkgdesc='simple powerful testing with Python (mingw-w64)' url='https://pytest.org/' license=('MIT') @@ -15,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2" "${MINGW_PACKAGE_PREFIX}-python2-setuptools-scm" "${MINGW_PACKAGE_PREFIX}-python3-setuptools-scm") source=("${_realname}-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz") -sha256sums=('1f2a36f075d8237837484de95b53aee81b73532d88b614fd3eea6728e71ed579') +sha256sums=('0851e855cc6c263f1329e010cec8edd623d61476a9f2e5462e64b42121a266a0') prepare() { cd ${srcdir} diff --git a/mingw-w64-python-six/PKGBUILD b/mingw-w64-python-six/PKGBUILD index f0997d0d62..23acd9a93b 100644 --- a/mingw-w64-python-six/PKGBUILD +++ b/mingw-w64-python-six/PKGBUILD @@ -2,9 +2,9 @@ _realname=six pkgbase=mingw-w64-python-${_realname} -pkgname=("${MINGW_PACKAGE_PREFIX}-python2-$_realname" "${MINGW_PACKAGE_PREFIX}-python3-$_realname") +pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=1.11.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python 2 and 3 compatibility utilities (mingw-w64)" arch=('any') url="https://pypi.python.org/pypi/six/"