Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] elixir: update from 1.12.1 to 1.12.2
@ 2021-07-12  2:12 edersohe
  2021-07-12 10:40 ` [PR PATCH] [Closed]: " edersohe
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: edersohe @ 2021-07-12  2:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/edersohe/void-packages master
https://github.com/void-linux/void-packages/pull/31918

elixir: update from 1.12.1 to 1.12.2
<!-- 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ x] 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/31918.patch is attached

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

From 09d721e2ad0671d672920758a9848a776966487f Mon Sep 17 00:00:00 2001
From: Eder Sosa <eder.sohe@gmail.com>
Date: Sun, 11 Jul 2021 21:01:31 -0500
Subject: [PATCH] elixir: update from 1.12.1 to 1.12.2

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

diff --git a/srcpkgs/elixir/template b/srcpkgs/elixir/template
index 6844949d8a2b..33d7cfd3d132 100644
--- a/srcpkgs/elixir/template
+++ b/srcpkgs/elixir/template
@@ -1,7 +1,7 @@
 # Template file for 'elixir'
 pkgname=elixir
-version=1.12.1
-revision=2
+version=1.12.2
+revision=1
 build_style=gnu-makefile
 make_check_target="test"
 hostmakedepends="erlang"
@@ -13,4 +13,4 @@ license="Apache-2.0"
 homepage="http://elixir-lang.org/"
 changelog="https://raw.githubusercontent.com/elixir-lang/elixir/v${version%.*}/CHANGELOG.md"
 distfiles="https://github.com/elixir-lang/elixir/archive/v${version}.tar.gz"
-checksum=96167d614b9c483efc54bd7898c3eea4768569a77dd8892ada85d7800d5e3ea4
+checksum=701006d1279225fc42f15c8d3f39906db127ddcc95373d34d8d160993356b15c

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

* Re: [PR PATCH] [Closed]: elixir: update from 1.12.1 to 1.12.2
  2021-07-12  2:12 [PR PATCH] elixir: update from 1.12.1 to 1.12.2 edersohe
@ 2021-07-12 10:40 ` edersohe
  2021-07-17  3:17 ` ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: edersohe @ 2021-07-12 10:40 UTC (permalink / raw)
  To: ml

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

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

elixir: update from 1.12.1 to 1.12.2
https://github.com/void-linux/void-packages/pull/31918

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ x] 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] 6+ messages in thread

* Re: elixir: update from 1.12.1 to 1.12.2
  2021-07-12  2:12 [PR PATCH] elixir: update from 1.12.1 to 1.12.2 edersohe
  2021-07-12 10:40 ` [PR PATCH] [Closed]: " edersohe
@ 2021-07-17  3:17 ` ericonr
  2021-07-17  3:17 ` ericonr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-07-17  3:17 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31918#issuecomment-881808190

Comment:
I think we should investigate why the tests timeout? Or do they just take too long by default? If the latter, add `make_check=extended` to template.

Commit format is `$pkgname: update to $version`, no need to list what version you're updating from.

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

* Re: elixir: update from 1.12.1 to 1.12.2
  2021-07-12  2:12 [PR PATCH] elixir: update from 1.12.1 to 1.12.2 edersohe
  2021-07-12 10:40 ` [PR PATCH] [Closed]: " edersohe
  2021-07-17  3:17 ` ericonr
@ 2021-07-17  3:17 ` ericonr
  2021-11-20 23:00 ` Duncaen
  2021-11-20 23:00 ` [PR PATCH] [Closed]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-07-17  3:17 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31918#issuecomment-881808190

Comment:
I think we should investigate why the tests timeout? Or do they just take too long by default? If the latter, add `make_check=extended` to template.

Commit format is `$pkgname: update to $version`, no need to list what version you're updating from.

Also @Duncaen 

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

* Re: elixir: update from 1.12.1 to 1.12.2
  2021-07-12  2:12 [PR PATCH] elixir: update from 1.12.1 to 1.12.2 edersohe
                   ` (2 preceding siblings ...)
  2021-07-17  3:17 ` ericonr
@ 2021-11-20 23:00 ` Duncaen
  2021-11-20 23:00 ` [PR PATCH] [Closed]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2021-11-20 23:00 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/31918#issuecomment-974723496

Comment:
Has been updated to 1.12.3 already in 234c397aef.

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

* Re: [PR PATCH] [Closed]: elixir: update from 1.12.1 to 1.12.2
  2021-07-12  2:12 [PR PATCH] elixir: update from 1.12.1 to 1.12.2 edersohe
                   ` (3 preceding siblings ...)
  2021-11-20 23:00 ` Duncaen
@ 2021-11-20 23:00 ` Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2021-11-20 23:00 UTC (permalink / raw)
  To: ml

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

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

elixir: update from 1.12.1 to 1.12.2
https://github.com/void-linux/void-packages/pull/31918

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ x] 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] 6+ messages in thread

end of thread, other threads:[~2021-11-20 23:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-12  2:12 [PR PATCH] elixir: update from 1.12.1 to 1.12.2 edersohe
2021-07-12 10:40 ` [PR PATCH] [Closed]: " edersohe
2021-07-17  3:17 ` ericonr
2021-07-17  3:17 ` ericonr
2021-11-20 23:00 ` Duncaen
2021-11-20 23:00 ` [PR PATCH] [Closed]: " Duncaen

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