From 94241d4e34cb0d533182f0fd4b4732d456ce7cdc Mon Sep 17 00:00:00 2001 From: Hiroaki ENDOH Date: Tue, 7 Apr 2020 23:49:18 +0900 Subject: [PATCH] mingw-w64-python-cliff: Updated pkgrel of dependent packages. --- mingw-w64-python-cmd2/PKGBUILD | 2 +- mingw-w64-python-pbr/PKGBUILD | 2 +- mingw-w64-python-prettytable/PKGBUILD | 2 +- mingw-w64-python-pyparsing/PKGBUILD | 2 +- mingw-w64-python-six/PKGBUILD | 2 +- mingw-w64-python-stevedore/PKGBUILD | 2 +- mingw-w64-python-yaml/PKGBUILD | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mingw-w64-python-cmd2/PKGBUILD b/mingw-w64-python-cmd2/PKGBUILD index 4d3e3326b7..41e8c1269a 100644 --- a/mingw-w64-python-cmd2/PKGBUILD +++ b/mingw-w64-python-cmd2/PKGBUILD @@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=1.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Extra features for standard library's cmd module (mingw-w64)" arch=('any') url='https://github.com/python-cmd2/cmd2' diff --git a/mingw-w64-python-pbr/PKGBUILD b/mingw-w64-python-pbr/PKGBUILD index b35773f5fd..3871d03dd2 100644 --- a/mingw-w64-python-pbr/PKGBUILD +++ b/mingw-w64-python-pbr/PKGBUILD @@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=5.4.4 -pkgrel=1 +pkgrel=2 pkgdesc="Python Build Reasonableness (mingw-w64)" url="https://pypi.python.org/pypi/pbr" license=("Apache") diff --git a/mingw-w64-python-prettytable/PKGBUILD b/mingw-w64-python-prettytable/PKGBUILD index e88b84d525..deb3a2041d 100644 --- a/mingw-w64-python-prettytable/PKGBUILD +++ b/mingw-w64-python-prettytable/PKGBUILD @@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=0.7.2 -pkgrel=1 +pkgrel=2 pkgdesc="A simple Python library for easily displaying tabular data (mingw-w64)" arch=('any') url="https://pypi.python.org/pypi/PrettyTable" diff --git a/mingw-w64-python-pyparsing/PKGBUILD b/mingw-w64-python-pyparsing/PKGBUILD index bb99232342..19ab39a973 100644 --- a/mingw-w64-python-pyparsing/PKGBUILD +++ b/mingw-w64-python-pyparsing/PKGBUILD @@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=2.4.6 -pkgrel=1 +pkgrel=2 pkgdesc='General parsing module for Python (mingw-w64)' arch=('any') url='https://pyparsing.wikispaces.com/' diff --git a/mingw-w64-python-six/PKGBUILD b/mingw-w64-python-six/PKGBUILD index 8336d7dc35..868434118c 100644 --- a/mingw-w64-python-six/PKGBUILD +++ b/mingw-w64-python-six/PKGBUILD @@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=1.14.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python 2 and 3 compatibility utilities (mingw-w64)" arch=('any') url="https://pypi.python.org/pypi/six/" diff --git a/mingw-w64-python-stevedore/PKGBUILD b/mingw-w64-python-stevedore/PKGBUILD index 6769b976eb..975b057d1b 100644 --- a/mingw-w64-python-stevedore/PKGBUILD +++ b/mingw-w64-python-stevedore/PKGBUILD @@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=1.32.0 -pkgrel=1 +pkgrel=2 pkgdesc="Manage dynamic plugins for Python applications (mingw-w64)" arch=('any') url='https://github.com/openstack/stevedore' diff --git a/mingw-w64-python-yaml/PKGBUILD b/mingw-w64-python-yaml/PKGBUILD index 1d00e74843..5f17988f9d 100644 --- a/mingw-w64-python-yaml/PKGBUILD +++ b/mingw-w64-python-yaml/PKGBUILD @@ -11,7 +11,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=5.3 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings for YAML, using fast libYAML library (mingw-w64)" arch=('any') url='https://pyyaml.org/'