xkcdpass: update to 1.19.9.
This commit is contained in:
parent
9bb2158401
commit
d237ee3ee9
|
@ -1,11 +0,0 @@
|
|||
--- a/tests/test_xkcdpass.py
|
||||
+++ b/tests/test_xkcdpass.py
|
||||
@@ -58,7 +58,7 @@
|
||||
wordlist, numwords=numwords, random_delimiters=True
|
||||
)
|
||||
# check that the result is the right length
|
||||
- self.assertEquals(len(result), numwords * wordlength + (numwords - 1))
|
||||
+ self.assertEqual(len(result), numwords * wordlength + (numwords - 1))
|
||||
# check we have the right number of delimiters
|
||||
self.assertEqual(
|
||||
len([x for x in result if x in set(xkcd_password.DEFAULT_DELIMITERS)]),
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xkcdpass'
|
||||
pkgname=xkcdpass
|
||||
version=1.19.8
|
||||
version=1.19.9
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/redacted/XKCD-password-generator"
|
||||
distfiles="https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-${version}.tar.gz"
|
||||
checksum=8e0b4d48edb9d3ec70fd119849e160aea0c52f765e38391883c6a02257367ae6
|
||||
checksum=f0abdc934b7215533c5632efe1f9b9c48204cd12489274ce3c645689d22c3abe
|
||||
|
||||
post_install() {
|
||||
vman xkcdpass.1
|
||||
|
|
Loading…
Reference in New Issue