Rebuild python packages to match 3.8.2 version

This commit is contained in:
Alexey Pavlov
2020-04-16 19:46:15 +03:00
parent 5cdc54995d
commit a922758bf5
27 changed files with 31 additions and 31 deletions

View File

@@ -4,7 +4,7 @@
pkgbase=python-mock
pkgname=(python-mock)
pkgver=4.0.1
pkgver=4.0.2
pkgrel=1
pkgdesc='Mocking and Patching Library for Testing'
url='https://docs.python.org/3/library/unittest.mock.html'
@@ -15,7 +15,7 @@ replaces=("python3-mock")
license=('BSD')
arch=('any')
source=("https://pypi.python.org/packages/source/m/mock/mock-$pkgver.tar.gz")
sha256sums=('2a572b715f09dd2f0a583d8aeb5bb67d7ed7a8fd31d193cf1227a99c16a67bc3')
sha256sums=('dd33eb70232b6118298d516bbcecd26704689c386594f0f3c4f13867b2c56f72')
noextract=(mock-${pkgver}.tar.gz)
prepare() {