Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] perl-Specio: update to 0.49
@ 2024-12-24  7:43 newbluemoon
  2025-01-11 17:02 ` [PR PATCH] [Updated] " newbluemoon
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: newbluemoon @ 2024-12-24  7:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages perl-Specio
https://github.com/void-linux/void-packages/pull/53657

perl-Specio: update to 0.49
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 (cross)



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

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

From 17ec8504a29d2bcc4d33c9e204de0bd3fb3e0e40 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 24 Dec 2024 06:26:56 +0100
Subject: [PATCH] perl-Specio: update to 0.49

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

diff --git a/srcpkgs/perl-Specio/template b/srcpkgs/perl-Specio/template
index 11914ee851f146..4bcf8010bdaa58 100644
--- a/srcpkgs/perl-Specio/template
+++ b/srcpkgs/perl-Specio/template
@@ -1,16 +1,17 @@
 # Template file for 'perl-Specio'
 pkgname=perl-Specio
-version=0.48
+version=0.49
 revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl"
-depends="perl perl-Devel-StackTrace perl-Eval-Closure perl-Module-Runtime
- perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny perl-Test-Fatal perl-XString"
+depends="perl perl-Clone perl-Devel-StackTrace perl-Eval-Closure
+ perl-Module-Runtime perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny
+ perl-Test-Fatal perl-XString"
 checkdepends="${depends} perl-namespace-autoclean perl-Moo perl-Test-Needs"
 short_desc="Type constraints and coercions for Perl"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="Artistic-2.0"
 homepage="https://metacpan.org/release/Specio"
 distfiles="${CPAN_SITE}/Test/Specio-${version}.tar.gz"
-checksum=0c85793580f1274ef08173079131d101f77b22accea7afa8255202f0811682b2
+checksum=e85766262b3738efc8dcbeb039b0d632d0aa393a55a33c36df5b21b4d44dc7af

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

* Re: [PR PATCH] [Updated] perl-Specio: update to 0.49
  2024-12-24  7:43 [PR PATCH] perl-Specio: update to 0.49 newbluemoon
@ 2025-01-11 17:02 ` newbluemoon
  2025-01-28 17:46 ` newbluemoon
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: newbluemoon @ 2025-01-11 17:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages perl-Specio
https://github.com/void-linux/void-packages/pull/53657

perl-Specio: update to 0.49
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 (cross)



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

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

From 4fdc2076ebeabde99cdad88890b3f257404ad851 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 24 Dec 2024 06:26:56 +0100
Subject: [PATCH] perl-Specio: update to 0.49

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

diff --git a/srcpkgs/perl-Specio/template b/srcpkgs/perl-Specio/template
index 11914ee851f146..4bcf8010bdaa58 100644
--- a/srcpkgs/perl-Specio/template
+++ b/srcpkgs/perl-Specio/template
@@ -1,16 +1,17 @@
 # Template file for 'perl-Specio'
 pkgname=perl-Specio
-version=0.48
+version=0.49
 revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl"
-depends="perl perl-Devel-StackTrace perl-Eval-Closure perl-Module-Runtime
- perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny perl-Test-Fatal perl-XString"
+depends="perl perl-Clone perl-Devel-StackTrace perl-Eval-Closure
+ perl-Module-Runtime perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny
+ perl-Test-Fatal perl-XString"
 checkdepends="${depends} perl-namespace-autoclean perl-Moo perl-Test-Needs"
 short_desc="Type constraints and coercions for Perl"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="Artistic-2.0"
 homepage="https://metacpan.org/release/Specio"
 distfiles="${CPAN_SITE}/Test/Specio-${version}.tar.gz"
-checksum=0c85793580f1274ef08173079131d101f77b22accea7afa8255202f0811682b2
+checksum=e85766262b3738efc8dcbeb039b0d632d0aa393a55a33c36df5b21b4d44dc7af

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

* Re: [PR PATCH] [Updated] perl-Specio: update to 0.49
  2024-12-24  7:43 [PR PATCH] perl-Specio: update to 0.49 newbluemoon
  2025-01-11 17:02 ` [PR PATCH] [Updated] " newbluemoon
@ 2025-01-28 17:46 ` newbluemoon
  2025-02-09  8:10 ` newbluemoon
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: newbluemoon @ 2025-01-28 17:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages perl-Specio
https://github.com/void-linux/void-packages/pull/53657

perl-Specio: update to 0.49
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 (cross)



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

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

From a856fcfb3b92db03261f4ab5d6354d67f38385c2 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 24 Dec 2024 06:26:56 +0100
Subject: [PATCH] perl-Specio: update to 0.49

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

diff --git a/srcpkgs/perl-Specio/template b/srcpkgs/perl-Specio/template
index 11914ee851f146..4bcf8010bdaa58 100644
--- a/srcpkgs/perl-Specio/template
+++ b/srcpkgs/perl-Specio/template
@@ -1,16 +1,17 @@
 # Template file for 'perl-Specio'
 pkgname=perl-Specio
-version=0.48
+version=0.49
 revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl"
-depends="perl perl-Devel-StackTrace perl-Eval-Closure perl-Module-Runtime
- perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny perl-Test-Fatal perl-XString"
+depends="perl perl-Clone perl-Devel-StackTrace perl-Eval-Closure
+ perl-Module-Runtime perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny
+ perl-Test-Fatal perl-XString"
 checkdepends="${depends} perl-namespace-autoclean perl-Moo perl-Test-Needs"
 short_desc="Type constraints and coercions for Perl"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="Artistic-2.0"
 homepage="https://metacpan.org/release/Specio"
 distfiles="${CPAN_SITE}/Test/Specio-${version}.tar.gz"
-checksum=0c85793580f1274ef08173079131d101f77b22accea7afa8255202f0811682b2
+checksum=e85766262b3738efc8dcbeb039b0d632d0aa393a55a33c36df5b21b4d44dc7af

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

* Re: [PR PATCH] [Updated] perl-Specio: update to 0.49
  2024-12-24  7:43 [PR PATCH] perl-Specio: update to 0.49 newbluemoon
  2025-01-11 17:02 ` [PR PATCH] [Updated] " newbluemoon
  2025-01-28 17:46 ` newbluemoon
@ 2025-02-09  8:10 ` newbluemoon
  2025-02-20  5:14 ` newbluemoon
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: newbluemoon @ 2025-02-09  8:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages perl-Specio
https://github.com/void-linux/void-packages/pull/53657

perl-Specio: update to 0.49
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 (cross)



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

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

From af043b320b0fdcfb0b7f5b266955ca8108658c1c Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 24 Dec 2024 06:26:56 +0100
Subject: [PATCH] perl-Specio: update to 0.49

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

diff --git a/srcpkgs/perl-Specio/template b/srcpkgs/perl-Specio/template
index 11914ee851f146..4bcf8010bdaa58 100644
--- a/srcpkgs/perl-Specio/template
+++ b/srcpkgs/perl-Specio/template
@@ -1,16 +1,17 @@
 # Template file for 'perl-Specio'
 pkgname=perl-Specio
-version=0.48
+version=0.49
 revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl"
-depends="perl perl-Devel-StackTrace perl-Eval-Closure perl-Module-Runtime
- perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny perl-Test-Fatal perl-XString"
+depends="perl perl-Clone perl-Devel-StackTrace perl-Eval-Closure
+ perl-Module-Runtime perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny
+ perl-Test-Fatal perl-XString"
 checkdepends="${depends} perl-namespace-autoclean perl-Moo perl-Test-Needs"
 short_desc="Type constraints and coercions for Perl"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="Artistic-2.0"
 homepage="https://metacpan.org/release/Specio"
 distfiles="${CPAN_SITE}/Test/Specio-${version}.tar.gz"
-checksum=0c85793580f1274ef08173079131d101f77b22accea7afa8255202f0811682b2
+checksum=e85766262b3738efc8dcbeb039b0d632d0aa393a55a33c36df5b21b4d44dc7af

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

* Re: [PR PATCH] [Updated] perl-Specio: update to 0.49
  2024-12-24  7:43 [PR PATCH] perl-Specio: update to 0.49 newbluemoon
                   ` (2 preceding siblings ...)
  2025-02-09  8:10 ` newbluemoon
@ 2025-02-20  5:14 ` newbluemoon
  2025-02-23  7:04 ` [PR PATCH] [Updated] perl-Specio: update to 0.50 newbluemoon
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: newbluemoon @ 2025-02-20  5:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages perl-Specio
https://github.com/void-linux/void-packages/pull/53657

perl-Specio: update to 0.49
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 (cross)



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

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

From 9d8236a2b4b0a290bb3ead67312b4ab3074d7650 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 24 Dec 2024 06:26:56 +0100
Subject: [PATCH] perl-Specio: update to 0.50

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

diff --git a/srcpkgs/perl-Specio/template b/srcpkgs/perl-Specio/template
index 11914ee851f146..6b3a6550ab24fc 100644
--- a/srcpkgs/perl-Specio/template
+++ b/srcpkgs/perl-Specio/template
@@ -1,16 +1,17 @@
 # Template file for 'perl-Specio'
 pkgname=perl-Specio
-version=0.48
+version=0.50
 revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl"
-depends="perl perl-Devel-StackTrace perl-Eval-Closure perl-Module-Runtime
- perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny perl-Test-Fatal perl-XString"
+depends="perl perl-Clone perl-Devel-StackTrace perl-Eval-Closure
+ perl-Module-Runtime perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny
+ perl-Test-Fatal perl-XString"
 checkdepends="${depends} perl-namespace-autoclean perl-Moo perl-Test-Needs"
 short_desc="Type constraints and coercions for Perl"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="Artistic-2.0"
 homepage="https://metacpan.org/release/Specio"
 distfiles="${CPAN_SITE}/Test/Specio-${version}.tar.gz"
-checksum=0c85793580f1274ef08173079131d101f77b22accea7afa8255202f0811682b2
+checksum=467baf0582681626266318e3154727497d7205996fbd76674ba58ed79e10640e

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

* Re: [PR PATCH] [Updated] perl-Specio: update to 0.50
  2024-12-24  7:43 [PR PATCH] perl-Specio: update to 0.49 newbluemoon
                   ` (3 preceding siblings ...)
  2025-02-20  5:14 ` newbluemoon
@ 2025-02-23  7:04 ` newbluemoon
  2025-03-09  6:32 ` newbluemoon
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: newbluemoon @ 2025-02-23  7:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages perl-Specio
https://github.com/void-linux/void-packages/pull/53657

perl-Specio: update to 0.50
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 (cross)
  - aarch64 (cross)
  - i686
  - x86_64-musl



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

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

From 1af12375ba40317143f258906bfd38e721fbe786 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 24 Dec 2024 06:26:56 +0100
Subject: [PATCH] perl-Specio: update to 0.50

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

diff --git a/srcpkgs/perl-Specio/template b/srcpkgs/perl-Specio/template
index 11914ee851f146..6b3a6550ab24fc 100644
--- a/srcpkgs/perl-Specio/template
+++ b/srcpkgs/perl-Specio/template
@@ -1,16 +1,17 @@
 # Template file for 'perl-Specio'
 pkgname=perl-Specio
-version=0.48
+version=0.50
 revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl"
-depends="perl perl-Devel-StackTrace perl-Eval-Closure perl-Module-Runtime
- perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny perl-Test-Fatal perl-XString"
+depends="perl perl-Clone perl-Devel-StackTrace perl-Eval-Closure
+ perl-Module-Runtime perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny
+ perl-Test-Fatal perl-XString"
 checkdepends="${depends} perl-namespace-autoclean perl-Moo perl-Test-Needs"
 short_desc="Type constraints and coercions for Perl"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="Artistic-2.0"
 homepage="https://metacpan.org/release/Specio"
 distfiles="${CPAN_SITE}/Test/Specio-${version}.tar.gz"
-checksum=0c85793580f1274ef08173079131d101f77b22accea7afa8255202f0811682b2
+checksum=467baf0582681626266318e3154727497d7205996fbd76674ba58ed79e10640e

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

* Re: [PR PATCH] [Updated] perl-Specio: update to 0.50
  2024-12-24  7:43 [PR PATCH] perl-Specio: update to 0.49 newbluemoon
                   ` (4 preceding siblings ...)
  2025-02-23  7:04 ` [PR PATCH] [Updated] perl-Specio: update to 0.50 newbluemoon
@ 2025-03-09  6:32 ` newbluemoon
  2025-03-23  7:15 ` newbluemoon
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: newbluemoon @ 2025-03-09  6:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages perl-Specio
https://github.com/void-linux/void-packages/pull/53657

perl-Specio: update to 0.50
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 (cross)
  - aarch64 (cross)
  - i686
  - x86_64-musl



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

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

From f094bf52ba1283b9e3c432cac8cef5a046a4ffc1 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 24 Dec 2024 06:26:56 +0100
Subject: [PATCH] perl-Specio: update to 0.50

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

diff --git a/srcpkgs/perl-Specio/template b/srcpkgs/perl-Specio/template
index 11914ee851f146..6b3a6550ab24fc 100644
--- a/srcpkgs/perl-Specio/template
+++ b/srcpkgs/perl-Specio/template
@@ -1,16 +1,17 @@
 # Template file for 'perl-Specio'
 pkgname=perl-Specio
-version=0.48
+version=0.50
 revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl"
-depends="perl perl-Devel-StackTrace perl-Eval-Closure perl-Module-Runtime
- perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny perl-Test-Fatal perl-XString"
+depends="perl perl-Clone perl-Devel-StackTrace perl-Eval-Closure
+ perl-Module-Runtime perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny
+ perl-Test-Fatal perl-XString"
 checkdepends="${depends} perl-namespace-autoclean perl-Moo perl-Test-Needs"
 short_desc="Type constraints and coercions for Perl"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="Artistic-2.0"
 homepage="https://metacpan.org/release/Specio"
 distfiles="${CPAN_SITE}/Test/Specio-${version}.tar.gz"
-checksum=0c85793580f1274ef08173079131d101f77b22accea7afa8255202f0811682b2
+checksum=467baf0582681626266318e3154727497d7205996fbd76674ba58ed79e10640e

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

* Re: [PR PATCH] [Updated] perl-Specio: update to 0.50
  2024-12-24  7:43 [PR PATCH] perl-Specio: update to 0.49 newbluemoon
                   ` (5 preceding siblings ...)
  2025-03-09  6:32 ` newbluemoon
@ 2025-03-23  7:15 ` newbluemoon
  2025-04-04 17:21 ` newbluemoon
  2025-04-19  4:52 ` newbluemoon
  8 siblings, 0 replies; 10+ messages in thread
From: newbluemoon @ 2025-03-23  7:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages perl-Specio
https://github.com/void-linux/void-packages/pull/53657

perl-Specio: update to 0.50
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 (cross)
  - aarch64 (cross)
  - i686
  - x86_64-musl



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

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

From 733c0402890e0f3badfedc16effe5c07345c7aa6 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 24 Dec 2024 06:26:56 +0100
Subject: [PATCH] perl-Specio: update to 0.50

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

diff --git a/srcpkgs/perl-Specio/template b/srcpkgs/perl-Specio/template
index 11914ee851f146..6b3a6550ab24fc 100644
--- a/srcpkgs/perl-Specio/template
+++ b/srcpkgs/perl-Specio/template
@@ -1,16 +1,17 @@
 # Template file for 'perl-Specio'
 pkgname=perl-Specio
-version=0.48
+version=0.50
 revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl"
-depends="perl perl-Devel-StackTrace perl-Eval-Closure perl-Module-Runtime
- perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny perl-Test-Fatal perl-XString"
+depends="perl perl-Clone perl-Devel-StackTrace perl-Eval-Closure
+ perl-Module-Runtime perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny
+ perl-Test-Fatal perl-XString"
 checkdepends="${depends} perl-namespace-autoclean perl-Moo perl-Test-Needs"
 short_desc="Type constraints and coercions for Perl"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="Artistic-2.0"
 homepage="https://metacpan.org/release/Specio"
 distfiles="${CPAN_SITE}/Test/Specio-${version}.tar.gz"
-checksum=0c85793580f1274ef08173079131d101f77b22accea7afa8255202f0811682b2
+checksum=467baf0582681626266318e3154727497d7205996fbd76674ba58ed79e10640e

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

* Re: [PR PATCH] [Updated] perl-Specio: update to 0.50
  2024-12-24  7:43 [PR PATCH] perl-Specio: update to 0.49 newbluemoon
                   ` (6 preceding siblings ...)
  2025-03-23  7:15 ` newbluemoon
@ 2025-04-04 17:21 ` newbluemoon
  2025-04-19  4:52 ` newbluemoon
  8 siblings, 0 replies; 10+ messages in thread
From: newbluemoon @ 2025-04-04 17:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages perl-Specio
https://github.com/void-linux/void-packages/pull/53657

perl-Specio: update to 0.50
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 (cross)
  - aarch64 (cross)
  - i686
  - x86_64-musl



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

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

From e2a171164c51385df9088ed4d8d1a7317afc20fb Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 24 Dec 2024 06:26:56 +0100
Subject: [PATCH] perl-Specio: update to 0.50

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

diff --git a/srcpkgs/perl-Specio/template b/srcpkgs/perl-Specio/template
index 11914ee851f146..6b3a6550ab24fc 100644
--- a/srcpkgs/perl-Specio/template
+++ b/srcpkgs/perl-Specio/template
@@ -1,16 +1,17 @@
 # Template file for 'perl-Specio'
 pkgname=perl-Specio
-version=0.48
+version=0.50
 revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl"
-depends="perl perl-Devel-StackTrace perl-Eval-Closure perl-Module-Runtime
- perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny perl-Test-Fatal perl-XString"
+depends="perl perl-Clone perl-Devel-StackTrace perl-Eval-Closure
+ perl-Module-Runtime perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny
+ perl-Test-Fatal perl-XString"
 checkdepends="${depends} perl-namespace-autoclean perl-Moo perl-Test-Needs"
 short_desc="Type constraints and coercions for Perl"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="Artistic-2.0"
 homepage="https://metacpan.org/release/Specio"
 distfiles="${CPAN_SITE}/Test/Specio-${version}.tar.gz"
-checksum=0c85793580f1274ef08173079131d101f77b22accea7afa8255202f0811682b2
+checksum=467baf0582681626266318e3154727497d7205996fbd76674ba58ed79e10640e

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

* Re: [PR PATCH] [Updated] perl-Specio: update to 0.50
  2024-12-24  7:43 [PR PATCH] perl-Specio: update to 0.49 newbluemoon
                   ` (7 preceding siblings ...)
  2025-04-04 17:21 ` newbluemoon
@ 2025-04-19  4:52 ` newbluemoon
  8 siblings, 0 replies; 10+ messages in thread
From: newbluemoon @ 2025-04-19  4:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages perl-Specio
https://github.com/void-linux/void-packages/pull/53657

perl-Specio: update to 0.50
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 (cross)
  - aarch64 (cross)
  - i686
  - x86_64-musl



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

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

From c123ab313cbf02b868148906e1ee90f896263dda Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 24 Dec 2024 06:26:56 +0100
Subject: [PATCH] perl-Specio: update to 0.50

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

diff --git a/srcpkgs/perl-Specio/template b/srcpkgs/perl-Specio/template
index 11914ee851f146..6b3a6550ab24fc 100644
--- a/srcpkgs/perl-Specio/template
+++ b/srcpkgs/perl-Specio/template
@@ -1,16 +1,17 @@
 # Template file for 'perl-Specio'
 pkgname=perl-Specio
-version=0.48
+version=0.50
 revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl"
-depends="perl perl-Devel-StackTrace perl-Eval-Closure perl-Module-Runtime
- perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny perl-Test-Fatal perl-XString"
+depends="perl perl-Clone perl-Devel-StackTrace perl-Eval-Closure
+ perl-Module-Runtime perl-MRO-Compat perl-Sub-Quote perl-Role-Tiny
+ perl-Test-Fatal perl-XString"
 checkdepends="${depends} perl-namespace-autoclean perl-Moo perl-Test-Needs"
 short_desc="Type constraints and coercions for Perl"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="Artistic-2.0"
 homepage="https://metacpan.org/release/Specio"
 distfiles="${CPAN_SITE}/Test/Specio-${version}.tar.gz"
-checksum=0c85793580f1274ef08173079131d101f77b22accea7afa8255202f0811682b2
+checksum=467baf0582681626266318e3154727497d7205996fbd76674ba58ed79e10640e

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

end of thread, other threads:[~2025-04-19  4:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-24  7:43 [PR PATCH] perl-Specio: update to 0.49 newbluemoon
2025-01-11 17:02 ` [PR PATCH] [Updated] " newbluemoon
2025-01-28 17:46 ` newbluemoon
2025-02-09  8:10 ` newbluemoon
2025-02-20  5:14 ` newbluemoon
2025-02-23  7:04 ` [PR PATCH] [Updated] perl-Specio: update to 0.50 newbluemoon
2025-03-09  6:32 ` newbluemoon
2025-03-23  7:15 ` newbluemoon
2025-04-04 17:21 ` newbluemoon
2025-04-19  4:52 ` newbluemoon

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