Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] janet: update to 1.17.1.
@ 2021-09-01  1:09 subsetpark
  2021-09-20 13:40 ` [PR PATCH] [Closed]: " subsetpark
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: subsetpark @ 2021-09-01  1:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subsetpark/void-packages janet-1-17-1
https://github.com/void-linux/void-packages/pull/32785

janet: update to 1.17.1.
<!-- 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, x86_64
- [ ] 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/32785.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-janet-1-17-1-32785.patch --]
[-- Type: text/x-diff, Size: 978 bytes --]

From c7496a27bb5f2444463757ebb3f8ba3c0b6d14b6 Mon Sep 17 00:00:00 2001
From: Zach Smith <zd@zdsmith.com>
Date: Tue, 31 Aug 2021 21:07:06 -0400
Subject: [PATCH] janet: update to 1.17.1.

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

diff --git a/srcpkgs/janet/template b/srcpkgs/janet/template
index 8479cf36d075..330d7bed8608 100644
--- a/srcpkgs/janet/template
+++ b/srcpkgs/janet/template
@@ -1,6 +1,6 @@
 # Template file for 'janet'
 pkgname=janet
-version=1.17.0
+version=1.17.1
 revision=1
 build_style=meson
 configure_args="-Db_lto=false"  # breaks jpm
@@ -9,7 +9,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"
 homepage="https://janet-lang.org/"
 distfiles="https://github.com/janet-lang/janet/archive/v${version}.tar.gz"
-checksum=45126be7274e0a298dcbe356b5310bd9328c94eb3a562316813fa9774ca34bcc
+checksum=c9357192c4d0d24f08a02aecd14df9dc52174696334e4a2576c0252c27866cb7
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Closed]: janet: update to 1.17.1.
  2021-09-01  1:09 [PR PATCH] janet: update to 1.17.1 subsetpark
@ 2021-09-20 13:40 ` subsetpark
  2021-09-20 15:14 ` ericonr
  2021-09-20 17:28 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: subsetpark @ 2021-09-20 13:40 UTC (permalink / raw)
  To: ml

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

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

janet: update to 1.17.1.
https://github.com/void-linux/void-packages/pull/32785

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, x86_64
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

* Re: janet: update to 1.17.1.
  2021-09-01  1:09 [PR PATCH] janet: update to 1.17.1 subsetpark
  2021-09-20 13:40 ` [PR PATCH] [Closed]: " subsetpark
@ 2021-09-20 15:14 ` ericonr
  2021-09-20 17:28 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-09-20 15:14 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32785#issuecomment-923020574

Comment:
Hi, why did you close this PR?

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

* Re: janet: update to 1.17.1.
  2021-09-01  1:09 [PR PATCH] janet: update to 1.17.1 subsetpark
  2021-09-20 13:40 ` [PR PATCH] [Closed]: " subsetpark
  2021-09-20 15:14 ` ericonr
@ 2021-09-20 17:28 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-09-20 17:28 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32785#issuecomment-923130462

Comment:
Ah sorry, I had missed that a commit had been pushed.

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

end of thread, other threads:[~2021-09-20 17:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01  1:09 [PR PATCH] janet: update to 1.17.1 subsetpark
2021-09-20 13:40 ` [PR PATCH] [Closed]: " subsetpark
2021-09-20 15:14 ` ericonr
2021-09-20 17:28 ` ericonr

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