Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] perl-Params-ValidationCompiler: update to 0.31
@ 2023-01-14  6:17 newbluemoon
  2023-01-16  8:23 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: newbluemoon @ 2023-01-14  6:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages perl-Params-ValidationCompiler
https://github.com/void-linux/void-packages/pull/41632

perl-Params-ValidationCompiler: update to 0.31
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (only change is that it checks for Class::XSAccessor 1.17+, we’re at 1.19)
<!--
#### 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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l-musl



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-perl-Params-ValidationCompiler-41632.patch --]
[-- Type: text/x-diff, Size: 1741 bytes --]

From e5e5adaa1330431502e675c81a28e0da6d32af89 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sat, 14 Jan 2023 07:08:33 +0100
Subject: [PATCH] perl-Params-ValidationCompiler: update to 0.31

---
 srcpkgs/perl-Params-ValidationCompiler/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/perl-Params-ValidationCompiler/template b/srcpkgs/perl-Params-ValidationCompiler/template
index 535bb73365c4..f645d441b8e2 100644
--- a/srcpkgs/perl-Params-ValidationCompiler/template
+++ b/srcpkgs/perl-Params-ValidationCompiler/template
@@ -1,16 +1,17 @@
-# Template build file for 'perl-Params-ValidationCompiler'.
+# Template file for 'perl-Params-ValidationCompiler'
 pkgname=perl-Params-ValidationCompiler
-version=0.30
-revision=2
+version=0.31
+revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl perl-Eval-Closure perl-Exception-Class"
 depends="${makedepends}"
-checkdepends="perl-Specio perl-Test2-Suite perl-Test-Without-Module
- perl-Test2-Plugin-NoWarnings perl-Term-Table"
+checkdepends="perl-Class-XSAccessor perl-Specio perl-Test2-Suite
+ perl-Test-Without-Module perl-Test2-Plugin-NoWarnings perl-Term-Table
+ perl-Type-Tiny"
 short_desc="Build an optimized subroutine parameter validator once, use it forever"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
-homepage="https://metacpan.org/release/Params-ValidationCompiler"
 license="Artistic-2.0"
+homepage="https://metacpan.org/release/Params-ValidationCompiler"
 distfiles="${CPAN_SITE}/Params/${pkgname/perl-/}-$version.tar.gz"
-checksum=dc5bee23383be42765073db284bed9fbd819d4705ad649c20b644452090d16cb
+checksum=7b6497173f1b6adb29f5d51d8cf9ec36d2f1219412b4b2410e9d77a901e84a6d

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

* Re: [PR REVIEW] perl-Params-ValidationCompiler: update to 0.31
  2023-01-14  6:17 [PR PATCH] perl-Params-ValidationCompiler: update to 0.31 newbluemoon
@ 2023-01-16  8:23 ` classabbyamp
  2023-01-16 16:50 ` [PR PATCH] [Updated] " newbluemoon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-01-16  8:23 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41632#discussion_r1070947860

Comment:
```suggestion
distfiles="${CPAN_SITE}/Params/Params-ValidationCompiler-$version.tar.gz"
```

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

* Re: [PR PATCH] [Updated] perl-Params-ValidationCompiler: update to 0.31
  2023-01-14  6:17 [PR PATCH] perl-Params-ValidationCompiler: update to 0.31 newbluemoon
  2023-01-16  8:23 ` [PR REVIEW] " classabbyamp
@ 2023-01-16 16:50 ` newbluemoon
  2023-01-16 16:51 ` [PR REVIEW] " newbluemoon
  2023-01-16 16:59 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: newbluemoon @ 2023-01-16 16:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages perl-Params-ValidationCompiler
https://github.com/void-linux/void-packages/pull/41632

perl-Params-ValidationCompiler: update to 0.31
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (only change is that it checks for Class::XSAccessor 1.17+, we’re at 1.19)
<!--
#### 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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l-musl



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-perl-Params-ValidationCompiler-41632.patch --]
[-- Type: text/x-diff, Size: 1818 bytes --]

From 444f871e4eb6d9da7332ec88e51bfaf29501d07b Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sat, 14 Jan 2023 07:08:33 +0100
Subject: [PATCH] perl-Params-ValidationCompiler: update to 0.31

---
 srcpkgs/perl-Params-ValidationCompiler/template | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/perl-Params-ValidationCompiler/template b/srcpkgs/perl-Params-ValidationCompiler/template
index 535bb73365c4..35462a496538 100644
--- a/srcpkgs/perl-Params-ValidationCompiler/template
+++ b/srcpkgs/perl-Params-ValidationCompiler/template
@@ -1,16 +1,17 @@
-# Template build file for 'perl-Params-ValidationCompiler'.
+# Template file for 'perl-Params-ValidationCompiler'
 pkgname=perl-Params-ValidationCompiler
-version=0.30
-revision=2
+version=0.31
+revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl perl-Eval-Closure perl-Exception-Class"
 depends="${makedepends}"
-checkdepends="perl-Specio perl-Test2-Suite perl-Test-Without-Module
- perl-Test2-Plugin-NoWarnings perl-Term-Table"
+checkdepends="perl-Class-XSAccessor perl-Specio perl-Test2-Suite
+ perl-Test-Without-Module perl-Test2-Plugin-NoWarnings perl-Term-Table
+ perl-Type-Tiny"
 short_desc="Build an optimized subroutine parameter validator once, use it forever"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
-homepage="https://metacpan.org/release/Params-ValidationCompiler"
 license="Artistic-2.0"
-distfiles="${CPAN_SITE}/Params/${pkgname/perl-/}-$version.tar.gz"
-checksum=dc5bee23383be42765073db284bed9fbd819d4705ad649c20b644452090d16cb
+homepage="https://metacpan.org/release/Params-ValidationCompiler"
+distfiles="${CPAN_SITE}/Params/Params-ValidationCompiler-$version.tar.gz"
+checksum=7b6497173f1b6adb29f5d51d8cf9ec36d2f1219412b4b2410e9d77a901e84a6d

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

* Re: [PR REVIEW] perl-Params-ValidationCompiler: update to 0.31
  2023-01-14  6:17 [PR PATCH] perl-Params-ValidationCompiler: update to 0.31 newbluemoon
  2023-01-16  8:23 ` [PR REVIEW] " classabbyamp
  2023-01-16 16:50 ` [PR PATCH] [Updated] " newbluemoon
@ 2023-01-16 16:51 ` newbluemoon
  2023-01-16 16:59 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: newbluemoon @ 2023-01-16 16:51 UTC (permalink / raw)
  To: ml

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

New review comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/41632#discussion_r1071437732

Comment:
Done.

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

* Re: [PR PATCH] [Merged]: perl-Params-ValidationCompiler: update to 0.31
  2023-01-14  6:17 [PR PATCH] perl-Params-ValidationCompiler: update to 0.31 newbluemoon
                   ` (2 preceding siblings ...)
  2023-01-16 16:51 ` [PR REVIEW] " newbluemoon
@ 2023-01-16 16:59 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-01-16 16:59 UTC (permalink / raw)
  To: ml

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

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

perl-Params-ValidationCompiler: update to 0.31
https://github.com/void-linux/void-packages/pull/41632

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

#### Testing the changes
- I tested the changes in this PR: **YES** (only change is that it checks for Class::XSAccessor 1.17+, we’re at 1.19)
<!--
#### 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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l-musl



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

end of thread, other threads:[~2023-01-16 16:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-14  6:17 [PR PATCH] perl-Params-ValidationCompiler: update to 0.31 newbluemoon
2023-01-16  8:23 ` [PR REVIEW] " classabbyamp
2023-01-16 16:50 ` [PR PATCH] [Updated] " newbluemoon
2023-01-16 16:51 ` [PR REVIEW] " newbluemoon
2023-01-16 16:59 ` [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).