Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] passff-host: update to 1.2.3
@ 2023-02-27 11:05 realcharmer
  2023-02-27 15:32 ` [PR REVIEW] " sgn
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: realcharmer @ 2023-02-27 11:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages passff-host
https://github.com/void-linux/void-packages/pull/42481

passff-host: update to 1.2.3
Tagging the maintainer @vpzomtrrfrt 

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-passff-host-42481.patch --]
[-- Type: text/x-diff, Size: 1124 bytes --]

From 81c0811daf03dbb9aa7099a7c9f14d4cb6e3144a Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Mon, 27 Feb 2023 12:03:55 +0100
Subject: [PATCH] passff-host: update to 1.2.3

---
 srcpkgs/passff-host/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/passff-host/template b/srcpkgs/passff-host/template
index 5d9a775ca735..5fb830d5c8be 100644
--- a/srcpkgs/passff-host/template
+++ b/srcpkgs/passff-host/template
@@ -1,6 +1,6 @@
 # Template file for 'passff-host'
 pkgname=passff-host
-version=1.2.1
+version=1.2.3
 revision=1
 create_wrksrc=yes
 depends="python3 pass"
@@ -11,7 +11,7 @@ homepage="https://github.com/passff/passff-host"
 distfiles="https://github.com/passff/passff-host/releases/download/$version/passff.json
  https://github.com/passff/passff-host/releases/download/$version/passff.py"
 checksum="cd871bcf29d71e53f986fb74b7f2b1867151ba2b2a27318044c7bfaa38827282
- 6db5c9c435bfe8efc0f626e38144eff4c045d90d8508a295c990abbae411ac6c"
+ e90c6e069b47ab0c2e7cc4173dde9d27717be9acfe0861f46b9fb4f083733f99"
 skip_extraction="passff.json passff.py"
 
 do_install() {

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

* Re: [PR REVIEW] passff-host: update to 1.2.3
  2023-02-27 11:05 [PR PATCH] passff-host: update to 1.2.3 realcharmer
@ 2023-02-27 15:32 ` sgn
  2023-02-27 16:24 ` [PR PATCH] [Updated] " realcharmer
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2023-02-27 15:32 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/42481#discussion_r1118910832

Comment:
Please remove `create_wrksrc`

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

* Re: [PR PATCH] [Updated] passff-host: update to 1.2.3
  2023-02-27 11:05 [PR PATCH] passff-host: update to 1.2.3 realcharmer
  2023-02-27 15:32 ` [PR REVIEW] " sgn
@ 2023-02-27 16:24 ` realcharmer
  2023-02-27 16:24 ` [PR REVIEW] " realcharmer
  2023-02-27 23:35 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: realcharmer @ 2023-02-27 16:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages passff-host
https://github.com/void-linux/void-packages/pull/42481

passff-host: update to 1.2.3
Tagging the maintainer @vpzomtrrfrt 

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-passff-host-42481.patch --]
[-- Type: text/x-diff, Size: 1223 bytes --]

From 4e0d24f7bd6f8482daec1950452547a811e8576c Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Mon, 27 Feb 2023 12:03:55 +0100
Subject: [PATCH] passff-host: update to 1.2.3

---
 srcpkgs/passff-host/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/passff-host/template b/srcpkgs/passff-host/template
index 5d9a775ca735..fe0113a4ab13 100644
--- a/srcpkgs/passff-host/template
+++ b/srcpkgs/passff-host/template
@@ -1,8 +1,7 @@
 # Template file for 'passff-host'
 pkgname=passff-host
-version=1.2.1
+version=1.2.3
 revision=1
-create_wrksrc=yes
 depends="python3 pass"
 short_desc="Host app for the WebExtension PassFF"
 maintainer="Colin Reeder <colin@vpzom.click>"
@@ -11,7 +10,7 @@ homepage="https://github.com/passff/passff-host"
 distfiles="https://github.com/passff/passff-host/releases/download/$version/passff.json
  https://github.com/passff/passff-host/releases/download/$version/passff.py"
 checksum="cd871bcf29d71e53f986fb74b7f2b1867151ba2b2a27318044c7bfaa38827282
- 6db5c9c435bfe8efc0f626e38144eff4c045d90d8508a295c990abbae411ac6c"
+ e90c6e069b47ab0c2e7cc4173dde9d27717be9acfe0861f46b9fb4f083733f99"
 skip_extraction="passff.json passff.py"
 
 do_install() {

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

* Re: [PR REVIEW] passff-host: update to 1.2.3
  2023-02-27 11:05 [PR PATCH] passff-host: update to 1.2.3 realcharmer
  2023-02-27 15:32 ` [PR REVIEW] " sgn
  2023-02-27 16:24 ` [PR PATCH] [Updated] " realcharmer
@ 2023-02-27 16:24 ` realcharmer
  2023-02-27 23:35 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: realcharmer @ 2023-02-27 16:24 UTC (permalink / raw)
  To: ml

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

New review comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/42481#discussion_r1118983300

Comment:
Got it.

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

* Re: [PR PATCH] [Merged]: passff-host: update to 1.2.3
  2023-02-27 11:05 [PR PATCH] passff-host: update to 1.2.3 realcharmer
                   ` (2 preceding siblings ...)
  2023-02-27 16:24 ` [PR REVIEW] " realcharmer
@ 2023-02-27 23:35 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2023-02-27 23:35 UTC (permalink / raw)
  To: ml

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

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

passff-host: update to 1.2.3
https://github.com/void-linux/void-packages/pull/42481

Description:
Tagging the maintainer @vpzomtrrfrt 

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

end of thread, other threads:[~2023-02-27 23:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-27 11:05 [PR PATCH] passff-host: update to 1.2.3 realcharmer
2023-02-27 15:32 ` [PR REVIEW] " sgn
2023-02-27 16:24 ` [PR PATCH] [Updated] " realcharmer
2023-02-27 16:24 ` [PR REVIEW] " realcharmer
2023-02-27 23:35 ` [PR PATCH] [Merged]: " sgn

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