Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] composer: update to 2.1.3
@ 2021-06-17 17:23 the-eater
  2021-06-17 17:32 ` [PR REVIEW] " ericonr
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: the-eater @ 2021-06-17 17:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-eater/neo-void-packages update/composer/2.1.3
https://github.com/void-linux/void-packages/pull/31544

composer: update to 2.1.3
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

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

From 25f6750ac02632e1e59764035e4efe6952ac22fc Mon Sep 17 00:00:00 2001
From: eater <=@eater.me>
Date: Thu, 17 Jun 2021 19:23:04 +0200
Subject: [PATCH] composer: update to 2.1.3

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

diff --git a/srcpkgs/composer/template b/srcpkgs/composer/template
index 43de0a369029..919ba90524df 100644
--- a/srcpkgs/composer/template
+++ b/srcpkgs/composer/template
@@ -1,6 +1,6 @@
 # Template file for 'composer'
 pkgname=composer
-version=2.0.12
+version=2.1.3
 revision=1
 build_style=fetch
 depends="php"
@@ -10,7 +10,7 @@ license="MIT"
 homepage="https://getcomposer.org/"
 distfiles="https://github.com/composer/composer/releases/download/${version}/composer.phar
  https://raw.githubusercontent.com/composer/composer/master/LICENSE"
-checksum="82ea8c1537cfaceb7e56f6004c7ccdf99ddafce7237c07374d920e635730a631
+checksum="f8a72e98dec8da736d8dac66761ca0a8fbde913753e9a43f34112367f5174d11
  7855ac293067aebe7e51afdd23b9dea54b8be24187dbecc9b9142581c37f596c"
 
 do_install() {

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

* Re: [PR REVIEW] composer: update to 2.1.3
  2021-06-17 17:23 [PR PATCH] composer: update to 2.1.3 the-eater
@ 2021-06-17 17:32 ` ericonr
  2021-06-17 17:34 ` the-eater
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-06-17 17:32 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31544#discussion_r653789886

Comment:
Use `$version` instead of `master` here, that way we avoid breaking the build unnecessarily if something changes in that file.

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

* Re: composer: update to 2.1.3
  2021-06-17 17:23 [PR PATCH] composer: update to 2.1.3 the-eater
  2021-06-17 17:32 ` [PR REVIEW] " ericonr
@ 2021-06-17 17:34 ` the-eater
  2021-06-17 17:35 ` the-eater
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: the-eater @ 2021-06-17 17:34 UTC (permalink / raw)
  To: ml

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

New comment by the-eater on void-packages repository

https://github.com/void-linux/void-packages/pull/31544#issuecomment-863430157

Comment:
the bigger issue I have with this MR is that it'll break set ups that already have the extensions defined in composer.ini

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

* Re: composer: update to 2.1.3
  2021-06-17 17:23 [PR PATCH] composer: update to 2.1.3 the-eater
  2021-06-17 17:32 ` [PR REVIEW] " ericonr
  2021-06-17 17:34 ` the-eater
@ 2021-06-17 17:35 ` the-eater
  2021-06-17 17:44 ` [PR PATCH] [Updated] " the-eater
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: the-eater @ 2021-06-17 17:35 UTC (permalink / raw)
  To: ml

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

New comment by the-eater on void-packages repository

https://github.com/void-linux/void-packages/pull/31544#issuecomment-863430157

Comment:
the bigger issue I have with this MR is that it'll break set ups that already have the extensions defined in php.ini

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

* Re: [PR PATCH] [Updated] composer: update to 2.1.3
  2021-06-17 17:23 [PR PATCH] composer: update to 2.1.3 the-eater
                   ` (2 preceding siblings ...)
  2021-06-17 17:35 ` the-eater
@ 2021-06-17 17:44 ` the-eater
  2021-06-17 17:52 ` [PR REVIEW] " the-eater
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: the-eater @ 2021-06-17 17:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-eater/neo-void-packages update/composer/2.1.3
https://github.com/void-linux/void-packages/pull/31544

composer: update to 2.1.3
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

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

From 11da4870c0c954f76d3a022d38df926c1fe60799 Mon Sep 17 00:00:00 2001
From: eater <=@eater.me>
Date: Thu, 17 Jun 2021 19:23:04 +0200
Subject: [PATCH] composer: update to 2.1.3

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

diff --git a/srcpkgs/composer/template b/srcpkgs/composer/template
index 43de0a369029..0279d51c7d13 100644
--- a/srcpkgs/composer/template
+++ b/srcpkgs/composer/template
@@ -1,6 +1,6 @@
 # Template file for 'composer'
 pkgname=composer
-version=2.0.12
+version=2.1.3
 revision=1
 build_style=fetch
 depends="php"
@@ -9,8 +9,8 @@ maintainer="Felipe Nogueira <contato.fnog@gmail.com>"
 license="MIT"
 homepage="https://getcomposer.org/"
 distfiles="https://github.com/composer/composer/releases/download/${version}/composer.phar
- https://raw.githubusercontent.com/composer/composer/master/LICENSE"
-checksum="82ea8c1537cfaceb7e56f6004c7ccdf99ddafce7237c07374d920e635730a631
+ https://raw.githubusercontent.com/composer/composer/${version}/LICENSE"
+checksum="f8a72e98dec8da736d8dac66761ca0a8fbde913753e9a43f34112367f5174d11
  7855ac293067aebe7e51afdd23b9dea54b8be24187dbecc9b9142581c37f596c"
 
 do_install() {

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

* Re: [PR REVIEW] composer: update to 2.1.3
  2021-06-17 17:23 [PR PATCH] composer: update to 2.1.3 the-eater
                   ` (3 preceding siblings ...)
  2021-06-17 17:44 ` [PR PATCH] [Updated] " the-eater
@ 2021-06-17 17:52 ` the-eater
  2021-07-04  3:32 ` ericonr
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: the-eater @ 2021-06-17 17:52 UTC (permalink / raw)
  To: ml

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

New review comment by the-eater on void-packages repository

https://github.com/void-linux/void-packages/pull/31544#discussion_r653808151

Comment:
there ya go bud

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

* Re: composer: update to 2.1.3
  2021-06-17 17:23 [PR PATCH] composer: update to 2.1.3 the-eater
                   ` (4 preceding siblings ...)
  2021-06-17 17:52 ` [PR REVIEW] " the-eater
@ 2021-07-04  3:32 ` ericonr
  2022-03-25 22:00 ` [PR PATCH] [Closed]: " paper42
  2022-03-25 22:03 ` paper42
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-07-04  3:32 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31544#issuecomment-873509162

Comment:
How would you like to move forward with this?

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

* Re: [PR PATCH] [Closed]: composer: update to 2.1.3
  2021-06-17 17:23 [PR PATCH] composer: update to 2.1.3 the-eater
                   ` (5 preceding siblings ...)
  2021-07-04  3:32 ` ericonr
@ 2022-03-25 22:00 ` paper42
  2022-03-25 22:03 ` paper42
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-03-25 22:00 UTC (permalink / raw)
  To: ml

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

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

composer: update to 2.1.3
https://github.com/void-linux/void-packages/pull/31544

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

* Re: composer: update to 2.1.3
  2021-06-17 17:23 [PR PATCH] composer: update to 2.1.3 the-eater
                   ` (6 preceding siblings ...)
  2022-03-25 22:00 ` [PR PATCH] [Closed]: " paper42
@ 2022-03-25 22:03 ` paper42
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-03-25 22:03 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31544#issuecomment-1079476232

Comment:
I didn't see this PR, sorry.

> the bigger issue I have with this MR is that it'll break set ups that already have the extensions defined in php.ini

Hmm, noone complained since January when I merged the update.

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

end of thread, other threads:[~2022-03-25 22:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-17 17:23 [PR PATCH] composer: update to 2.1.3 the-eater
2021-06-17 17:32 ` [PR REVIEW] " ericonr
2021-06-17 17:34 ` the-eater
2021-06-17 17:35 ` the-eater
2021-06-17 17:44 ` [PR PATCH] [Updated] " the-eater
2021-06-17 17:52 ` [PR REVIEW] " the-eater
2021-07-04  3:32 ` ericonr
2022-03-25 22:00 ` [PR PATCH] [Closed]: " paper42
2022-03-25 22:03 ` paper42

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