From b05dbda6fbc6c2cd517165e966fea1a8656fd6c4 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 30 Oct 2018 10:27:26 +0300 Subject: [PATCH] python-pytest: Update to 1.9.33 --- python-pytest/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-pytest/PKGBUILD b/python-pytest/PKGBUILD index e20976a2..88c11f53 100644 --- a/python-pytest/PKGBUILD +++ b/python-pytest/PKGBUILD @@ -3,15 +3,15 @@ pkgbase=python-pytest pkgname=('python3-pytest' 'python2-pytest') -pkgver=3.2.1 +pkgver=3.9.3 pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') license=('MIT') url="https://pytest.org/" makedepends=('python3-setuptools' 'python2-setuptools' 'python3-setuptools-scm' 'python2-setuptools-scm' 'python3-py' 'python2-py') -source=("https://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.tar.gz") -sha512sums=('e0fff27fbf8fb79015520f338a418ad0c50ce75e8438e916ae40b1e2c2ad423b7629a9c7e08387b95eddd805f9887175c3159574b0b4c418c7bc9811c10fa7b9') +source=("pytest-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz") +sha512sums=('6ae634e234a0384536d62b0855ff3317fa2558f9480a3814f4aa9fffd034da1016eb05304233e41ac8dff6d60fb7f3590f70582fa9ed8ec5f22abfb3be36bc05') prepare() { sed -i "s/'_pytest.vendored_packages'//" pytest-${pkgver}/setup.py