Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Pass import
@ 2022-11-19 16:01 adbrown101
  2022-11-19 16:06 ` [PR PATCH] [Updated] " adbrown101
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: adbrown101 @ 2022-11-19 16:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1107 bytes --]

There is a new pull request by adbrown101 against master on the void-packages repository

https://github.com/adbrown101/void-packages pass-import
https://github.com/void-linux/void-packages/pull/40617

Pass import
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)

-->


A patch file from https://github.com/void-linux/void-packages/pull/40617.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pass-import-40617.patch --]
[-- Type: text/x-diff, Size: 2777 bytes --]

From 9e27739ed42d843f8c6de6b9a96470365046e593 Mon Sep 17 00:00:00 2001
From: Alan Brown <adbrown@rocketmail.com>
Date: Sat, 19 Nov 2022 15:52:02 +0000
Subject: [PATCH 1/2] New package: python3-zxcvbn-4.4.28

---
 srcpkgs/python3-zxcvbn/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-zxcvbn/template

diff --git a/srcpkgs/python3-zxcvbn/template b/srcpkgs/python3-zxcvbn/template
new file mode 100644
index 000000000000..d14bbac22012
--- /dev/null
+++ b/srcpkgs/python3-zxcvbn/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-zxcvbn'
+pkgname=python3-zxcvbn
+version=4.4.28
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends=""
+depends=""
+short_desc="A realistic password strength estimator"
+maintainer="Alan Brown <adbrown@rocketmail.com>"
+license="MIT"
+homepage="https://github.com/dwolfhub/zxcvbn-python"
+#changelog=""
+distfiles=""https://github.com/dwolfhub/zxcvbn-python/archive/refs/tags/v${version}.tar.gz
+checksum=b7275765acdf8028c21aa502d742e56de2252bac604c04ba5e336c39f88d5576
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 7b71e6870137d0bbaf209091bfb54d8e4c6e1303 Mon Sep 17 00:00:00 2001
From: Alan Brown <adbrown@rocketmail.com>
Date: Tue, 15 Nov 2022 18:27:00 +0000
Subject: [PATCH 2/2] pass-import: update to 3.3.

---
 srcpkgs/pass-import/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index 05b93ebdd1b0..9a0c1716e8f6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,17 +1,18 @@
 # Template file for 'pass-import'
 pkgname=pass-import
-version=3.2
-revision=2
+version=3.3
+revision=1
 build_style=python3-module
 # This test requires gnome-keyring which requires running dbus
 make_check_args="--deselect=tests/imports/test_parse.py"
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-pypandoc python3-requests python3-yaml
+ python3-zxcvbn"
 depends="pass python3-defusedxml python3-magic python3-cryptography
-python3-SecretStorage python3-pykeepass python3-yaml"
+python3-SecretStorage python3-pykeepass python3-requests python3-yaml lastpass-cli python3-zxcvbn"
 checkdepends="python3-pytest $depends"
 short_desc="Pass extension for importing data from most password managers"
 maintainer="Alan Brown <adbrown@rocketmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/roddhjav/pass-import"
 distfiles="https://github.com/roddhjav/pass-import/releases/download/v${version}/pass-import-${version}.tar.gz"
-checksum=d943df14dcfec063a6c881c315ce65813db6e105b14a9b0156a73dcf7e529b76
+checksum=f368451a559d5aebd74a03b26d902cc8b6339f2eacb31777b3c2c24ae7b6444c

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] Pass import
  2022-11-19 16:01 [PR PATCH] Pass import adbrown101
@ 2022-11-19 16:06 ` adbrown101
  2022-11-19 16:07 ` adbrown101
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: adbrown101 @ 2022-11-19 16:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]

There is an updated pull request by adbrown101 against master on the void-packages repository

https://github.com/adbrown101/void-packages pass-import
https://github.com/void-linux/void-packages/pull/40617

Pass import
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)

-->


A patch file from https://github.com/void-linux/void-packages/pull/40617.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pass-import-40617.patch --]
[-- Type: text/x-diff, Size: 2745 bytes --]

From 3e55c956891745c3fbf95f8714167b2d9e7f9c0e Mon Sep 17 00:00:00 2001
From: Alan Brown <adbrown@rocketmail.com>
Date: Sat, 19 Nov 2022 15:52:02 +0000
Subject: [PATCH 1/2] New package: python3-zxcvbn-4.4.28

---
 srcpkgs/python3-zxcvbn/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zxcvbn/template

diff --git a/srcpkgs/python3-zxcvbn/template b/srcpkgs/python3-zxcvbn/template
new file mode 100644
index 000000000000..7f5355efc85c
--- /dev/null
+++ b/srcpkgs/python3-zxcvbn/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zxcvbn'
+pkgname=python3-zxcvbn
+version=4.4.28
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Realistic password strength estimator"
+maintainer="Alan Brown <adbrown@rocketmail.com>"
+license="MIT"
+homepage="https://github.com/dwolfhub/zxcvbn-python"
+#changelog=""
+distfiles=""https://github.com/dwolfhub/zxcvbn-python/archive/refs/tags/v${version}.tar.gz
+checksum=b7275765acdf8028c21aa502d742e56de2252bac604c04ba5e336c39f88d5576
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 5937f87d82a98e6c94af988ea53090d84e7840a2 Mon Sep 17 00:00:00 2001
From: Alan Brown <adbrown@rocketmail.com>
Date: Tue, 15 Nov 2022 18:27:00 +0000
Subject: [PATCH 2/2] pass-import: update to 3.3.

---
 srcpkgs/pass-import/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index 05b93ebdd1b0..9a0c1716e8f6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,17 +1,18 @@
 # Template file for 'pass-import'
 pkgname=pass-import
-version=3.2
-revision=2
+version=3.3
+revision=1
 build_style=python3-module
 # This test requires gnome-keyring which requires running dbus
 make_check_args="--deselect=tests/imports/test_parse.py"
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-pypandoc python3-requests python3-yaml
+ python3-zxcvbn"
 depends="pass python3-defusedxml python3-magic python3-cryptography
-python3-SecretStorage python3-pykeepass python3-yaml"
+python3-SecretStorage python3-pykeepass python3-requests python3-yaml lastpass-cli python3-zxcvbn"
 checkdepends="python3-pytest $depends"
 short_desc="Pass extension for importing data from most password managers"
 maintainer="Alan Brown <adbrown@rocketmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/roddhjav/pass-import"
 distfiles="https://github.com/roddhjav/pass-import/releases/download/v${version}/pass-import-${version}.tar.gz"
-checksum=d943df14dcfec063a6c881c315ce65813db6e105b14a9b0156a73dcf7e529b76
+checksum=f368451a559d5aebd74a03b26d902cc8b6339f2eacb31777b3c2c24ae7b6444c

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Pass import
  2022-11-19 16:01 [PR PATCH] Pass import adbrown101
  2022-11-19 16:06 ` [PR PATCH] [Updated] " adbrown101
@ 2022-11-19 16:07 ` adbrown101
  2022-11-19 16:13 ` [PR PATCH] [Closed]: " adbrown101
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: adbrown101 @ 2022-11-19 16:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 294 bytes --]

New comment by adbrown101 on void-packages repository

https://github.com/void-linux/void-packages/pull/40617#issuecomment-1320915523

Comment:
Updated version relies on zxcvbn-python, so I created a module for this. This estimator seemed to work when doing a test export of my password store.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Closed]: Pass import
  2022-11-19 16:01 [PR PATCH] Pass import adbrown101
  2022-11-19 16:06 ` [PR PATCH] [Updated] " adbrown101
  2022-11-19 16:07 ` adbrown101
@ 2022-11-19 16:13 ` adbrown101
  2022-11-19 16:13 ` adbrown101
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: adbrown101 @ 2022-11-19 16:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 946 bytes --]

There's a closed pull request on the void-packages repository

Pass import
https://github.com/void-linux/void-packages/pull/40617

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)

-->


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Pass import
  2022-11-19 16:01 [PR PATCH] Pass import adbrown101
                   ` (2 preceding siblings ...)
  2022-11-19 16:13 ` [PR PATCH] [Closed]: " adbrown101
@ 2022-11-19 16:13 ` adbrown101
  2022-11-20 19:04 ` icp1994
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: adbrown101 @ 2022-11-19 16:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 194 bytes --]

New comment by adbrown101 on void-packages repository

https://github.com/void-linux/void-packages/pull/40617#issuecomment-1320916572

Comment:
Will do some more testing to before submitting PR

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Pass import
  2022-11-19 16:01 [PR PATCH] Pass import adbrown101
                   ` (3 preceding siblings ...)
  2022-11-19 16:13 ` adbrown101
@ 2022-11-20 19:04 ` icp1994
  2022-11-24 12:19 ` adbrown101
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2022-11-20 19:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/40617#issuecomment-1321215683

Comment:
You need to update `python3-pykeepass` first - the otp support was added in [version 4.0.3](https://github.com/libkeepass/pykeepass/blob/master/CHANGELOG.rst#403---2022-06-21).

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Pass import
  2022-11-19 16:01 [PR PATCH] Pass import adbrown101
                   ` (4 preceding siblings ...)
  2022-11-20 19:04 ` icp1994
@ 2022-11-24 12:19 ` adbrown101
  2022-11-25 19:24 ` icp1994
  2022-11-27 14:18 ` adbrown101
  7 siblings, 0 replies; 9+ messages in thread
From: adbrown101 @ 2022-11-24 12:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 244 bytes --]

New comment by adbrown101 on void-packages repository

https://github.com/void-linux/void-packages/pull/40617#issuecomment-1326375122

Comment:
Thanks, I noticed it was failing with python3-pykeepass I have been looking at a PR to update this.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Pass import
  2022-11-19 16:01 [PR PATCH] Pass import adbrown101
                   ` (5 preceding siblings ...)
  2022-11-24 12:19 ` adbrown101
@ 2022-11-25 19:24 ` icp1994
  2022-11-27 14:18 ` adbrown101
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2022-11-25 19:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 290 bytes --]

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/40617#issuecomment-1327815672

Comment:
https://github.com/void-linux/void-packages/pull/40636 already updated everything necessary so this should work ootb if you rebase on top of master.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Pass import
  2022-11-19 16:01 [PR PATCH] Pass import adbrown101
                   ` (6 preceding siblings ...)
  2022-11-25 19:24 ` icp1994
@ 2022-11-27 14:18 ` adbrown101
  7 siblings, 0 replies; 9+ messages in thread
From: adbrown101 @ 2022-11-27 14:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

New comment by adbrown101 on void-packages repository

https://github.com/void-linux/void-packages/pull/40617#issuecomment-1328257018

Comment:
Thanks, I have created a new pr with just pass-import on it [#40801](https://github.com/void-linux/void-packages/pull/40801)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-11-27 14:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-19 16:01 [PR PATCH] Pass import adbrown101
2022-11-19 16:06 ` [PR PATCH] [Updated] " adbrown101
2022-11-19 16:07 ` adbrown101
2022-11-19 16:13 ` [PR PATCH] [Closed]: " adbrown101
2022-11-19 16:13 ` adbrown101
2022-11-20 19:04 ` icp1994
2022-11-24 12:19 ` adbrown101
2022-11-25 19:24 ` icp1994
2022-11-27 14:18 ` adbrown101

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).