python-setuptools-scm: Update to 3.3.3

This commit is contained in:
Alexey Pavlov
2019-06-07 11:15:23 +03:00
parent b19854e0b0
commit 7a31e14323

View File

@@ -3,7 +3,7 @@
_realname=setuptools-scm
pkgbase="python-${_realname}"
pkgname=("python3-${_realname}" "python2-${_realname}")
pkgver=3.2.0
pkgver=3.3.3
pkgrel=1
pkgdesc="Handles managing your python package versions in scm metadata"
arch=('any')
@@ -12,7 +12,7 @@ url='https://github.com/pypa/setuptools_scm'
makedepends=('python3-setuptools' 'python2-setuptools')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz"
0001-python-setuptools-scm-3.1.0-fix-path-error.patch)
sha256sums=('52ab47715fa0fc7d8e6cd15168d1a69ba995feb1505131c3e814eb7087b57358'
sha256sums=('bd25e1fb5e4d603dcf490f1fde40fb4c595b357795674c3e5cb7f6217ab39ea5'
'3a936600ebceccf2315fe76a79e90e4fdcfe2a936b442f6321b2d76a8e9902b1')
prepare() {