Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tcllib: update to 1.21.
@ 2022-10-08 22:23 natrys
  2022-10-11  5:00 ` [PR REVIEW] " classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: natrys @ 2022-10-08 22:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/natrys/void-packages tcllib-1.21
https://github.com/void-linux/void-packages/pull/39822

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

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

<!--
#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tcllib-1.21-39822.patch --]
[-- Type: text/x-diff, Size: 1079 bytes --]

From d097fa6c58530a27311d355f814004eb20ff2d8d Mon Sep 17 00:00:00 2001
From: Imran Khan <imrankhan@teknik.io>
Date: Sun, 9 Oct 2022 04:09:46 +0600
Subject: [PATCH] tcllib: update to 1.21.

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

diff --git a/srcpkgs/tcllib/template b/srcpkgs/tcllib/template
index 8fb524e58ba8..41dacd4931be 100644
--- a/srcpkgs/tcllib/template
+++ b/srcpkgs/tcllib/template
@@ -1,7 +1,7 @@
 # Template file for 'tcllib'
 pkgname=tcllib
-version=1.20
-revision=2
+version=1.21
+revision=1
 wrksrc="tcllib-tcllib-${version/./-}"
 build_style=gnu-configure
 hostmakedepends="pkg-config tcl"
@@ -11,7 +11,7 @@ maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
 license="TCL"
 homepage="http://core.tcl.tk/tcllib/"
 distfiles="https://github.com/tcltk/${pkgname}/archive/${pkgname}-${version/./-}.tar.gz"
-checksum=076daf919ba0f8964dacb86ae974a6992db4d874eb738dffec1e1efebbd6d080
+checksum=66932dec154253f4bee7ec98daa7cb8aa5a2985dde4ed3a160541b0597014551
 
 post_install() {
 	vlicense ./license.terms LICENSE

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

* Re: [PR REVIEW] tcllib: update to 1.21.
  2022-10-08 22:23 [PR PATCH] tcllib: update to 1.21 natrys
@ 2022-10-11  5:00 ` classabbyamp
  2022-10-11  8:16 ` [PR PATCH] [Updated] " natrys
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-10-11  5:00 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39822#discussion_r991816116

Comment:
```suggestion
homepage="https://core.tcl-lang.org/tcllib/"
changelog="https://core.tcl-lang.org/tcllib/doc/tcllib-${version/./-}/support/releases/history/README-${version}.txt"
```

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

* Re: [PR PATCH] [Updated] tcllib: update to 1.21.
  2022-10-08 22:23 [PR PATCH] tcllib: update to 1.21 natrys
  2022-10-11  5:00 ` [PR REVIEW] " classabbyamp
@ 2022-10-11  8:16 ` natrys
  2022-10-11  8:31 ` natrys
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: natrys @ 2022-10-11  8:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/natrys/void-packages tcllib-1.21
https://github.com/void-linux/void-packages/pull/39822

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

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

<!--
#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tcllib-1.21-39822.patch --]
[-- Type: text/x-diff, Size: 1296 bytes --]

From da135eee6c80656d47a0ed320a93dbca2b28df31 Mon Sep 17 00:00:00 2001
From: Imran Khan <imrankhan@teknik.io>
Date: Sun, 9 Oct 2022 04:09:46 +0600
Subject: [PATCH] tcllib: update to 1.21.

---
 srcpkgs/tcllib/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tcllib/template b/srcpkgs/tcllib/template
index 8fb524e58ba8..161170e98e1b 100644
--- a/srcpkgs/tcllib/template
+++ b/srcpkgs/tcllib/template
@@ -1,7 +1,7 @@
 # Template file for 'tcllib'
 pkgname=tcllib
-version=1.20
-revision=2
+version=1.21
+revision=1
 wrksrc="tcllib-tcllib-${version/./-}"
 build_style=gnu-configure
 hostmakedepends="pkg-config tcl"
@@ -9,9 +9,10 @@ depends="tcl"
 short_desc="Set of pure-Tcl extensions"
 maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
 license="TCL"
-homepage="http://core.tcl.tk/tcllib/"
+homepage="https://core.tcl.tk/tcllib/"
+changelog="https://core.tcl-lang.org/tcllib/doc/tcllib-${version/./-}/support/releases/history/README-${version}.txt"
 distfiles="https://github.com/tcltk/${pkgname}/archive/${pkgname}-${version/./-}.tar.gz"
-checksum=076daf919ba0f8964dacb86ae974a6992db4d874eb738dffec1e1efebbd6d080
+checksum=66932dec154253f4bee7ec98daa7cb8aa5a2985dde4ed3a160541b0597014551
 
 post_install() {
 	vlicense ./license.terms LICENSE

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

* Re: tcllib: update to 1.21.
  2022-10-08 22:23 [PR PATCH] tcllib: update to 1.21 natrys
  2022-10-11  5:00 ` [PR REVIEW] " classabbyamp
  2022-10-11  8:16 ` [PR PATCH] [Updated] " natrys
@ 2022-10-11  8:31 ` natrys
  2022-10-11 17:09 ` classabbyamp
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: natrys @ 2022-10-11  8:31 UTC (permalink / raw)
  To: ml

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

New comment by natrys on void-packages repository

https://github.com/void-linux/void-packages/pull/39822#issuecomment-1274307160

Comment:
That's very weird. Suddenly distfile checksum doesn't match. Github is now returning a file that's 1 byte larger. My local `hostdir/sources/tcllib-1.21/tcllib-1-21.tar.gz` was of size `10692167`, now it downloads a file that's `10692168` :/

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

* Re: tcllib: update to 1.21.
  2022-10-08 22:23 [PR PATCH] tcllib: update to 1.21 natrys
                   ` (2 preceding siblings ...)
  2022-10-11  8:31 ` natrys
@ 2022-10-11 17:09 ` classabbyamp
  2022-10-11 22:26 ` [PR PATCH] [Updated] " natrys
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-10-11 17:09 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39822#issuecomment-1275012784

Comment:
are the contents of the tar the same? you can use this method to get a contents checksum: https://github.com/leahneukirchen/xtools/blob/master/xgensum#L72

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

* Re: [PR PATCH] [Updated] tcllib: update to 1.21.
  2022-10-08 22:23 [PR PATCH] tcllib: update to 1.21 natrys
                   ` (3 preceding siblings ...)
  2022-10-11 17:09 ` classabbyamp
@ 2022-10-11 22:26 ` natrys
  2022-10-11 22:29 ` natrys
  2022-10-17 19:16 ` [PR PATCH] [Closed]: " Piraty
  6 siblings, 0 replies; 8+ messages in thread
From: natrys @ 2022-10-11 22:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/natrys/void-packages tcllib-1.21
https://github.com/void-linux/void-packages/pull/39822

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

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

<!--
#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tcllib-1.21-39822.patch --]
[-- Type: text/x-diff, Size: 1296 bytes --]

From c1e8eb99a972a9809f5bcf6054a1853836b2c768 Mon Sep 17 00:00:00 2001
From: Imran Khan <imrankhan@teknik.io>
Date: Sun, 9 Oct 2022 04:09:46 +0600
Subject: [PATCH] tcllib: update to 1.21.

---
 srcpkgs/tcllib/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tcllib/template b/srcpkgs/tcllib/template
index 8fb524e58ba8..09d398ea43a3 100644
--- a/srcpkgs/tcllib/template
+++ b/srcpkgs/tcllib/template
@@ -1,7 +1,7 @@
 # Template file for 'tcllib'
 pkgname=tcllib
-version=1.20
-revision=2
+version=1.21
+revision=1
 wrksrc="tcllib-tcllib-${version/./-}"
 build_style=gnu-configure
 hostmakedepends="pkg-config tcl"
@@ -9,9 +9,10 @@ depends="tcl"
 short_desc="Set of pure-Tcl extensions"
 maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
 license="TCL"
-homepage="http://core.tcl.tk/tcllib/"
+homepage="https://core.tcl.tk/tcllib/"
+changelog="https://core.tcl-lang.org/tcllib/doc/tcllib-${version/./-}/support/releases/history/README-${version}.txt"
 distfiles="https://github.com/tcltk/${pkgname}/archive/${pkgname}-${version/./-}.tar.gz"
-checksum=076daf919ba0f8964dacb86ae974a6992db4d874eb738dffec1e1efebbd6d080
+checksum=c939b06b3383480a293d6d3cec9af91491e8a38aa3571dfb5024fbf0db260bbd
 
 post_install() {
 	vlicense ./license.terms LICENSE

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

* Re: tcllib: update to 1.21.
  2022-10-08 22:23 [PR PATCH] tcllib: update to 1.21 natrys
                   ` (4 preceding siblings ...)
  2022-10-11 22:26 ` [PR PATCH] [Updated] " natrys
@ 2022-10-11 22:29 ` natrys
  2022-10-17 19:16 ` [PR PATCH] [Closed]: " Piraty
  6 siblings, 0 replies; 8+ messages in thread
From: natrys @ 2022-10-11 22:29 UTC (permalink / raw)
  To: ml

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

New comment by natrys on void-packages repository

https://github.com/void-linux/void-packages/pull/39822#issuecomment-1275350156

Comment:
Yup the content checksums are the same. Most likely a github or download gitch, not a case of upstream being wacky. I have updated checksum to reflect the current state of the tarball.

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

* Re: [PR PATCH] [Closed]: tcllib: update to 1.21.
  2022-10-08 22:23 [PR PATCH] tcllib: update to 1.21 natrys
                   ` (5 preceding siblings ...)
  2022-10-11 22:29 ` natrys
@ 2022-10-17 19:16 ` Piraty
  6 siblings, 0 replies; 8+ messages in thread
From: Piraty @ 2022-10-17 19:16 UTC (permalink / raw)
  To: ml

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

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

tcllib: update to 1.21.
https://github.com/void-linux/void-packages/pull/39822

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

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

<!--
#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-10-17 19:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-08 22:23 [PR PATCH] tcllib: update to 1.21 natrys
2022-10-11  5:00 ` [PR REVIEW] " classabbyamp
2022-10-11  8:16 ` [PR PATCH] [Updated] " natrys
2022-10-11  8:31 ` natrys
2022-10-11 17:09 ` classabbyamp
2022-10-11 22:26 ` [PR PATCH] [Updated] " natrys
2022-10-11 22:29 ` natrys
2022-10-17 19:16 ` [PR PATCH] [Closed]: " Piraty

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