From d237ee3ee95b840447dbee6a92c4028f2716b480 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 9 Aug 2024 15:00:24 -0400 Subject: [PATCH] xkcdpass: update to 1.19.9. --- srcpkgs/xkcdpass/patches/fix-tests.patch | 11 ----------- srcpkgs/xkcdpass/template | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 srcpkgs/xkcdpass/patches/fix-tests.patch diff --git a/srcpkgs/xkcdpass/patches/fix-tests.patch b/srcpkgs/xkcdpass/patches/fix-tests.patch deleted file mode 100644 index 5ff699744f2..00000000000 --- a/srcpkgs/xkcdpass/patches/fix-tests.patch +++ /dev/null @@ -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)]), diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template index b934b25b838..5ce320a4678 100644 --- a/srcpkgs/xkcdpass/template +++ b/srcpkgs/xkcdpass/template @@ -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 " 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