testing/py-passlib: rebuild against python 3.7

This commit is contained in:
Natanael Copa 2019-04-16 15:29:29 +00:00
parent b6a20ae8e5
commit f92ca8bdf7
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
pkgname=py-passlib
_pkgname=passlib
pkgver=1.7.1
pkgrel=1
pkgrel=2
pkgdesc="A python hashing library for over 30 schemes"
url="https://pypi.python.org/pypi/passlib"
arch="noarch"
@ -51,4 +51,4 @@ check() {
}
sha512sums="3d5f069cd4e44e5e87cdabc46845acbdd6c1eeedb7ce1f611aebee87b0f7af19009b6a47a10ec555fd84260b9f5c933c6429e325d30326de3869f05031674168 passlib-1.7.1.tar.gz
9cc34569c963897647f43153753ec81f40eac528f638953e52552c72f31d4a5427af34ce257520de5180e76a0e60bf06eba43459c28b469a43b44e0feecfaf76 skip-bsdi_crypt-test.patch"
cdf085a94be88140dff421128bbeb9f4c05d13ae8c14ad80e7ab6d9edf2be19b0ad010eb18a5eccd3eefa679c4f634c6f98753571df72a1fc387343331fa8bae skip-bsdi_crypt-test.patch"

View File

@ -6,7 +6,7 @@
else:
- self.fail("did not expect %r platform would have native support "
- "for %r" % (platform, self.handler.name))
+ raise self.skipTest("varied support on %r platform" % platform)
+ raise self.skipTest("varied support on %r platform" % platform)
#===================================================================
# fuzzy verified support -- add new verified that uses os crypt()