Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pass-import: update to 3.0.
@ 2020-05-10 11:06 adbrown101
  2020-05-17 13:08 ` [PR PATCH] [Updated] " adbrown101
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: adbrown101 @ 2020-05-10 11:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 428 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/21809

pass-import: update to 3.0.
This has now become a more general password importer hence the greater number of libraries it depends upon

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

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

From 48123c030dc858fc646d197daa067be55417b50c Mon Sep 17 00:00:00 2001
From: Alan Brown <adbrown@rocketmail.com>
Date: Sun, 10 May 2020 12:00:41 +0100
Subject: [PATCH] pass-import: update to 3.0.

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

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index cc7bfa697a1..4f7bcd7d6df 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,15 +1,17 @@
 # Template file for 'pass-import'
 pkgname=pass-import
-version=2.6
-revision=2
+version=3.0
+revision=1
 archs=noarch
 build_style=gnu-makefile
 make_install_args=BASHCOMPDIR=/usr/share/bash-completion/completions
 hostmakedepends="python3-setuptools python3-yaml"
-depends="pass>=1.7.0 python3-defusedxml"
+depends="pass>=1.7.0 python3-defusedxml python3-magic python3-cryptography python3-SecretStorage python3-pykeepass"
 short_desc="Pass extension for importing data from most existing 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=19bddbbe3e43c15bedcc1df6eadf664e30bc04b2992809eb4d04f25a3d370ea8
+checksum=14f6708df990b88c54b07e722686ed9e1a639300b33d2ff83dd87845e44779fc
+
+# options="python3-magic python3-cryptography python3-SecretStorage python3-keepass"

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

* Re: [PR PATCH] [Updated] pass-import: update to 3.0.
  2020-05-10 11:06 [PR PATCH] pass-import: update to 3.0 adbrown101
@ 2020-05-17 13:08 ` adbrown101
  2020-05-17 13:08 ` adbrown101
  2020-05-19 20:03 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: adbrown101 @ 2020-05-17 13:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 433 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/21809

pass-import: update to 3.0.
This has now become a more general password importer hence the greater number of libraries it depends upon

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

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

From 186c40359659a165bfc59e4c368f8647659d1407 Mon Sep 17 00:00:00 2001
From: Alan Brown <adbrown@rocketmail.com>
Date: Sun, 10 May 2020 12:00:41 +0100
Subject: [PATCH] pass-import: update to 3.0.

Get rid of unnecessary lines
---
 srcpkgs/pass-import/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index cc7bfa697a1..b7940ed0439 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,15 +1,15 @@
 # Template file for 'pass-import'
 pkgname=pass-import
-version=2.6
-revision=2
+version=3.0
+revision=1
 archs=noarch
 build_style=gnu-makefile
 make_install_args=BASHCOMPDIR=/usr/share/bash-completion/completions
 hostmakedepends="python3-setuptools python3-yaml"
-depends="pass>=1.7.0 python3-defusedxml"
+depends="pass>=1.7.0 python3-defusedxml python3-magic python3-cryptography python3-SecretStorage python3-pykeepass"
 short_desc="Pass extension for importing data from most existing 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=19bddbbe3e43c15bedcc1df6eadf664e30bc04b2992809eb4d04f25a3d370ea8
+checksum=14f6708df990b88c54b07e722686ed9e1a639300b33d2ff83dd87845e44779fc

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

* Re: pass-import: update to 3.0.
  2020-05-10 11:06 [PR PATCH] pass-import: update to 3.0 adbrown101
  2020-05-17 13:08 ` [PR PATCH] [Updated] " adbrown101
@ 2020-05-17 13:08 ` adbrown101
  2020-05-19 20:03 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: adbrown101 @ 2020-05-17 13:08 UTC (permalink / raw)
  To: ml

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

New comment by adbrown101 on void-packages repository

https://github.com/void-linux/void-packages/pull/21809#issuecomment-629795458

Comment:
Done

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

* Re: [PR PATCH] [Merged]: pass-import: update to 3.0.
  2020-05-10 11:06 [PR PATCH] pass-import: update to 3.0 adbrown101
  2020-05-17 13:08 ` [PR PATCH] [Updated] " adbrown101
  2020-05-17 13:08 ` adbrown101
@ 2020-05-19 20:03 ` Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: Hoshpak @ 2020-05-19 20:03 UTC (permalink / raw)
  To: ml

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

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

pass-import: update to 3.0.
https://github.com/void-linux/void-packages/pull/21809

Description:
This has now become a more general password importer hence the greater number of libraries it depends upon

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

end of thread, other threads:[~2020-05-19 20:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-10 11:06 [PR PATCH] pass-import: update to 3.0 adbrown101
2020-05-17 13:08 ` [PR PATCH] [Updated] " adbrown101
2020-05-17 13:08 ` adbrown101
2020-05-19 20:03 ` [PR PATCH] [Merged]: " Hoshpak

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).