Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jc: update to 1.20.2
@ 2022-07-08  9:53 ishaanbhimwal
  2022-07-08 10:15 ` [PR PATCH] [Updated] " ishaanbhimwal
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ishaanbhimwal @ 2022-07-08  9:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages jc
https://github.com/void-linux/void-packages/pull/37926

jc: update to 1.20.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### 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/37926.patch is attached

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

From 78457afd9dd5af9096f7c0fb88cf118dced25c27 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Fri, 8 Jul 2022 15:19:01 +0530
Subject: [PATCH] jc: update to 1.20.2

---
 srcpkgs/jc/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/jc/template b/srcpkgs/jc/template
index f47b5a00f270..d0731f7b8a96 100644
--- a/srcpkgs/jc/template
+++ b/srcpkgs/jc/template
@@ -1,6 +1,6 @@
 # Template file for 'jc'
 pkgname=jc
-version=1.20.1
+version=1.20.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,5 +10,6 @@ short_desc="Convert to JSON"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://github.com/kellyjonbrazil/jc"
+changelog="https://raw.githubusercontent.com/kellyjonbrazil/jc/master/CHANGELOG"
 distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=e0426fc0c9f687fdf1600f7503c14f0926234d6bdf316a84af204e3d2cb999ae
+checksum=be7de5ab4b93c433ce9ff1012a79a8c9305ebe2e6b209f56d3428db296fac3c1

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

* Re: [PR PATCH] [Updated] jc: update to 1.20.2
  2022-07-08  9:53 [PR PATCH] jc: update to 1.20.2 ishaanbhimwal
@ 2022-07-08 10:15 ` ishaanbhimwal
  2022-07-08 10:17 ` ishaanbhimwal
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ishaanbhimwal @ 2022-07-08 10:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages jc
https://github.com/void-linux/void-packages/pull/37926

jc: update to 1.20.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### 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/37926.patch is attached

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

From 734e68218992db70b9af81255b1cee02d88a0185 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Fri, 8 Jul 2022 15:19:01 +0530
Subject: [PATCH] jc: update to 1.20.2

---
 srcpkgs/jc/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/jc/template b/srcpkgs/jc/template
index f47b5a00f270..649e861b8149 100644
--- a/srcpkgs/jc/template
+++ b/srcpkgs/jc/template
@@ -1,6 +1,6 @@
 # Template file for 'jc'
 pkgname=jc
-version=1.20.1
+version=1.20.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,5 +10,10 @@ short_desc="Convert to JSON"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://github.com/kellyjonbrazil/jc"
+changelog="https://raw.githubusercontent.com/kellyjonbrazil/jc/master/CHANGELOG"
 distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=e0426fc0c9f687fdf1600f7503c14f0926234d6bdf316a84af204e3d2cb999ae
+checksum=be7de5ab4b93c433ce9ff1012a79a8c9305ebe2e6b209f56d3428db296fac3c1
+
+post_install() {
+    vlicense LICENSE.md
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] jc: update to 1.20.2
  2022-07-08  9:53 [PR PATCH] jc: update to 1.20.2 ishaanbhimwal
  2022-07-08 10:15 ` [PR PATCH] [Updated] " ishaanbhimwal
@ 2022-07-08 10:17 ` ishaanbhimwal
  2022-07-08 10:19 ` ishaanbhimwal
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ishaanbhimwal @ 2022-07-08 10:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages jc
https://github.com/void-linux/void-packages/pull/37926

jc: update to 1.20.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### 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/37926.patch is attached

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

From 19b12a3a7a58993d444fb888756f314cd2d44bfd Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Fri, 8 Jul 2022 15:19:01 +0530
Subject: [PATCH] jc: update to 1.20.2

---
 srcpkgs/jc/template | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/jc/template b/srcpkgs/jc/template
index f47b5a00f270..69cefe2e00b2 100644
--- a/srcpkgs/jc/template
+++ b/srcpkgs/jc/template
@@ -1,6 +1,6 @@
 # Template file for 'jc'
 pkgname=jc
-version=1.20.1
+version=1.20.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,5 +10,11 @@ short_desc="Convert to JSON"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://github.com/kellyjonbrazil/jc"
+changelog="https://raw.githubusercontent.com/kellyjonbrazil/jc/master/CHANGELOG"
 distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=e0426fc0c9f687fdf1600f7503c14f0926234d6bdf316a84af204e3d2cb999ae
+checksum=be7de5ab4b93c433ce9ff1012a79a8c9305ebe2e6b209f56d3428db296fac3c1
+
+post_install() {
+	vlicense LICENSE.md
+}
+

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

* Re: [PR PATCH] [Updated] jc: update to 1.20.2
  2022-07-08  9:53 [PR PATCH] jc: update to 1.20.2 ishaanbhimwal
  2022-07-08 10:15 ` [PR PATCH] [Updated] " ishaanbhimwal
  2022-07-08 10:17 ` ishaanbhimwal
@ 2022-07-08 10:19 ` ishaanbhimwal
  2022-07-14 18:37 ` leahneukirchen
  2022-07-14 18:37 ` [PR PATCH] [Closed]: " leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: ishaanbhimwal @ 2022-07-08 10:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages jc
https://github.com/void-linux/void-packages/pull/37926

jc: update to 1.20.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### 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/37926.patch is attached

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

From daa973ef5dcacb4963951007d6152b92daeae7ca Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Fri, 8 Jul 2022 15:19:01 +0530
Subject: [PATCH] jc: update to 1.20.2

---
 srcpkgs/jc/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/jc/template b/srcpkgs/jc/template
index f47b5a00f270..1925368b184e 100644
--- a/srcpkgs/jc/template
+++ b/srcpkgs/jc/template
@@ -1,6 +1,6 @@
 # Template file for 'jc'
 pkgname=jc
-version=1.20.1
+version=1.20.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,5 +10,10 @@ short_desc="Convert to JSON"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://github.com/kellyjonbrazil/jc"
+changelog="https://raw.githubusercontent.com/kellyjonbrazil/jc/master/CHANGELOG"
 distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=e0426fc0c9f687fdf1600f7503c14f0926234d6bdf316a84af204e3d2cb999ae
+checksum=be7de5ab4b93c433ce9ff1012a79a8c9305ebe2e6b209f56d3428db296fac3c1
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: [PR PATCH] [Closed]: jc: update to 1.20.2
  2022-07-08  9:53 [PR PATCH] jc: update to 1.20.2 ishaanbhimwal
                   ` (3 preceding siblings ...)
  2022-07-14 18:37 ` leahneukirchen
@ 2022-07-14 18:37 ` leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2022-07-14 18:37 UTC (permalink / raw)
  To: ml

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

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

jc: update to 1.20.2
https://github.com/void-linux/void-packages/pull/37926

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### 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] 6+ messages in thread

* Re: jc: update to 1.20.2
  2022-07-08  9:53 [PR PATCH] jc: update to 1.20.2 ishaanbhimwal
                   ` (2 preceding siblings ...)
  2022-07-08 10:19 ` ishaanbhimwal
@ 2022-07-14 18:37 ` leahneukirchen
  2022-07-14 18:37 ` [PR PATCH] [Closed]: " leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2022-07-14 18:37 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/37926#issuecomment-1184775181

Comment:
Done in 8d4253801.

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

end of thread, other threads:[~2022-07-14 18:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-08  9:53 [PR PATCH] jc: update to 1.20.2 ishaanbhimwal
2022-07-08 10:15 ` [PR PATCH] [Updated] " ishaanbhimwal
2022-07-08 10:17 ` ishaanbhimwal
2022-07-08 10:19 ` ishaanbhimwal
2022-07-14 18:37 ` leahneukirchen
2022-07-14 18:37 ` [PR PATCH] [Closed]: " leahneukirchen

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