Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jrnl: update to 2.5.
@ 2020-11-15 11:01 ashpooljh
  2020-11-19  4:17 ` ericonr
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: ashpooljh @ 2020-11-15 11:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ashpooljh/void-packages jrnl
https://github.com/void-linux/void-packages/pull/26398

jrnl: update to 2.5.


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

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

From 219ef6fea07182b6e7ba70d348eeccc38b6d74ee Mon Sep 17 00:00:00 2001
From: Artem Zhurikhin <ashpool@xecut.net>
Date: Sun, 15 Nov 2020 13:58:54 +0300
Subject: [PATCH] jrnl: update to 2.5.

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

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index c5c03dd9805..447fa23011b 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,7 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
-version=2.4.5
-revision=2
+version=2.5
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-ansiwrap python3-asteval python3-colorama python3-cryptography
@@ -13,4 +13,4 @@ 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=a5f069efcaa3f5d95cc7712178b3f92915f67eed4034e5f257cc063c6b0e74d9
+checksum=3984d402feb18538fca6bbba3e0b9900b2f78af0a800fffa735ab9b08896ffda

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PR PATCH] jrnl: update to 2.6.
@ 2020-12-21 17:02 ndowens
  2020-12-22  3:58 ` jrnl: update to 2.5 ericonr
  0 siblings, 1 reply; 15+ messages in thread
From: ndowens @ 2020-12-21 17:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages jrnl
https://github.com/void-linux/void-packages/pull/27324

jrnl: update to 2.6.
superceeds #26398

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

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

From f9ac93c0e5952988d21fa7c0c1d53f0e93ffc362 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 21 Dec 2020 11:01:56 -0600
Subject: [PATCH] jrnl: update to 2.6.

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

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index c5c03dd9805..14d12b70acb 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,7 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
-version=2.4.5
-revision=2
+version=2.6
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-ansiwrap python3-asteval python3-colorama python3-cryptography
@@ -13,4 +13,8 @@ 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=a5f069efcaa3f5d95cc7712178b3f92915f67eed4034e5f257cc063c6b0e74d9
+checksum=ea2c35737bdda0ab5f8887d81733e1ad7d1f6e61fa13745102651386b530c15d
+
+do_check() {
+	: # Downloads many deps and no tests are ran
+}

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PR PATCH] jrnl: update to 2.5
@ 2020-12-22  9:59 Eluminae
  2020-12-22 12:38 ` sgn
  0 siblings, 1 reply; 15+ messages in thread
From: Eluminae @ 2020-12-22  9:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages jrnl
https://github.com/void-linux/void-packages/pull/27347

jrnl: update to 2.5


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

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

From b0ff730a20061ddee1a356e521bcec9ce5ae4c38 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Tue, 22 Dec 2020 10:57:58 +0100
Subject: [PATCH] jrnl: update to 2.5

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

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index c5c03dd9805..1f511a11b92 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,6 +1,6 @@
 # Template file for 'jrnl'
 pkgname=jrnl
-version=2.4.5
+version=2.5
 revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -13,4 +13,4 @@ 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=a5f069efcaa3f5d95cc7712178b3f92915f67eed4034e5f257cc063c6b0e74d9
+checksum=3984d402feb18538fca6bbba3e0b9900b2f78af0a800fffa735ab9b08896ffda

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

end of thread, other threads:[~2020-12-22 12:39 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-15 11:01 [PR PATCH] jrnl: update to 2.5 ashpooljh
2020-11-19  4:17 ` ericonr
2020-11-19 14:08 ` ashpooljh
2020-11-19 14:09 ` ashpooljh
2020-11-19 15:03 ` ericonr
2020-11-19 15:05 ` ericonr
2020-11-20  0:37 ` [PR PATCH] [Updated] " ashpooljh
2020-11-20  0:44 ` ashpooljh
2020-11-20  0:44 ` ashpooljh
2020-11-20  0:45 ` ashpooljh
2020-11-20  0:47 ` jrnl: update to 2.5, add checkdepends ashpooljh
2020-11-23  5:09 ` ericonr
2020-12-22 12:39 ` [PR PATCH] [Closed]: " sgn
2020-12-21 17:02 [PR PATCH] jrnl: update to 2.6 ndowens
2020-12-22  3:58 ` jrnl: update to 2.5 ericonr
2020-12-22  9:59 [PR PATCH] " Eluminae
2020-12-22 12:38 ` sgn

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