Date: Saturday, August 15, 2020 @ 19:03:03 Author: felixonmars Revision: 679808
upgpkg: twine 3.2.0-1 Modified: twine/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-15 18:52:45 UTC (rev 679807) +++ PKGBUILD 2020-08-15 19:03:03 UTC (rev 679808) @@ -2,7 +2,7 @@ # Contributor: Chris Warrick <[email protected]> pkgname=twine -pkgver=3.1.1 +pkgver=3.2.0 pkgrel=1 pkgdesc='Collection of utilities for interacting with PyPI' arch=('any') @@ -9,15 +9,15 @@ url='https://pypi.python.org/pypi/twine' license=('Apache') depends=('python-pkginfo' 'python-readme-renderer' 'python-requests' 'python-requests-toolbelt' - 'python-setuptools' 'python-tqdm' 'python-keyring') + 'python-setuptools' 'python-tqdm' 'python-keyring' 'python-rfc3986' 'python-colorama') makedepends=('python-setuptools-scm') checkdepends=('git' 'python-munch' 'python-jaraco.envs' 'python-portend' 'python-pretend' - 'python-pytest-services') + 'python-pytest-cov' 'python-pytest-services') provides=('python-twine') conflicts=('python-twine') replaces=('python-twine') source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/twine/archive/$pkgver.tar.gz") -sha512sums=('446b36a1816db6131e279bda26e62c58f9659d86178d498ebb9f7c5287b61cf969e625debe4b4cb1e32832e0eecbcedcf4913319ae0bf7eb287f56e550d33ed9') +sha512sums=('9959430913ea570d22f2d8b94e929af36b409b71691b3f66de8ddb77cfbfbe36590e21a6062db2a4a4f56ce2eb96984b0a474a93ea96b7734f53ada7a6411c28') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
