Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] perl-Package-DeprecationManager: update to 0.18
@ 2023-02-22 18:41 newbluemoon
  2023-02-22 23:01 ` [PR REVIEW] " mhmdanas
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: newbluemoon @ 2023-02-22 18:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages perl-Package-DeprecationManager
https://github.com/void-linux/void-packages/pull/42396

perl-Package-DeprecationManager: update to 0.18
<!-- 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):
  - x86_64-musl
  - armv7l-musl


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

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

From 01e6f42b1e431742ab6910b5d412e4a30b1f1394 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Wed, 22 Feb 2023 19:38:35 +0100
Subject: [PATCH] perl-Package-DeprecationManager: update to 0.18

---
 srcpkgs/perl-Package-DeprecationManager/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/perl-Package-DeprecationManager/template b/srcpkgs/perl-Package-DeprecationManager/template
index aecb8d7a860a..c40a4c64eb56 100644
--- a/srcpkgs/perl-Package-DeprecationManager/template
+++ b/srcpkgs/perl-Package-DeprecationManager/template
@@ -1,10 +1,10 @@
 # Template file for 'perl-Package-DeprecationManager'
 pkgname=perl-Package-DeprecationManager
-version=0.17
-revision=4
+version=0.18
+revision=1
 build_style=perl-module
 hostmakedepends="perl"
-makedepends="${hostmakedepends} perl-Package-Stash perl-Params-Util perl-Sub-Install perl-Sub-Name"
+makedepends="${hostmakedepends} perl-Package-Stash perl-Params-Util perl-Sub-Install"
 depends="${makedepends}"
 checkdepends="perl-Test-Warnings perl-Test-Fatal"
 short_desc="Manage deprecation warnings for your distribution"
@@ -12,4 +12,4 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="Artistic-2.0"
 homepage="https://metacpan.org/release/Package-DeprecationManager"
 distfiles="${CPAN_SITE}/Package/${pkgname/perl-/}-$version.tar.gz"
-checksum="1d743ada482b5c9871d894966e87d4c20edc96931bb949fb2638b000ddd6684b"
+checksum=b68d3f0ced55b7615fddbb6029b89f92a34fe0dd8c6fd6bceffc157d56834fe8

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

* Re: [PR REVIEW] perl-Package-DeprecationManager: update to 0.18
  2023-02-22 18:41 [PR PATCH] perl-Package-DeprecationManager: update to 0.18 newbluemoon
@ 2023-02-22 23:01 ` mhmdanas
  2023-02-23  6:15 ` [PR PATCH] [Updated] " newbluemoon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-02-22 23:01 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42396#discussion_r1115071492

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

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

* Re: [PR PATCH] [Updated] perl-Package-DeprecationManager: update to 0.18
  2023-02-22 18:41 [PR PATCH] perl-Package-DeprecationManager: update to 0.18 newbluemoon
  2023-02-22 23:01 ` [PR REVIEW] " mhmdanas
@ 2023-02-23  6:15 ` newbluemoon
  2023-03-04  8:08 ` newbluemoon
  2023-03-05 22:10 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: newbluemoon @ 2023-02-23  6:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages perl-Package-DeprecationManager
https://github.com/void-linux/void-packages/pull/42396

perl-Package-DeprecationManager: update to 0.18
<!-- 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):
  - x86_64-musl
  - armv7l-musl


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

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

From a807cd4d88c04e2d17da216912436d0370c28f03 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Wed, 22 Feb 2023 19:38:35 +0100
Subject: [PATCH] perl-Package-DeprecationManager: update to 0.18

---
 srcpkgs/perl-Package-DeprecationManager/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/perl-Package-DeprecationManager/template b/srcpkgs/perl-Package-DeprecationManager/template
index aecb8d7a860a..45b154fb3fce 100644
--- a/srcpkgs/perl-Package-DeprecationManager/template
+++ b/srcpkgs/perl-Package-DeprecationManager/template
@@ -1,15 +1,15 @@
 # Template file for 'perl-Package-DeprecationManager'
 pkgname=perl-Package-DeprecationManager
-version=0.17
-revision=4
+version=0.18
+revision=1
 build_style=perl-module
 hostmakedepends="perl"
-makedepends="${hostmakedepends} perl-Package-Stash perl-Params-Util perl-Sub-Install perl-Sub-Name"
+makedepends="${hostmakedepends} perl-Package-Stash perl-Params-Util perl-Sub-Install"
 depends="${makedepends}"
 checkdepends="perl-Test-Warnings perl-Test-Fatal"
 short_desc="Manage deprecation warnings for your distribution"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="Artistic-2.0"
 homepage="https://metacpan.org/release/Package-DeprecationManager"
-distfiles="${CPAN_SITE}/Package/${pkgname/perl-/}-$version.tar.gz"
-checksum="1d743ada482b5c9871d894966e87d4c20edc96931bb949fb2638b000ddd6684b"
+distfiles="${CPAN_SITE}/Package/Package-DeprecationManager-${version}.tar.gz"
+checksum=b68d3f0ced55b7615fddbb6029b89f92a34fe0dd8c6fd6bceffc157d56834fe8

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

* Re: [PR PATCH] [Updated] perl-Package-DeprecationManager: update to 0.18
  2023-02-22 18:41 [PR PATCH] perl-Package-DeprecationManager: update to 0.18 newbluemoon
  2023-02-22 23:01 ` [PR REVIEW] " mhmdanas
  2023-02-23  6:15 ` [PR PATCH] [Updated] " newbluemoon
@ 2023-03-04  8:08 ` newbluemoon
  2023-03-05 22:10 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: newbluemoon @ 2023-03-04  8:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages perl-Package-DeprecationManager
https://github.com/void-linux/void-packages/pull/42396

perl-Package-DeprecationManager: update to 0.18
<!-- 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):
  - x86_64-musl
  - armv7l-musl


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

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

From 9ff18f93154209efba43307fcdb9f4d6fab2da81 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Wed, 22 Feb 2023 19:38:35 +0100
Subject: [PATCH] perl-Package-DeprecationManager: update to 0.18

---
 srcpkgs/perl-Package-DeprecationManager/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/perl-Package-DeprecationManager/template b/srcpkgs/perl-Package-DeprecationManager/template
index aecb8d7a860a..45b154fb3fce 100644
--- a/srcpkgs/perl-Package-DeprecationManager/template
+++ b/srcpkgs/perl-Package-DeprecationManager/template
@@ -1,15 +1,15 @@
 # Template file for 'perl-Package-DeprecationManager'
 pkgname=perl-Package-DeprecationManager
-version=0.17
-revision=4
+version=0.18
+revision=1
 build_style=perl-module
 hostmakedepends="perl"
-makedepends="${hostmakedepends} perl-Package-Stash perl-Params-Util perl-Sub-Install perl-Sub-Name"
+makedepends="${hostmakedepends} perl-Package-Stash perl-Params-Util perl-Sub-Install"
 depends="${makedepends}"
 checkdepends="perl-Test-Warnings perl-Test-Fatal"
 short_desc="Manage deprecation warnings for your distribution"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="Artistic-2.0"
 homepage="https://metacpan.org/release/Package-DeprecationManager"
-distfiles="${CPAN_SITE}/Package/${pkgname/perl-/}-$version.tar.gz"
-checksum="1d743ada482b5c9871d894966e87d4c20edc96931bb949fb2638b000ddd6684b"
+distfiles="${CPAN_SITE}/Package/Package-DeprecationManager-${version}.tar.gz"
+checksum=b68d3f0ced55b7615fddbb6029b89f92a34fe0dd8c6fd6bceffc157d56834fe8

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

* Re: [PR PATCH] [Merged]: perl-Package-DeprecationManager: update to 0.18
  2023-02-22 18:41 [PR PATCH] perl-Package-DeprecationManager: update to 0.18 newbluemoon
                   ` (2 preceding siblings ...)
  2023-03-04  8:08 ` newbluemoon
@ 2023-03-05 22:10 ` Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2023-03-05 22:10 UTC (permalink / raw)
  To: ml

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

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

perl-Package-DeprecationManager: update to 0.18
https://github.com/void-linux/void-packages/pull/42396

Description:
<!-- 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):
  - x86_64-musl
  - armv7l-musl


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

end of thread, other threads:[~2023-03-05 22:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-22 18:41 [PR PATCH] perl-Package-DeprecationManager: update to 0.18 newbluemoon
2023-02-22 23:01 ` [PR REVIEW] " mhmdanas
2023-02-23  6:15 ` [PR PATCH] [Updated] " newbluemoon
2023-03-04  8:08 ` newbluemoon
2023-03-05 22:10 ` [PR PATCH] [Merged]: " 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).