Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] urlscan: update to 0.9.9.
@ 2022-07-17 18:09 motorto
  2022-07-17 18:28 ` [PR PATCH] [Updated] " motorto
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: motorto @ 2022-07-17 18:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages urlscan_0.9.9
https://github.com/void-linux/void-packages/pull/38113

urlscan: update to 0.9.9.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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-glibc



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-urlscan_0.9.9-38113.patch --]
[-- Type: text/x-diff, Size: 1054 bytes --]

From 0af9f27c2e8e84c34827fc2a5b2c62bc798d2397 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 17 Jul 2022 19:06:29 +0100
Subject: [PATCH] urlscan: update to 0.9.9.

---
 srcpkgs/urlscan/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 18328d17f90a..d68b322b7978 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
-version=0.9.5
-revision=3
+version=0.9.9
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"
@@ -10,4 +10,4 @@ maintainer="Crestwave <crest.wave@yahoo.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/firecat53/urlscan"
 distfiles="https://github.com/firecat53/urlscan/archive/${version}.tar.gz"
-checksum=db76f61966431a8938adc998aaa2b30be54f9b1ff2a4c0064e9915df2fb6b996
+checksum=5c63206a6afbe7773903fa928833bd28af5887fc9d13f0e1e9529fed560a5eb8

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

* Re: [PR PATCH] [Updated] urlscan: update to 0.9.9.
  2022-07-17 18:09 [PR PATCH] urlscan: update to 0.9.9 motorto
@ 2022-07-17 18:28 ` motorto
  2022-07-17 18:30 ` motorto
  2022-07-17 18:51 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: motorto @ 2022-07-17 18:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages urlscan_0.9.9
https://github.com/void-linux/void-packages/pull/38113

urlscan: update to 0.9.9.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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-glibc



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-urlscan_0.9.9-38113.patch --]
[-- Type: text/x-diff, Size: 1133 bytes --]

From 349f206e169266cca708fd5542b1eb6aefb59c4f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 17 Jul 2022 19:06:29 +0100
Subject: [PATCH] urlscan: update to 0.9.9.

---
 srcpkgs/urlscan/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 18328d17f90a..6f7bf16a9fd1 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,13 +1,14 @@
 # Template file for 'urlscan'
 pkgname=urlscan
-version=0.9.5
-revision=3
+version=0.9.9
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+checkdepends="python3-urwid"
 depends="python3-urwid"
 short_desc="View/select the URLs in an email message or file"
 maintainer="Crestwave <crest.wave@yahoo.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/firecat53/urlscan"
 distfiles="https://github.com/firecat53/urlscan/archive/${version}.tar.gz"
-checksum=db76f61966431a8938adc998aaa2b30be54f9b1ff2a4c0064e9915df2fb6b996
+checksum=5c63206a6afbe7773903fa928833bd28af5887fc9d13f0e1e9529fed560a5eb8

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

* Re: [PR PATCH] [Updated] urlscan: update to 0.9.9.
  2022-07-17 18:09 [PR PATCH] urlscan: update to 0.9.9 motorto
  2022-07-17 18:28 ` [PR PATCH] [Updated] " motorto
@ 2022-07-17 18:30 ` motorto
  2022-07-17 18:51 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: motorto @ 2022-07-17 18:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages urlscan_0.9.9
https://github.com/void-linux/void-packages/pull/38113

urlscan: update to 0.9.9.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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-glibc



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-urlscan_0.9.9-38113.patch --]
[-- Type: text/x-diff, Size: 1133 bytes --]

From 3ca2edb4ada5d9a1c4cf9fe383f9b659a69734eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 17 Jul 2022 19:06:29 +0100
Subject: [PATCH] urlscan: update to 0.9.9.

---
 srcpkgs/urlscan/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 18328d17f90a..a2c10ece30a9 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,13 +1,14 @@
 # Template file for 'urlscan'
 pkgname=urlscan
-version=0.9.5
-revision=3
+version=0.9.9
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"
+checkdepends="python3-urwid"
 short_desc="View/select the URLs in an email message or file"
 maintainer="Crestwave <crest.wave@yahoo.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/firecat53/urlscan"
 distfiles="https://github.com/firecat53/urlscan/archive/${version}.tar.gz"
-checksum=db76f61966431a8938adc998aaa2b30be54f9b1ff2a4c0064e9915df2fb6b996
+checksum=5c63206a6afbe7773903fa928833bd28af5887fc9d13f0e1e9529fed560a5eb8

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

* Re: [PR PATCH] [Merged]: urlscan: update to 0.9.9.
  2022-07-17 18:09 [PR PATCH] urlscan: update to 0.9.9 motorto
  2022-07-17 18:28 ` [PR PATCH] [Updated] " motorto
  2022-07-17 18:30 ` motorto
@ 2022-07-17 18:51 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2022-07-17 18:51 UTC (permalink / raw)
  To: ml

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

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

urlscan: update to 0.9.9.
https://github.com/void-linux/void-packages/pull/38113

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

#### 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-glibc



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

end of thread, other threads:[~2022-07-17 18:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-17 18:09 [PR PATCH] urlscan: update to 0.9.9 motorto
2022-07-17 18:28 ` [PR PATCH] [Updated] " motorto
2022-07-17 18:30 ` motorto
2022-07-17 18:51 ` [PR PATCH] [Merged]: " ericonr

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