Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pnpm: update to 7.6.0.
@ 2022-07-27 19:56 TeddyDD
  2022-07-27 20:34 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: TeddyDD @ 2022-07-27 19:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-pnpm
https://github.com/void-linux/void-packages/pull/38317

pnpm: update to 7.6.0.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38317.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-pnpm-38317.patch --]
[-- Type: text/x-diff, Size: 967 bytes --]

From 612ae4746eef8a5f45f72623af1caaf6f73f24b6 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Wed, 27 Jul 2022 21:55:58 +0200
Subject: [PATCH] pnpm: update to 7.6.0.

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

diff --git a/srcpkgs/pnpm/template b/srcpkgs/pnpm/template
index 99e694ee826e..9320ff7e1680 100644
--- a/srcpkgs/pnpm/template
+++ b/srcpkgs/pnpm/template
@@ -1,6 +1,6 @@
 # Template file for 'pnpm'
 pkgname=pnpm
-version=6.16.1
+version=7.6.0
 revision=1
 build_style=fetch
 hostmakedepends="nodejs jq"
@@ -10,7 +10,7 @@ maintainer="reback00 <reback00@protonmail.com>"
 license="MIT"
 homepage="https://pnpm.js.org/"
 distfiles="https://registry.npmjs.org/${pkgname}/-/${pkgname}-${version}.tgz"
-checksum=2a40a3d8a56eaa411819fb8aa8cdd4d9fe729f74571929311247922387925f5a
+checksum=693eb1e1aa5c61cb7468998202a33209523aaa11f5ab0878074fe1aa55578148
 python_version=3
 
 do_install() {

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

* Re: [PR REVIEW] pnpm: update to 7.6.0.
  2022-07-27 19:56 [PR PATCH] pnpm: update to 7.6.0 TeddyDD
@ 2022-07-27 20:34 ` classabbyamp
  2022-07-27 20:34 ` classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-27 20:34 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38317#discussion_r931557134

Comment:
```suggestion
homepage="https://pnpm.io"
```

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

* Re: [PR REVIEW] pnpm: update to 7.6.0.
  2022-07-27 19:56 [PR PATCH] pnpm: update to 7.6.0 TeddyDD
  2022-07-27 20:34 ` [PR REVIEW] " classabbyamp
@ 2022-07-27 20:34 ` classabbyamp
  2022-07-27 21:05 ` [PR PATCH] [Updated] " TeddyDD
  2022-07-27 21:15 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-27 20:34 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38317#discussion_r931557448

Comment:
expand pkgname, the variable is longer than the value

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

* Re: [PR PATCH] [Updated] pnpm: update to 7.6.0.
  2022-07-27 19:56 [PR PATCH] pnpm: update to 7.6.0 TeddyDD
  2022-07-27 20:34 ` [PR REVIEW] " classabbyamp
  2022-07-27 20:34 ` classabbyamp
@ 2022-07-27 21:05 ` TeddyDD
  2022-07-27 21:15 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: TeddyDD @ 2022-07-27 21:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-pnpm
https://github.com/void-linux/void-packages/pull/38317

pnpm: update to 7.6.0.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38317.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-pnpm-38317.patch --]
[-- Type: text/x-diff, Size: 1140 bytes --]

From 057ca8fd0854e3db6a1b4b215913199f02434eb1 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Wed, 27 Jul 2022 21:55:58 +0200
Subject: [PATCH] pnpm: update to 7.6.0.

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

diff --git a/srcpkgs/pnpm/template b/srcpkgs/pnpm/template
index 99e694ee826e..658663a65290 100644
--- a/srcpkgs/pnpm/template
+++ b/srcpkgs/pnpm/template
@@ -1,6 +1,6 @@
 # Template file for 'pnpm'
 pkgname=pnpm
-version=6.16.1
+version=7.6.0
 revision=1
 build_style=fetch
 hostmakedepends="nodejs jq"
@@ -8,9 +8,9 @@ depends="nodejs"
 short_desc="Fast, disk space efficient package manager"
 maintainer="reback00 <reback00@protonmail.com>"
 license="MIT"
-homepage="https://pnpm.js.org/"
-distfiles="https://registry.npmjs.org/${pkgname}/-/${pkgname}-${version}.tgz"
-checksum=2a40a3d8a56eaa411819fb8aa8cdd4d9fe729f74571929311247922387925f5a
+homepage="https://pnpm.io/"
+distfiles="https://registry.npmjs.org/pnpm/-/pnpm-${version}.tgz"
+checksum=693eb1e1aa5c61cb7468998202a33209523aaa11f5ab0878074fe1aa55578148
 python_version=3
 
 do_install() {

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

* Re: [PR PATCH] [Merged]: pnpm: update to 7.6.0.
  2022-07-27 19:56 [PR PATCH] pnpm: update to 7.6.0 TeddyDD
                   ` (2 preceding siblings ...)
  2022-07-27 21:05 ` [PR PATCH] [Updated] " TeddyDD
@ 2022-07-27 21:15 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-27 21:15 UTC (permalink / raw)
  To: ml

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

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

pnpm: update to 7.6.0.
https://github.com/void-linux/void-packages/pull/38317

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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] 5+ messages in thread

end of thread, other threads:[~2022-07-27 21:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27 19:56 [PR PATCH] pnpm: update to 7.6.0 TeddyDD
2022-07-27 20:34 ` [PR REVIEW] " classabbyamp
2022-07-27 20:34 ` classabbyamp
2022-07-27 21:05 ` [PR PATCH] [Updated] " TeddyDD
2022-07-27 21:15 ` [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).