Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jrnl: update to 2.8.1.
@ 2021-05-19 15:38 BlueChrystal
  2021-05-20 20:35 ` [PR REVIEW] " ahesford
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: BlueChrystal @ 2021-05-19 15:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BlueChrystal/void-packages jrnl-2.8.1
https://github.com/void-linux/void-packages/pull/30994

jrnl: update to 2.8.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.)
- [ ] 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/30994.patch is attached

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

From cf83c3702ef782c4194972b0fc161cbc988d1dce Mon Sep 17 00:00:00 2001
From: BlueChrystal <84290062+BlueChrystal@users.noreply.github.com>
Date: Wed, 19 May 2021 18:37:58 +0300
Subject: [PATCH] jrnl: update to 2.8.1.

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

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index 3a1244757918..cc4b74ae1a73 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,6 +1,6 @@
 # Template file for 'jrnl'
 pkgname=jrnl
-version=2.7.1
+version=2.8.1
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -13,7 +13,7 @@ license="GPL-3.0-only"
 homepage="https://jrnl.sh"
 changelog="https://raw.githubusercontent.com/jrnl-org/jrnl/develop/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jrnl/jrnl-${version}.tar.gz"
-checksum=53fa205afc3853c5e93ecf2bdcef2208331cc8ce235bfe864edfe936780888ca
+checksum=a69f0fa9be3dff7fa32d8a2ea3697ed828329b1db595fde23bbba5eab460d519
 
 do_check() {
 	: # Downloads many deps and no tests are ran

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

* Re: [PR REVIEW] jrnl: update to 2.8.1.
  2021-05-19 15:38 [PR PATCH] jrnl: update to 2.8.1 BlueChrystal
@ 2021-05-20 20:35 ` ahesford
  2021-05-20 22:38 ` [PR PATCH] [Updated] " BlueChrystal
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2021-05-20 20:35 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/30994#discussion_r636452556

Comment:
Replace this no-op `do_check` with
```bash
# Tarball provides no tests
make_check=no
```
immediately following `checksum`.

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

* Re: [PR PATCH] [Updated] jrnl: update to 2.8.1.
  2021-05-19 15:38 [PR PATCH] jrnl: update to 2.8.1 BlueChrystal
  2021-05-20 20:35 ` [PR REVIEW] " ahesford
@ 2021-05-20 22:38 ` BlueChrystal
  2021-05-21 13:48 ` ahesford
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: BlueChrystal @ 2021-05-20 22:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BlueChrystal/void-packages jrnl-2.8.1
https://github.com/void-linux/void-packages/pull/30994

jrnl: update to 2.8.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.)
- [ ] 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/30994.patch is attached

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

From cf83c3702ef782c4194972b0fc161cbc988d1dce Mon Sep 17 00:00:00 2001
From: BlueChrystal <84290062+BlueChrystal@users.noreply.github.com>
Date: Wed, 19 May 2021 18:37:58 +0300
Subject: [PATCH 1/2] jrnl: update to 2.8.1.

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

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index 3a1244757918..cc4b74ae1a73 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,6 +1,6 @@
 # Template file for 'jrnl'
 pkgname=jrnl
-version=2.7.1
+version=2.8.1
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -13,7 +13,7 @@ license="GPL-3.0-only"
 homepage="https://jrnl.sh"
 changelog="https://raw.githubusercontent.com/jrnl-org/jrnl/develop/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jrnl/jrnl-${version}.tar.gz"
-checksum=53fa205afc3853c5e93ecf2bdcef2208331cc8ce235bfe864edfe936780888ca
+checksum=a69f0fa9be3dff7fa32d8a2ea3697ed828329b1db595fde23bbba5eab460d519
 
 do_check() {
 	: # Downloads many deps and no tests are ran

From 28007204d522615aacc1401a02f192f0303ff21d Mon Sep 17 00:00:00 2001
From: BlueChrystal <84290062+BlueChrystal@users.noreply.github.com>
Date: Fri, 21 May 2021 01:37:43 +0300
Subject: [PATCH 2/2] Replace no-op `do_check` with `make_check=no`

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

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index cc4b74ae1a73..357b3296922b 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -14,7 +14,5 @@ homepage="https://jrnl.sh"
 changelog="https://raw.githubusercontent.com/jrnl-org/jrnl/develop/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jrnl/jrnl-${version}.tar.gz"
 checksum=a69f0fa9be3dff7fa32d8a2ea3697ed828329b1db595fde23bbba5eab460d519
-
-do_check() {
-	: # Downloads many deps and no tests are ran
-}
+# Tarball provides no tests
+make_check=no

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

* Re: jrnl: update to 2.8.1.
  2021-05-19 15:38 [PR PATCH] jrnl: update to 2.8.1 BlueChrystal
  2021-05-20 20:35 ` [PR REVIEW] " ahesford
  2021-05-20 22:38 ` [PR PATCH] [Updated] " BlueChrystal
@ 2021-05-21 13:48 ` ahesford
  2021-05-21 16:48 ` [PR PATCH] [Updated] " BlueChrystal
  2021-05-22  6:14 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2021-05-21 13:48 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/30994#issuecomment-845963109

Comment:
Please squash into one commit and this should be good to go.

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

* Re: [PR PATCH] [Updated] jrnl: update to 2.8.1.
  2021-05-19 15:38 [PR PATCH] jrnl: update to 2.8.1 BlueChrystal
                   ` (2 preceding siblings ...)
  2021-05-21 13:48 ` ahesford
@ 2021-05-21 16:48 ` BlueChrystal
  2021-05-22  6:14 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: BlueChrystal @ 2021-05-21 16:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BlueChrystal/void-packages jrnl-2.8.1
https://github.com/void-linux/void-packages/pull/30994

jrnl: update to 2.8.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.)
- [ ] 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/30994.patch is attached

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

From 7221fd1e09dcb3d2f8c881c144352c1a482a8fbe Mon Sep 17 00:00:00 2001
From: BlueChrystal <84290062+BlueChrystal@users.noreply.github.com>
Date: Wed, 19 May 2021 18:37:58 +0300
Subject: [PATCH] jrnl: update to 2.8.1.

---
 srcpkgs/jrnl/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index 3a1244757918..357b3296922b 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,6 +1,6 @@
 # Template file for 'jrnl'
 pkgname=jrnl
-version=2.7.1
+version=2.8.1
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -13,8 +13,6 @@ license="GPL-3.0-only"
 homepage="https://jrnl.sh"
 changelog="https://raw.githubusercontent.com/jrnl-org/jrnl/develop/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jrnl/jrnl-${version}.tar.gz"
-checksum=53fa205afc3853c5e93ecf2bdcef2208331cc8ce235bfe864edfe936780888ca
-
-do_check() {
-	: # Downloads many deps and no tests are ran
-}
+checksum=a69f0fa9be3dff7fa32d8a2ea3697ed828329b1db595fde23bbba5eab460d519
+# Tarball provides no tests
+make_check=no

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

* Re: [PR PATCH] [Merged]: jrnl: update to 2.8.1.
  2021-05-19 15:38 [PR PATCH] jrnl: update to 2.8.1 BlueChrystal
                   ` (3 preceding siblings ...)
  2021-05-21 16:48 ` [PR PATCH] [Updated] " BlueChrystal
@ 2021-05-22  6:14 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-05-22  6:14 UTC (permalink / raw)
  To: ml

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

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

jrnl: update to 2.8.1.
https://github.com/void-linux/void-packages/pull/30994

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.)
- [ ] 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-05-22  6:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-19 15:38 [PR PATCH] jrnl: update to 2.8.1 BlueChrystal
2021-05-20 20:35 ` [PR REVIEW] " ahesford
2021-05-20 22:38 ` [PR PATCH] [Updated] " BlueChrystal
2021-05-21 13:48 ` ahesford
2021-05-21 16:48 ` [PR PATCH] [Updated] " BlueChrystal
2021-05-22  6:14 ` [PR PATCH] [Merged]: " 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).