Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] khal: update to 0.10.2
@ 2020-08-23  8:33 Eluminae
  2020-08-23 10:21 ` [PR REVIEW] " teldra
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Eluminae @ 2020-08-23  8:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages khal-update
https://github.com/void-linux/void-packages/pull/24430

khal: update to 0.10.2


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

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

From a0feef4d033355a06ba4faf28f748f72167bc32e Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Sun, 23 Aug 2020 10:32:29 +0200
Subject: [PATCH] khal: update to 0.10.2

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

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index a73516695bf..7fea3c0c1a5 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,7 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
-version=0.10.1
-revision=2
+version=0.10.2
+revision=1
 archs=noarch
 build_style=python3-module
 pycompile_module="khal"
@@ -14,7 +14,7 @@ maintainer="Anachron <gith@cron.world>"
 license="MIT"
 homepage="http://lostpackets.de/khal/"
 distfiles="${PYPI_SITE}/k/khal/khal-${version}.tar.gz"
-checksum=d450f9da70ddead28d794eed81c2d2a074655980a16cbd9f47f1c0c9e59b0be5
+checksum=494f215c3d1cb7a1f8d756b440809d255bd20e2937f98bd0b5d44e42d4cb1087
 
 pre_build() {
 	sed -i setup.py \

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

* Re: [PR REVIEW] khal: update to 0.10.2
  2020-08-23  8:33 [PR PATCH] khal: update to 0.10.2 Eluminae
@ 2020-08-23 10:21 ` teldra
  2020-08-24  6:17 ` [PR PATCH] [Updated] " Eluminae
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: teldra @ 2020-08-23 10:21 UTC (permalink / raw)
  To: ml

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

New review comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/24430#discussion_r475201365

Comment:
Please remove this line.

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

* Re: [PR PATCH] [Updated] khal: update to 0.10.2
  2020-08-23  8:33 [PR PATCH] khal: update to 0.10.2 Eluminae
  2020-08-23 10:21 ` [PR REVIEW] " teldra
@ 2020-08-24  6:17 ` Eluminae
  2020-08-24  6:17 ` [PR REVIEW] " Eluminae
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Eluminae @ 2020-08-24  6:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages khal-update
https://github.com/void-linux/void-packages/pull/24430

khal: update to 0.10.2


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

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

From 82774efef17bfeb5dd9ff3cc46db2d45bc5443ba Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Sun, 23 Aug 2020 10:32:29 +0200
Subject: [PATCH] khal: update to 0.10.2

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

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index a73516695bf..c81317cf4ae 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,10 +1,9 @@
 # Template file for 'khal'
 pkgname=khal
-version=0.10.1
-revision=2
+version=0.10.2
+revision=1
 archs=noarch
 build_style=python3-module
-pycompile_module="khal"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj
  python3-dateutil python3-icalendar python3-pytz python3-tzlocal
@@ -14,7 +13,7 @@ maintainer="Anachron <gith@cron.world>"
 license="MIT"
 homepage="http://lostpackets.de/khal/"
 distfiles="${PYPI_SITE}/k/khal/khal-${version}.tar.gz"
-checksum=d450f9da70ddead28d794eed81c2d2a074655980a16cbd9f47f1c0c9e59b0be5
+checksum=494f215c3d1cb7a1f8d756b440809d255bd20e2937f98bd0b5d44e42d4cb1087
 
 pre_build() {
 	sed -i setup.py \

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

* Re: [PR REVIEW] khal: update to 0.10.2
  2020-08-23  8:33 [PR PATCH] khal: update to 0.10.2 Eluminae
  2020-08-23 10:21 ` [PR REVIEW] " teldra
  2020-08-24  6:17 ` [PR PATCH] [Updated] " Eluminae
@ 2020-08-24  6:17 ` Eluminae
  2020-08-24 19:52 ` ahesford
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Eluminae @ 2020-08-24  6:17 UTC (permalink / raw)
  To: ml

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

New review comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/24430#discussion_r475364933

Comment:
done

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

* Re: [PR REVIEW] khal: update to 0.10.2
  2020-08-23  8:33 [PR PATCH] khal: update to 0.10.2 Eluminae
                   ` (2 preceding siblings ...)
  2020-08-24  6:17 ` [PR REVIEW] " Eluminae
@ 2020-08-24 19:52 ` ahesford
  2020-08-25  6:48 ` [PR PATCH] [Updated] " Eluminae
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2020-08-24 19:52 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24430#discussion_r475855865

Comment:
Use `vsed` to verify changes are made.

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

* Re: [PR PATCH] [Updated] khal: update to 0.10.2
  2020-08-23  8:33 [PR PATCH] khal: update to 0.10.2 Eluminae
                   ` (3 preceding siblings ...)
  2020-08-24 19:52 ` ahesford
@ 2020-08-25  6:48 ` Eluminae
  2020-08-25  6:48 ` [PR REVIEW] " Eluminae
  2020-08-25 10:50 ` [PR PATCH] [Merged]: " ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: Eluminae @ 2020-08-25  6:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages khal-update
https://github.com/void-linux/void-packages/pull/24430

khal: update to 0.10.2


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

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

From 5eef9c8e0dde87c3d91cb58d35aedae601f1956d Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Sun, 23 Aug 2020 10:32:29 +0200
Subject: [PATCH] khal: update to 0.10.2

---
 srcpkgs/khal/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index a73516695bf..c5d3a165d1b 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,10 +1,9 @@
 # Template file for 'khal'
 pkgname=khal
-version=0.10.1
-revision=2
+version=0.10.2
+revision=1
 archs=noarch
 build_style=python3-module
-pycompile_module="khal"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj
  python3-dateutil python3-icalendar python3-pytz python3-tzlocal
@@ -14,10 +13,10 @@ maintainer="Anachron <gith@cron.world>"
 license="MIT"
 homepage="http://lostpackets.de/khal/"
 distfiles="${PYPI_SITE}/k/khal/khal-${version}.tar.gz"
-checksum=d450f9da70ddead28d794eed81c2d2a074655980a16cbd9f47f1c0c9e59b0be5
+checksum=494f215c3d1cb7a1f8d756b440809d255bd20e2937f98bd0b5d44e42d4cb1087
 
 pre_build() {
-	sed -i setup.py \
+	vsed -i setup.py \
 		-e '/setup_requires=/d' \
 		-e "s|use_scm_version=.*|version='${version}',|"
 }

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

* Re: [PR REVIEW] khal: update to 0.10.2
  2020-08-23  8:33 [PR PATCH] khal: update to 0.10.2 Eluminae
                   ` (4 preceding siblings ...)
  2020-08-25  6:48 ` [PR PATCH] [Updated] " Eluminae
@ 2020-08-25  6:48 ` Eluminae
  2020-08-25 10:50 ` [PR PATCH] [Merged]: " ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: Eluminae @ 2020-08-25  6:48 UTC (permalink / raw)
  To: ml

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

New review comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/24430#discussion_r476214908

Comment:
done

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

* Re: [PR PATCH] [Merged]: khal: update to 0.10.2
  2020-08-23  8:33 [PR PATCH] khal: update to 0.10.2 Eluminae
                   ` (5 preceding siblings ...)
  2020-08-25  6:48 ` [PR REVIEW] " Eluminae
@ 2020-08-25 10:50 ` ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2020-08-25 10:50 UTC (permalink / raw)
  To: ml

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

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

khal: update to 0.10.2
https://github.com/void-linux/void-packages/pull/24430

Description:


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

end of thread, other threads:[~2020-08-25 10:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-23  8:33 [PR PATCH] khal: update to 0.10.2 Eluminae
2020-08-23 10:21 ` [PR REVIEW] " teldra
2020-08-24  6:17 ` [PR PATCH] [Updated] " Eluminae
2020-08-24  6:17 ` [PR REVIEW] " Eluminae
2020-08-24 19:52 ` ahesford
2020-08-25  6:48 ` [PR PATCH] [Updated] " Eluminae
2020-08-25  6:48 ` [PR REVIEW] " Eluminae
2020-08-25 10:50 ` [PR PATCH] [Merged]: " ahesford

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