Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] urlscan: update to 1.0.1.
@ 2023-07-25 14:12 motorto
  2023-07-25 17:04 ` [PR REVIEW] " icp1994
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: motorto @ 2023-07-25 14:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages urlscan-1.0.1
https://github.com/void-linux/void-packages/pull/45246

urlscan: update to 1.0.1.
<!-- 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/45246.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-urlscan-1.0.1-45246.patch --]
[-- Type: text/x-diff, Size: 1100 bytes --]

From 9e71a5a58cc6f161a98f9b589a90b4b49b183733 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 25 Jul 2023 15:12:25 +0100
Subject: [PATCH] urlscan: update to 1.0.1.

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

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index f669aef9db6bb..76d16f73d5d0a 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,6 +1,6 @@
 # Template file for 'urlscan'
 pkgname=urlscan
-version=1.0.0
+version=1.0.1
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
@@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
 homepage="https://github.com/firecat53/urlscan"
 changelog="https://github.com/firecat53/urlscan/releases"
 distfiles="https://github.com/firecat53/urlscan/archive/${version}.tar.gz"
-checksum=b12da2c3ee45ae21c80eed2fc40866b3b0b82a39e70ce1ad458b65af7334728a
+checksum=4e9bda5880a8fa3de89e1fe204a8d6fbcc9abf41dfe0ed6da21df5f6284099c4
 
 pre_build() {
 	export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"

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

* Re: [PR REVIEW] urlscan: update to 1.0.1.
  2023-07-25 14:12 [PR PATCH] urlscan: update to 1.0.1 motorto
@ 2023-07-25 17:04 ` icp1994
  2023-07-30 10:56 ` [PR PATCH] [Updated] " motorto
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-07-25 17:04 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/45246#discussion_r1273849043

Comment:
```suggestion
distfiles="${PYPI_SITE}/u/urlscan/urlscan-${version}.tar.gz"
```
This way, you can eliminate the `pre_build()` part below entirely. I made a [commit upstream](https://github.com/firecat53/urlscan/commit/4598452a09030165b2eaa238e1065bcb233b5437) so that the manpage is also included in the pypi tarball. This release is no-op otherwise.

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

* Re: [PR PATCH] [Updated] urlscan: update to 1.0.1.
  2023-07-25 14:12 [PR PATCH] urlscan: update to 1.0.1 motorto
  2023-07-25 17:04 ` [PR REVIEW] " icp1994
@ 2023-07-30 10:56 ` motorto
  2023-07-30 10:56 ` [PR REVIEW] " motorto
  2023-08-06  1:43 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: motorto @ 2023-07-30 10:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages urlscan-1.0.1
https://github.com/void-linux/void-packages/pull/45246

urlscan: update to 1.0.1.
<!-- 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/45246.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-urlscan-1.0.1-45246.patch --]
[-- Type: text/x-diff, Size: 1229 bytes --]

From 49ac9b5f1ce718d3e43b84e0d3bfdb61035e5cf6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 25 Jul 2023 15:12:25 +0100
Subject: [PATCH] urlscan: update to 1.0.1.

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

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index f669aef9db6bb..fc29ce2ef2b52 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,6 +1,6 @@
 # Template file for 'urlscan'
 pkgname=urlscan
-version=1.0.0
+version=1.0.1
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
@@ -10,9 +10,5 @@ maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/firecat53/urlscan"
 changelog="https://github.com/firecat53/urlscan/releases"
-distfiles="https://github.com/firecat53/urlscan/archive/${version}.tar.gz"
-checksum=b12da2c3ee45ae21c80eed2fc40866b3b0b82a39e70ce1ad458b65af7334728a
-
-pre_build() {
-	export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"
-}
+distfiles="${PYPI_SITE}/u/urlscan/urlscan-${version}.tar.gz"
+checksum=e0ec986e5aa2da57dd2face8692116d80af173d4eb56a78e4fd881731113307f

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

* Re: [PR REVIEW] urlscan: update to 1.0.1.
  2023-07-25 14:12 [PR PATCH] urlscan: update to 1.0.1 motorto
  2023-07-25 17:04 ` [PR REVIEW] " icp1994
  2023-07-30 10:56 ` [PR PATCH] [Updated] " motorto
@ 2023-07-30 10:56 ` motorto
  2023-08-06  1:43 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: motorto @ 2023-07-30 10:56 UTC (permalink / raw)
  To: ml

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

New review comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/45246#discussion_r1278549095

Comment:
Thanks, committed your suggestions.

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

* Re: [PR PATCH] [Merged]: urlscan: update to 1.0.1.
  2023-07-25 14:12 [PR PATCH] urlscan: update to 1.0.1 motorto
                   ` (2 preceding siblings ...)
  2023-07-30 10:56 ` [PR REVIEW] " motorto
@ 2023-08-06  1:43 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-08-06  1:43 UTC (permalink / raw)
  To: ml

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

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

urlscan: update to 1.0.1.
https://github.com/void-linux/void-packages/pull/45246

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] 5+ messages in thread

end of thread, other threads:[~2023-08-06  1:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-25 14:12 [PR PATCH] urlscan: update to 1.0.1 motorto
2023-07-25 17:04 ` [PR REVIEW] " icp1994
2023-07-30 10:56 ` [PR PATCH] [Updated] " motorto
2023-07-30 10:56 ` [PR REVIEW] " motorto
2023-08-06  1:43 ` [PR PATCH] [Merged]: " classabbyamp

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